Replies: 1 comment
-
Not sure on partitions but this was an issue with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Are there any examples for unit testing asset materializations? Asset selections don't seem to be able to be passed into
materialize
and I can't seem to use any of theload_asset*
functions.This does not work due to type mismatch
This does not work either. I cannot figure out the proper package / module layout. I mainly just want to select the asset by name, not need to figure out the proper relative path to the asset.
I am also trying to test asset materialization for assets that do not have a partition name until midway through the pipeline. But I haven't been able to actually get to that point since I am stuck on how to test materializing an asset.
This is my code directory that gets copied into the dockerfile for the dagster user code. My assets are in
main.py
but I am unclear how to get the asset definition to materialize from there from withintest_e2e.py
Thank you very much
Beta Was this translation helpful? Give feedback.
All reactions