Abdulrahman Abu Tayli
07/04/2023, 6:49 AM2023-07-04 06:19:57 INFO i.a.c.i.LineGobbler(voidCall):149 - ----- START DBT TRANSFORMATION -----
2023-07-04 06:19:57 INFO i.a.c.i.LineGobbler(voidCall):149 -
2023-07-04 06:19:57 INFO i.a.w.t.TemporalAttemptExecution(lambda$getWorkerThread$5):198 - Completing future exceptionally...
io.airbyte.workers.exception.WorkerException: Dbt Transformation Failed.
at io.airbyte.workers.general.DbtTransformationWorker.run(DbtTransformationWorker.java:75) ~[io.airbyte-airbyte-commons-worker-0.50.6.jar:?]
at io.airbyte.workers.general.DbtTransformationWorker.run(DbtTransformationWorker.java:29) ~[io.airbyte-airbyte-commons-worker-0.50.6.jar:?]
at io.airbyte.workers.temporal.TemporalAttemptExecution.lambda$getWorkerThread$5(TemporalAttemptExecution.java:195) ~[io.airbyte-airbyte-workers-0.50.6.jar:?]
at java.lang.Thread.run(Thread.java:1589) ~[?:?]
Caused by: java.lang.NullPointerException: Cannot invoke "String.toLowerCase()" because "this.normalizationIntegrationType" is null
at io.airbyte.workers.normalization.DefaultNormalizationRunner.configureDbt(DefaultNormalizationRunner.java:96) ~[io.airbyte-airbyte-commons-worker-0.50.6.jar:?]
at io.airbyte.workers.general.DbtTransformationRunner.run(DbtTransformationRunner.java:79) ~[io.airbyte-airbyte-commons-worker-0.50.6.jar:?]
at io.airbyte.workers.general.DbtTransformationWorker.run(DbtTransformationWorker.java:64) ~[io.airbyte-airbyte-commons-worker-0.50.6.jar:?]
... 3 more
When I opened the transformation tap (which was configured perfectly before upgrading), I got this message:
Normalization and Transformation operations are not supported for this connection.
Matheus
07/04/2023, 1:18 PMInternal message: 'expires_in'
Failure origin: source
Failure type: system_error
does anyone know what would that be?Octavia Squidington III
07/04/2023, 1:45 PMDipankar Kumar
07/04/2023, 6:37 PMAndre de Lima e Silva
07/04/2023, 8:08 PMKarandeep Singh
07/05/2023, 5:23 AMEkansh Verma
07/05/2023, 6:51 AMDu Trần
07/05/2023, 7:01 AMRishav Sinha
07/05/2023, 7:26 AMElasticSearch
destination from Microsoft Teams
Source (users stream),
with every sync the data is duplicating (appending), although i have set it to Full Refresh | Overwrite
need help with this !!!Du Trần
07/05/2023, 10:27 AMvijay
07/05/2023, 11:28 AMLamiya Nabaova
07/05/2023, 12:05 PMLamiya Nabaova
07/05/2023, 12:05 PMPrecious Agboado
07/05/2023, 1:31 PMShaye Pearson
07/05/2023, 1:37 PMHaki Dere
07/05/2023, 1:43 PMBenjamin Edwards
07/05/2023, 3:42 PMdetect and propagate schema changes
feature, does this run a full reset on a table with schema changes? I ask as my source DB does not contain all historical data but the destination table in Snowflake does and I would like to activate this feature provided it does not result in data loss.Octavia Squidington III
07/05/2023, 7:45 PMEkansh Verma
07/05/2023, 8:32 PMLiam Coley
07/05/2023, 10:47 PMDu Trần
07/06/2023, 2:58 AMFernanda Face
07/06/2023, 3:29 AMvijay
07/06/2023, 4:52 AMChidambara Ganapathy
07/06/2023, 9:19 AMQuang Dang Vu Nhat
07/06/2023, 9:54 AMJayant Kumar
07/06/2023, 11:11 AM2023-07-06T11:03:57.281Z ERROR Unable to create SQL database. {"error": "pq: database \"temporal\" already exists", "logging-call-at": "handler.go:97"}
Ekansh Verma
07/06/2023, 12:31 PMOctavia Squidington III
07/06/2023, 1:45 PMThibaut B
07/06/2023, 2:21 PMstream_slices
are necessary, because otherwise my replication with Airbyte run in TIMEOUT (we have a lot of amount of data).
note: Even the 2.1.0 was going in TIMEOUT for us, but thanks to Marcos, I rebuilt the connector changing the step : https://github.com/airbytehq/airbyte/blob/master/airbyte-integrations/connectors/source-salesforce/source_salesforce/streams.py#L582C5-L582C22 from 30 to 1 day, then we didn’t had the TIMEOUT.
I don’t mind rebuilding stuffs, but touching the logic of slices seems to require some experience and knowledge I don’t have as I haven’t built connector on Airbyte,
Can you please help ?
Many Thanks 🙏Semyon Komissarov
07/06/2023, 3:59 PM