This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from dagster import IOManager, io_manager | |
class MyIOManager(IOManager): | |
def __init__(self): | |
self.storage_dict = {} | |
def handle_output(self, context, obj): | |
self.storage_dict[(context.step_key, context.name)] = obj |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import CryptoJS from 'crypto-js' | |
const existingWordArray = { "words":[593801488,323531804,-1673786026,-853885382], "sigBytes":16 } | |
const md5Hash = CryptoJS.lib.WordArray.create(existingWordArray.words, existingWordArray.sigBytes).toString() |