Hi, I’m attempting to use materialize_to_memory fo...
# ask-community
j
Hi, I’m attempting to use materialize_to_memory for testing multiple software assets together. One of the assets requires context and config as input. I am able to pass these into the asset outside of the materialize function but when I attempt to pass this in it fails owing to a CheckError. My asset returns a data frame but it appears that the materialize expects an AssetsDefinition type. Any advice? Thanks
y
mind sharing some code snippets?