https://dagster.io/ logo
#integration-dbt
Title
# integration-dbt
s

Sam Werbalowsky

01/11/2023, 8:20 PM
Using dbt-cloud and dagster - I am trying to just load assets for local development and testing - is there a way to disable dagster from disabling my cloud job schedule
r

rex

01/11/2023, 8:49 PM
https://docs.dagster.io/_apidocs/libraries/dagster-dbt#dagster_dbt.dbt_cloud_resource Under
config_schema
, there is a
disable_schedule_on_trigger
setting that you can configure
❤️ 1
4 Views