Hey, I am getting the following error when trying ...
# dagster-plus
e
Hey, I am getting the following error when trying to set up dbt Cloud jobs to run:
Copy code
2023-09-01 16:05:01 -0400 - dagster.daemon.SensorDaemon - WARNING - Could not load location [COMPANY] to check for sensors due to the following error: dagster_dbt.errors.DagsterDbtCloudJobInvariantViolationError: The dbt Cloud job must have a single `dbt run` or `dbt build` in its commands. Received commands: ['dbt source freshness -s tag:TAG source:FIVETRAN_SOURCE', 'dbt run -s MODEL1', 'dbt test -s MODEL1', 'dbt run -s +MODEL2 --exclude +stripe_subscriptions', 'dbt test -s MODEL2'].
Is there only 1 run command allowed per dbt job when used with Dagster?