Handling MultiPartitions with DuckDB IO Manager #17834
-
I'm setting up a Dagster pipeline in a local environment, and using the @asset(
group_name="statements",
description="The statements",
ins={
"upstream": AssetIn(
key=upstream.key,
partition_mapping=MultiToSingleDimensionPartitionMapping(
partition_dimension_name="date"
)
),
},
partitions_def=monthly_partition_def,
)
def downstream(upstream: pd.DataFrame): Whenever I try to materialize this asset I get the following error: #13290 This looks to be very similar to this error, which has its own issue. It seems the The question was originally asked in Dagster Slack. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
This looks like a bug. Making an issue for this so that we can track #17838 |
Beta Was this translation helpful? Give feedback.
This looks like a bug. Making an issue for this so that we can track #17838