I have assets that are using a static partition de...
# ask-community
m
I have assets that are using a static partition definition. Four assets are used in one downstream asset. Again, all using the same static partition def. When I materialize a single partition, everything is great. If I materialize all (in my case, 10) partitions at the same time, my downstream asset appears to receive the results from a different partition. I am 99% sure I am not imagining this. Searching through documentation, but have not stumbled onto anything to help me troubleshoot.
🤖 1
I am using a custom IO manager and I bet the issue is in my
load_input()
Yup, not factoring in
context.has_partition_key
and
context.asset_partition_key
to pull the right partition. Resolved!