Can I pass a config to `asset materialize` in Dags...
# ask-community
m
Can I pass a config to
asset materialize
in Dagster CLI? I start jobs with:
dagster job execute --package-name my_package --job my_job --config dagster_conf.yaml
I get an error when I try this for assets:
dagster asset materialize --package-name my_package --select my_asset --config dagster_config.yaml
1
s
This isn't currently possible, but is definitely a reasonable request. If you'd be up for filing a Github issue for this, we can try to get to it. We'd also be happy to review a PR if you want to add this.