I am trying to run DBT Cloud jobs in my prefect lo...
# ask-community
a
I am trying to run DBT Cloud jobs in my prefect locally, and I am successfully triggering them, but they fail immediately (in prefect) with
prefect_dbt.cloud.exceptions.DbtCloudJobRunFailed: dbt Cloud job X failed after 0 retries.
They always continue to run on DBT Cloud, however. The jobs do not actually fail. I am sure this is some config issue, since I am new to dbt cloud. Can anyone help me fix this issue? I'd like the tasks to accurately reflect what is going on in DBT Cloud. The service token I am using in DBT Cloud has full admin rights and the
prefect
version is
3.0.11
and the
prefect-dbt
version is
0.6.4
. I am also using bigquery