I have a daily partitioned asset that I'd like to ...
# ask-community
r
I have a daily partitioned asset that I'd like to schedule daily runs using a default config. I've defined the config schema but am not sure how to pass the default config to this asset and have it be scheduled. I'm using
define_asset_job
and
build_schedule_from_partitioned_job
. https://docs.dagster.io/concepts/configuration/config-schema#defining-and-accessing-configuration-for-an-op-asset-or-resource
j
hi @Ryan Meekins
define_asset_job
has a
config
parameter, so you can pass your config there! https://docs.dagster.io/_apidocs/assets#dagster.define_asset_job