You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing an issue using DBT for custom transformations since I updated BigQuery Connector to v2.
I have this config :
Airbyte 0.50.30 on a GCE instance;
BigQuery as Destination v2.0.25;
Any source creates the same error;
Dbt is on a private git repo, I tried with a public one and it gave the same error. It was working since the BigQuery destination connector update.
At the end of synchronisation I get these lines :
INFO i.a.w.g.DbtTransformationWorker(run):65 - Running dbt transformation.
INFO i.a.c.i.LineGobbler(voidCall):149 -
INFO i.a.c.i.LineGobbler(voidCall):149 - ----- START DBT TRANSFORMATION -----
INFO i.a.c.i.LineGobbler(voidCall):149 -
INFO i.a.w.t.s.a.AppendToAttemptLogActivityImpl(log):56 - Retry State: RetryManager(completeFailureBackoffPolicy=BackoffPolicy(minInterval=PT10S, maxInterval=PT30M, base=3), partialFailureBackoffPolicy=null, successiveCompleteFailureLimit=5, totalCompleteFailureLimit=10, successivePartialFailureLimit=1000, totalPartialFailureLimit=10, successiveCompleteFailures=1, totalCompleteFailures=1, successivePartialFailures=0, totalPartialFailures=0)
Backoff before next attempt: 10 seconds
The failure reason in Airbyte sync is: Something went wrong during dbt message='io.temporal.serviceclient.CheckedExceptionWrapper: io.airbyte.workers.exception.WorkerException: Dbt Transformation Failed.', type='java.lang.RuntimeException', nonRetryable=false
Would you have any insight for this issue please? Or how can I investigate more precisely on the detailed error that occurred ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone,
I am experiencing an issue using DBT for custom transformations since I updated BigQuery Connector to v2.
I have this config :
At the end of synchronisation I get these lines :
The failure reason in Airbyte sync is:
Something went wrong during dbt
message='io.temporal.serviceclient.CheckedExceptionWrapper: io.airbyte.workers.exception.WorkerException: Dbt Transformation Failed.', type='java.lang.RuntimeException', nonRetryable=false
Would you have any insight for this issue please? Or how can I investigate more precisely on the detailed error that occurred ?
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions