Hi there, is it currently possible to run a dynami...
# ask-community
s
Hi there, is it currently possible to run a dynamic partition job with cli on a new partition?
dagster job execute
doesn’t take partition as input
Copy code
$ dagster asset materialize -m dagster_module --partition 'somepartition' --select "*"
Complains about
Nonexistent partition keys
Copy code
$ dagster job backfill -m dagster_module --partitions 'somepartition' --job partitioned_all_assets_job
Complains about
Error: Unknown partitions
And I think there isn’t cli api for creating new partition
s
Hi Sam - this isn't currently supported, but I see the value. Would you be up for filing a Github issue with this request?
👍 1