Hello Dagster team! Is it possible to use multiple...
# ask-community
w
Hello Dagster team! Is it possible to use multiple partition for job (not asset)? We want to schedule partitioned jobs for dates and companies like we are doing for assets if possible.
dagster bot answered by content 1
c
Hi Wonjae. It is possible, you can use partitioned config this way: https://docs.dagster.io/concepts/partitions-schedules-sensors/partitions#partitioned-non-asset-jobs If you don't need to provide config, you can also directly specify a
partitions_def
on your
@job
❤️ 1