You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This result in the following error dagster._core.errors.DagsterInvariantViolationError: Asset partition AssetKeyPartitionKey(asset_key=AssetKey(['processed_file_chunk']), partition_key='file_1_chunk_2') depends on invalid partition keys {AssetKeyPartitionKey(asset_ke y=AssetKey(['file_chunks']), partition_key='file_1_chunk_2')}.
What is the correct way of implementing this with partitioning?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have the following code example:
This result in the following error
dagster._core.errors.DagsterInvariantViolationError: Asset partition AssetKeyPartitionKey(asset_key=AssetKey(['processed_file_chunk']), partition_key='file_1_chunk_2') depends on invalid partition keys {AssetKeyPartitionKey(asset_ke y=AssetKey(['file_chunks']), partition_key='file_1_chunk_2')}.
What is the correct way of implementing this with partitioning?
Beta Was this translation helpful? Give feedback.
All reactions