https://dagster.io/ logo
#dagster-support
Title
# dagster-support
r

Rafael Gomes

12/11/2022, 6:23 PM
What is the equivalent config for
MultiPartitionDefinition
? For example,, we do have
DailyPartitionsDefinition
->
daily_partitioned_config
I didn't find any
multi_partitioned_config
is it something we can achieve with the current multi-partition implementation? I want to create a multi-partitioned job where I can backfill passing
color
and
date
range for example.
👀 2
@claire Do you think this is possible to use a multi Partitioned Non-Asset job?
s

sandy

12/12/2022, 10:22 PM
I don't believe it is currently possible to use multi-partitions with a non-asset job. if you'd be up for filing a github issue, it might be something that we'd be able to add support for in the future
👍 2
2 Views