Luke Pammant
12/14/2022, 11:29 PMLeo Schick
12/15/2022, 9:36 AMLeo Schick
12/15/2022, 9:36 AMShashank Tiwari
12/15/2022, 10:42 AMi.m.r.Micronaut(handleStartupException):338 - Error starting Micronaut server: Bean definition [javax.sql.DataSource] could not be loaded: Error instantiating bean of type [javax.sql.DataSource]
. This happens while deploying airbyte thorough Kustomize. This is worker podJosh Jeffries
12/15/2022, 10:42 AMAntonio Preučil
12/15/2022, 10:43 AMAlper Uzun
12/15/2022, 12:30 PMShashank Tiwari
12/15/2022, 12:43 PMi.m.r.Micronaut(handleStartupException):338 - Error starting Micronaut server: Bean definition [javax.sql.DataSource] could not be loaded: Error instantiating bean of type [javax.sql.DataSource]
. Is there something else we need to do in order to deploy with custom s3 bucket and DB?Sheshan
12/15/2022, 1:22 PM2022-12-15 13:17:28 WARN i.t.i.w.ActivityWorker$TaskHandlerImpl(logExceptionDuringResultReporting):365 - Failure during reporting of activity result to the server. ActivityId = 572543e4-4b6a-3c21-87d3-f9986f3656c5, ActivityType = JobSuccessWithAttemptNumber, WorkflowId=connection_manager_457b6ad6-4826-4fb1-93c8-d93b8a4687d0, WorkflowType=ConnectionManagerWorkflow, RunId=823444ac-dc24-4e64-8dd5-f0b2fd32ee35
io.grpc.StatusRuntimeException: NOT_FOUND: invalid activityID or activity already timed out or invoking workflow is completed
2022-12-15 13:17:37 WARN i.t.i.a.ActivityTaskExecutors$BaseActivityTaskExecutor(execute):114 - Activity failure. ActivityId=572543e4-4b6a-3c21-87d3-f9986f3656c5, activityType=JobSuccessWithAttemptNumber, attempt=2
java.lang.IllegalStateException: Transitioning Job 14 from JobStatus SUCCEEDED to SUCCEEDED is not allowed. The only valid statuses that an be transitioned to from SUCCEEDED are []
This is preventing me to triggerin the sync again.
Trigger api gives below error:
{'message': 'A sync is already running for: 836a4c9a-7c07-40dc-b253-1937026c0db9', 'exceptionClassName': 'io.airbyte.server.errors.ValueConflictKnownException', 'exceptionStack': ['io.airbyte.server.errors.ValueConflictKnownException: A sync is already running for: 836a4c9a-7c07-40dc-b253-1937026c0db9',}
Sebastian Brickel
12/15/2022, 2:07 PMKrzysztof Wabia
12/15/2022, 2:46 PMIvan Ćirić
12/15/2022, 3:08 PMFaris
12/15/2022, 4:14 PMincrement|deduped history
and in my destination I have 3 tables (normalization enabled):
• raw_table: 2.5m rows
• table 2.1m rows
• table_scd 2.6m rows
I expect that scd and raw table should have the same number of rows. the main table will have the deduplicated number of rows. What am I missing on this?Gabriel Barbutti
12/15/2022, 4:32 PMJoão Larrosa
12/15/2022, 6:08 PManni
12/15/2022, 6:40 PMcampaigns
data from Google Ads to postgres, the sync failed during normalization, it seems like a data type error
2022-11-25 20:46:06 normalization > Found 9 models, 0 tests, 0 snapshots, 0 analyses, 579 macros, 0 operations, 0 seed files, 2 sources, 0 exposures, 0 metrics
2022-11-25 20:46:06 normalization > Concurrency: 8 threads (target='prod')
2022-11-25 20:46:06 normalization > 1 of 4 START table model google_ads_raw.campaign_labels................................................................. [RUN]
2022-11-25 20:46:06 normalization > 2 of 4 START incremental model _airbyte_google_ads_raw.campaigns_stg.................................................... [RUN]
2022-11-25 20:46:06 normalization > 1 of 4 OK created table model google_ads_raw.campaign_labels............................................................ [SELECT 0 in 0.58s]
2022-11-25 20:46:06 normalization > 20:46:03 + "beamdatadw"._airbyte_google_ads_raw."campaigns_stg"._airbyte_ab_id does not exist yet. The table will be created or rebuilt with dbt.full_refresh
2022-11-25 20:46:06 normalization > 2 of 4 ERROR creating incremental model _airbyte_google_ads_raw.campaigns_stg........................................... [ERROR in 1.09s]
2022-11-25 20:46:06 normalization > 3 of 4 SKIP relation google_ads_raw.campaigns_scd....................................................................... [SKIP]
2022-11-25 20:46:06 normalization > 4 of 4 SKIP relation google_ads_raw.campaigns........................................................................... [SKIP]
2022-11-25 20:46:06 normalization > Finished running 1 table model, 3 incremental models in 1.76s.
2022-11-25 20:46:06 normalization > Completed with 1 error and 0 warnings:
2022-11-25 20:46:06 normalization > Database Error in model campaigns_stg (models/generated/airbyte_incremental/google_ads_raw/campaigns_stg.sql)
2022-11-25 20:46:06 normalization > invalid input syntax for type bigint: "0.0"
2022-11-25 20:46:06 normalization > compiled SQL at ../build/run/airbyte_utils/models/generated/airbyte_incremental/google_ads_raw/campaigns_stg.sql
2022-11-25 20:46:06 normalization > Done. PASS=1 WARN=0 ERROR=1 SKIP=2 TOTAL=4
2022-11-25 20:46:06 INFO i.a.w.g.DefaultNormalizationWorker(run):82 - Normalization executed in 14 seconds.
2022-11-25 20:46:06 ERROR i.a.w.g.DefaultNormalizationWorker(run):90 - Normalization Failed.
2. [unsolved] when replicating data from HubSpot to postgres, the forms
and form_submissions
tables are not synced. The most recent data are from 2021-11-10 051426.000000.
3. [unsolved] when replicating data from HubSpot to postgres, I didn’t find the call outcome
attribute in the engagement related tables.
Thanks.Krisjan Oldekamp
12/15/2022, 6:55 PMLuke Pammant
12/15/2022, 7:11 PMPatryk Kalinowski
12/15/2022, 9:31 PMVERSION=dev docker-compose up
(these instructions)
I'm getting:
Error response from daemon: manifest for airbyte/connector-builder-server:dev not found: manifest unknown: manifest unknown
Regular docker-compose up
ends up with some Postgres errors I believe. Attaching logs.
2022-12-15 21:20:26 ERROR i.m.r.Micronaut(handleStartupException):338 - Error starting Micronaut server: Bean definition [javax.sql.DataSource] could not be loaded: Error instantiating bean of type [javax.sql.DataSource]
airbyte-cron |
airbyte-cron | Message: Driver org.postgresql.Driver claims to not accept jdbcUrl, <postgres://ckzlpjpqnwcbuv:622bd9e62eb1c835157e7fde72ab4f0c0a88e8d2b6659b4b0add166d81c51c17@ec2-54-158-247-210.compute-1.amazonaws.com:5432/d6vo5qg73t0t8l>
Tiago ST
12/15/2022, 9:52 PM2022-12-15 21:28:03 [44msource[0m > Reading stream lis. Records read: 12700000
2022-12-15 21:28:03 [32mINFO[m i.a.w.g.DefaultReplicationWorker(lambda$readFromSrcAndWriteToDstRunnable$6):321 - Records read: 12711000 (2 GB)
2022-12-15 21:28:04 [32mINFO[m i.a.w.g.DefaultReplicationWorker(lambda$readFromSrcAndWriteToDstRunnable$6):321 - Records read: 12712000 (2 GB)
2022-12-15 21:28:04 [43mdestination[0m > 2022-12-15 21:28:04 [32mINFO[m i.a.i.d.r.InMemoryRecordBufferingStrategy(lambda$flushAll$1):86 - Flushing lis: 31508 records (24 MB)
2022-12-15 21:28:04 [32mINFO[m i.a.w.g.DefaultReplicationWorker(lambda$readFromSrcAndWriteToDstRunnable$6):321 - Records read: 12713000 (2 GB)
2022-12-15 21:28:04 [32mINFO[m i.a.w.g.DefaultReplicationWorker(lambda$readFromSrcAndWriteToDstRunnable$6):321 - Records read: 12714000 (2 GB)
2022-12-15 21:28:18 [43mdestination[0m > 2022-12-15 21:28:18 [1;31mERROR[m i.a.i.b.FailureTrackingAirbyteMessageConsumer(accept):52 - Exception while accepting message
2022-12-15 21:28:18 [43mdestination[0m > java.lang.RuntimeException: java.sql.SQLException: The table '_airbyte_tmp_ppx_lis' is full
Tiago ST
12/15/2022, 9:53 PM[33mDatabase Error in model api_limits (models/generated/airbyte_tables/exchange_sink/api_limits.sql)[0m
1146 (42S02): Table 'exchange_sink._airbyte_raw_api_limits' doesn't exist
compiled SQL at ../build/run/airbyte_utils/models/generated/airbyte_tables/exchange_sink/api_limits.sql
Tiago ST
12/15/2022, 9:53 PMLucas Souza Lira Silva
12/15/2022, 11:23 PMSam Stoelinga
12/15/2022, 11:39 PMairbyte-server | 2022-12-15 23:37:57 ERROR i.a.s.e.UncaughtExceptionMapper(toResponse):22 - Uncaught
exception
airbyte-server | java.lang.IllegalStateException: Duplicate key dbd64161-eb36-4d70-b462-62051452b2dc
(attempted merging values io.airbyte.config.ActorCatalogFetchEvent@54a99403[id=<null>,actorId=dbd64161-eb36-4d70-b462-
62051452b2dc,actorCatalogId=5c8e4ebd-f25e-4ba2-84ff-e85b1b80e279,configHash=<null>,connectorVersion=<null>,createdAt=16
71131395] and io.airbyte.config.ActorCatalogFetchEvent@23daf9bb[id=<null>,actorId=dbd64161-eb36-4d70-b462-62051452b2dc,
actorCatalogId=48f51c6a-56e3-4d1f-8e8f-ebadd5817ba3,configHash=<null>,connectorVersion=<null>,createdAt=1671131395])
last time I had to force delete all data to receover from this. Any other way to fix it?Brian de la Motte
12/16/2022, 12:19 AMairbyte % kubectl get pods
NAME READY STATUS RESTARTS AGE
0.40.25-airbyte-bootloader 1/1 Running 0 57m
0.43.6-airbyte-bootloader 1/1 Running 0 33m
airbyte-db-0 0/1 Pending 0 17m
airbyte-minio-0 0/1 Pending 0 17m
hmd-airbyte-airbyte-bootloader 1/1 Running 0 17m
Rahadian Djati
12/16/2022, 7:51 AMPhilip Corr
12/16/2022, 10:31 AMValentyn Solonechnyi
12/16/2022, 12:40 PMKrzysztof
12/16/2022, 12:54 PMAnurag Jain
12/16/2022, 1:15 PM