Hi, if I daily partition some of my dbt assets, ca...
# integration-dbt
f
Hi, if I daily partition some of my dbt assets, can I still run hourly schedule for those assets?
o
hi @Fidocia Adityawarman -- this is possible yes. schedules can run on any cadence and can explicitly yield run requests for specific partitions (e.g.
RunRequest(run_key=None, partition=...)
f
Thanks. I'm able to do it using this https://github.com/dagster-io/dagster/discussions/14610