Amjad Syed
10/31/2024, 10:25 AMLuis Simões
10/31/2024, 12:41 PMDanielle Murdock
10/31/2024, 1:49 PMCarlos Bernal Carvajal
10/31/2024, 2:47 PMSource process read attempt failed
.
I have refreshed the connection multiple times, but it always fails on the next sync.
Can someone help me figure out what the problem is?
Attached you’ll finde the attempt logs.
Thank you
Airbyte version: v0.63.13
Source: Postgres - v3.6.22
Destination: Postrges - v2.4.0 (edited)John Claro
10/31/2024, 5:27 PMABHISHEK TRIPATHI
11/01/2024, 12:26 AMincremental.snapshot.chunk.size
to see if it improves the performance for inital snapshots for us which is taking much longer then expectedTeddy Kosciuszek
11/01/2024, 10:54 AMTraceback (most recent call last):
File "/Users/teddykosciuszek/Documents/CodeRepos/data-infra-airflow/dags/airbyte/test.py", line 3, in <module>
sheet = get_source(
^^^^^^^^^^^
File "/opt/anaconda3/envs/airbyte_py311/lib/python3.11/site-packages/airbyte/sources/util.py", line 107, in get_source
executor=get_connector_executor(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/envs/airbyte_py311/lib/python3.11/site-packages/airbyte/_executors/util.py", line 261, in get_connector_executor
executor.ensure_installation()
File "/opt/anaconda3/envs/airbyte_py311/lib/python3.11/site-packages/airbyte/_executors/python.py", line 275, in ensure_installation
raise exc.AirbyteConnectorInstallationError(
airbyte.exceptions.AirbyteConnectorInstallationError: Connector's reported version does not match the target version. (AirbyteConnectorInstallationError)
------------------------------------------------------------
AirbyteConnectorInstallationError: Connector's reported version does not match the target version.
Connector Name: 'source-google-sheets'
Venv Name: '.venv-source-google-sheets'
Target Version: '0.7.0'
Original Installed Version: None
Version After Reinstall: '0.7.4'
from airbyte import get_source
sheet = get_source(
"source-google-sheets",
config={
"spreadsheet_id": "",
"credentials": {
"auth_type": "Service",
"service_account_info": {{ var.google_sheets_gcp_sa_key}}
},
},
version= "0.7.0",
# docker_image= "airbyte/source-google-sheets:0.7.0",
install_if_missing=True,
# pip_url= "git+<https://github.com/pixisai/airbyte.git@SOURCE_GOOGLE_SHEET_CDK_VERSION>",
streams= "Sheet1",
)
read_result = sheet.read()
for record in read_result["Sheet1"]:
print(record)
Carlos Bernal Carvajal
11/01/2024, 2:44 PMabctl
but now, the sync wont start. Looking at the kubeters pods there seems to be an error, though it not clear what the issue might be.
ubuntu@ip-10-0-60-1:~$ kubectl --kubeconfig ~/.airbyte/abctl/abctl.kubeconfig -n airbyte-abctl get pods
NAME READY STATUS RESTARTS AGE
airbyte-abctl-airbyte-bootloader 0/1 Completed 0 19h
airbyte-abctl-connector-builder-server-f7b8c4d7b-6w7qh 1/1 Running 0 19h
airbyte-abctl-cron-7f6dc9484-2d98n 1/1 Running 1 (18h ago) 19h
airbyte-abctl-pod-sweeper-pod-sweeper-856cf644f9-zf2tl 1/1 Running 0 19h
airbyte-abctl-server-8477ffd8d6-97xrx 1/1 Running 12 (18h ago) 19h
airbyte-abctl-temporal-857dd9f6f4-xkwtq 1/1 Running 0 19h
airbyte-abctl-webapp-cccb469b8-b95rb 1/1 Running 0 19h
airbyte-abctl-worker-54df9686cc-qnvzq 1/1 Running 0 19h
airbyte-abctl-workload-api-server-6867bffd8b-b2mvf 1/1 Running 0 19h
airbyte-abctl-workload-launcher-5f6bc4cd55-nnpl4 1/1 Running 0 19h
airbyte-minio-0 1/1 Running 0 19h
source-postgres-check-22394-1-ikhqn 0/2 Error 0 120m
source-postgres-check-22394-2-oyrpg 0/2 Error 0 110m
source-postgres-check-22394-3-mpzgz 0/2 Error 0 99m
source-postgres-check-22394-4-dmcio 0/2 Error 0 86m
source-postgres-check-22395-0-wvktf 1/2 ImagePullBackOff 0 85s
It there a way to dig deeper into the issue?
As for the sync job logs, they stay in a loop like this:
2024-11-01 14:39:38 INFO i.a.w.l.p.s.m.Stage(apply):39 - APPLY Stage: CLAIM — (workloadId = decd338e-5647-4c0b-adf4-da0e75f5a750_22395_0_check) — (dataplaneId = local)
2024-11-01 14:39:49 INFO i.a.c.i.LineGobbler(voidCall):166 -
2024-11-01 14:39:38 INFO i.a.w.l.c.WorkloadApiClient(claim):75 - Claimed: true for decd338e-5647-4c0b-adf4-da0e75f5a750_22395_0_check via API for local
2024-11-01 14:39:38 INFO i.a.w.l.p.s.m.Stage(apply):39 - APPLY Stage: CHECK_STATUS — (workloadId = decd338e-5647-4c0b-adf4-da0e75f5a750_22395_0_check) — (dataplaneId = local)
2024-11-01 14:39:38 INFO i.a.w.l.p.s.CheckStatusStage(applyStage):59 - No pod found running for workload decd338e-5647-4c0b-adf4-da0e75f5a750_22395_0_check
2024-11-01 14:39:38 INFO i.a.w.l.p.s.m.Stage(apply):39 - APPLY Stage: BUILD — (workloadId = decd338e-5647-4c0b-adf4-da0e75f5a750_22395_0_check) — (dataplaneId = local)
2024-11-01 14:39:38 INFO i.a.w.l.p.s.m.Stage(apply):39 - APPLY Stage: MUTEX — (workloadId = decd338e-5647-4c0b-adf4-da0e75f5a750_22395_0_check) — (dataplaneId = local)
2024-11-01 14:39:38 INFO i.a.w.l.p.s.EnforceMutexStage(applyStage):50 - No mutex key specified for workload: decd338e-5647-4c0b-adf4-da0e75f5a750_22395_0_check. Continuing...
2024-11-01 14:39:38 INFO i.a.w.l.p.s.m.Stage(apply):39 - APPLY Stage: LAUNCH — (workloadId = decd338e-5647-4c0b-adf4-da0e75f5a750_22395_0_check) — (dataplaneId = local)
2024-11-01 14:39:49 INFO i.a.c.i.LineGobbler(voidCall):166 - ----- START CHECK -----
2024-11-01 14:39:49 INFO i.a.c.i.LineGobbler(voidCall):166 -
Luis Simões
11/01/2024, 4:24 PMShanell Jones
11/01/2024, 5:26 PMServer temporarily unavailable (http.502.re3bRSk3RYzJdNXr9Kztvo)
Luis Espinoza
11/01/2024, 6:55 PMTed McFadden
11/02/2024, 3:18 AMSatyam Tamrakar
11/02/2024, 10:05 AMSatyam Tamrakar
11/02/2024, 10:05 AMSatyam Tamrakar
11/02/2024, 11:18 AMSatyam Tamrakar
11/02/2024, 11:19 AMSatyam Tamrakar
11/02/2024, 11:19 AMAbhishek Agrawal
11/02/2024, 10:05 PMuser
11/03/2024, 1:25 AMLuis Simões
11/03/2024, 4:55 PMScheduled message
11/04/2024, 4:00 AMYeshwanth LN
11/04/2024, 7:34 AMKeyur Sakaria
11/04/2024, 12:51 PMuser
11/04/2024, 1:26 PMDiako
11/04/2024, 2:12 PMVineeth ER
11/04/2024, 3:25 PMPoorna Premachandra
11/04/2024, 3:48 PMhelm install airbyte airbyte/airbyte --namespace airbyte --values ./values.yaml
I'm getting the following error.
coalesce.go:286: warning: cannot overwrite table with non table for airbyte.keycloak-setup.initContainers.keycloakReadinessCheck.image (map[])
coalesce.go:286: warning: cannot overwrite table with non table for airbyte.keycloak.initContainers.initDb.image (map[])
coalesce.go:286: warning: cannot overwrite table with non table for airbyte.keycloak-setup.initContainers.keycloakReadinessCheck.image (map[])
coalesce.go:286: warning: cannot overwrite table with non table for airbyte.keycloak.initContainers.initDb.image (map[])
Error: INSTALLATION FAILED: failed pre-install: 1 error occurred:
* timed out waiting for the condition
During the process airbyte-airbyte-bootloader
starts but after the error it get stopped. I double checked the yaml and seems ok. And I didn't change any properties relating to keycloak or keycloak-setup. Also I'm using helm version "v3.16.2". Any idea what is causing this? Thanks.Nivedita Baliga
11/04/2024, 4:07 PMJoey Benamy
11/04/2024, 4:35 PMRavi Nathwani
11/04/2024, 6:47 PM