Stuart Horgan
11/24/2022, 4:01 PMdocker-compose build
and docker-compose up --build
and neither seem to be doing anything.
I can see in the code the chain of events that should produce the file /etc/nginx/nginx.conf:
airbyte/airbyte-proxy/Dockerfile takes the template file and copies it to /etc/nginx/templates in the container
Then the file airbyte/airbyte-proxy/run.sh uses that template to create etc/nginx/nginx.conf. At least that is how it looks from my limited understanding.
But when i run docker-compose with --build option and copy out the nginx folder to check using docker cp airbyte-proxy:/etc/nginx .
, its the original unchanged file. How do i get it to take my changes?
Should I just hit the delete button next to the 'proxy' image in the Docker Desktop UI and then run docker-compose up? Very new to docker and just don't want to break everything by accident!James Salmon
11/24/2022, 5:39 PMGopinath Sekar
11/24/2022, 7:09 PMSean Soutar
11/24/2022, 8:37 PMtimestamp
in my Postgres DB. This matches what another user was experiencing in September of this year: https://github.com/airbytehq/airbyte/issues/17319
I created a small sub-table of the data i want to sync in postgres and I changed it to timestamp with time zone
and it currently seems to be syncing using the BigQuery destination (however I changed it the beta denormalized version). It is currently syncing okay.
I don’t really want to have to change the data type for the main table as it is quite large. Has anyone else experienced this problem before?Fabiano Pena
11/24/2022, 11:06 PMRahul Borse
11/25/2022, 6:19 AMHeine Bodekær
11/25/2022, 7:43 AMRahul Borse
11/25/2022, 12:08 PMRahul Borse
11/25/2022, 1:46 PMAlexander Schmidt
11/25/2022, 4:16 PMJonathan Vieira
11/25/2022, 5:51 PMKalaSai
11/25/2022, 6:47 PMManish Tomar
11/25/2022, 9:23 PMBhavya Verma
11/26/2022, 7:06 AMGopinath Sekar
11/26/2022, 9:17 AMResford Rouzer
11/26/2022, 6:12 PMjunfeng pan
11/27/2022, 4:19 AMBenedikt Buchert
11/27/2022, 7:57 AM• Make sure the HMAC key is created for the BigQuery service account, and the service account has permission to access the GCS bucket and path.Additionally added the optional Service Account Key JSON (Not sure what that would do) But I'm still getting permission errors.
2022-11-27 07:43:14 - Additional Failure Information: com.amazonaws.services.s3.model.AmazonS3Exception: Forbidden (Service: Amazon S3; Status Code: 403; Error Code: 403 Forbidden; Request ID: null; S3 Extended Request ID: null; Proxy: null), S3 Extended Request ID: null
Strangely it is talking about Amazon S3. See in the screenshot bellow.
The Connection test when saving the connection passes though.
When clicking retest connection I don't see an error nor a success message though.Miki Haiat
11/27/2022, 12:07 PMManish Tomar
11/27/2022, 4:11 PMMazin Zreik
11/27/2022, 8:12 PMTemidayo Azeez
11/28/2022, 4:17 AMthis connections test failed. Non-json response
. Below are some of the log files.
This is the link to the tutorial: https://airbyte.com/tutorials/real-time-data-analytics-pipeline
airbyte-webapp | 172.20.0.10 - airbyte [28/Nov/2022:03:28:44 +0000] "GET /api/v1/health HTTP/1.0" 200 18 "<http://localhost:8000/workspaces/dca82ff5-4150-4056-841-57eb99c7c045/source/new-source|http://localhost:8000/workspaces/dca82ff5-4150-4056-841-57eb99c7c045/source/new-source>" "Mozilla/5.0 (Windows NT 10.0; nWin64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36" "172.20.0.1 airbyte-proxy | 172.20.0.1 - airbyte [28/Nov/2022:03:28:44 +0000] "GET /api/v1/health HTTP/1.1" 200 18 "<http://localhost:8000/workspaces/dca82ff5-4150-4056-841b-57eb99c7c045/source/new-source|http://localhost:8000/workspaces/dca82ff5-4150-4056-841b-57eb99c7c045/source/new-source>" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36"
airbyte-worker | 2022-11-28 03:28:54 INFO i.a.w.i.DefaultAirbyteStreamFactory(internalLog):120 - HikariPool-1 - Shutdown initiated...airbyte-worker | 2022-11-28 03:28:58 INFO i.a.w.i.DefaultAirbyteStreamFactory(
internalLog):120 - HikariPool-1 - Shutdown completed.
airbyte-worker | 2022-11-28 03:28:58 INFO i.a.w.i.DefaultAirbyteStreamFactory(internalLog):120 - Completed integration: io.airbyte.integrations.base.ssh.SshWrappedSource
airbyte-worker | 2022-11-28 03:28:58 INFO i.a.w.i.DefaultAirbyteStreamFactory(internalLog):120 - completed source: class io.airbyte.integrations.source.mysql.MySqlSourceairbyte-worker | 2022-11-28 03:29:00
-28 03:29:00 INFO i.a.c.i.LineGobbler(voidCall):114 -
airbyte-worker | 2022-11-28 03:29:00 INFO i.a.c.i.LineGobbler(voidCall):114 - ----- END CHECK -----
airbyte-worker | 2022-11-28 03:29:00 INFO i.a.c.i.LineGobbler(voidCall):114 -airbyte-server | 2022-11-28 03:29:01 INFO i.a.s.RequestLogger(filter):112 - REQ 172.20.0.7 POST 200 /api/v1/scheduler/sources/check_connection -
{"connectionConfiguration":"REDACTED","workspaceId":"dca82ff5-4150-4056-841b-57eb99c7c045","sourceDefinitionId":"435bb9a5-7887-4809-aa58-28c27df0d7ad"}
airbyte-server | 2022-11-28 03:29:04 INFO i.a.s.RequestLogger(filter):112 - REQ 172.20.0.7 GET 200 /api/v1/health
airbyte-webapp | 172.20.0.10 - airbyte [28/Nov/2022:03:29:04 +0000] "GET /api/v1/health HTTP/1.0" 200 18 "<http://localhost:8000/workspaces/dca82ff5-4150-4056-841b-57eb99c7c045/source/new-source|http://localhost:8000/workspaces/dca82ff5-4150-4056-841b-57eb99c7c045/source/new-source>" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36" "172.20.0.1"
airbyte-proxy | 172.20.0.1 - airbyte [28/Nov/2022:03:29:04 +0000] "GET /api/v1/health HTTP/1.1" 200 18 "<http://localhost:8000/workspaces/dca82ff5-4150-4056-841b-57eb99c7c045/source/new-source|http://localhost:8000/workspaces/dca82ff5-4150-4056-841b-57eb99c7c045/source/new-source>" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36"
airbyte-cron | 2022-11-28 03:29:08 INFO i.a.c.s.DefinitionsUpdater(updateDefinitions):54 - Connector definitions update disabled.
airbyte-server | 2022-11-28 03:29:23 INFO i.a.s.RequestLogger(filter):112 - REQ 172.20.0.7 GET 200 /api/v1/health
airbyte-webapp | 172.20.0.10 - airbyte [28/Nov/2022:03:29:23 +0000] "GET /api/v1/health HTTP/1.0" 200 18 "<http://localhost:8000/workspaces/dca82ff5-4150-4056-841b-57eb99c7c045/source/new-source|http://localhost:8000/workspaces/dca82ff5-4150-4056-841b-57eb99c7c045/source/new-source>" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36" "172.20.0.1"
airbyte-proxy | 172.20.0.1 - airbyte [28/Nov/2022:03:29:23 +0000] "GET /api/v1/health HTTP/1.1" 200 18 "<http://localhost:8000/workspaces/dca82ff5-4150-4056-841b-57eb99c7c045/source/new-source|http://localhost:8000/workspaces/dca82ff5-4150-4056-841b-57eb99c7c045/source/new-source>" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36"
airbyte-temporal | {"level":"info","ts":"2022-11-28T03:29:25.328Z","msg":"none","service":"matching","component":"matching-engine","wf-task-queue-name":"/_sys/NOTIFY/3","wf-task-queue-type":"Workflow","lifecycle":"Starting","logging-call-at":"taskQueueManager.go:238"}airbyte-temporal | {"level":"info","ts":"2022-11-28T03:29:25.328Z","msg":"none","service":"matching","component":"matching-engine","wf-task-queue-name":"/_sys/NOTIFY/3","wf-task-queue-type":"Workflow","lifecycle":"Started","logging-call-at":"taskQueueManager.go:242"}
Rahul Borse
11/28/2022, 5:50 AMJaafar
11/28/2022, 7:48 AMTemidayo Azeez
11/28/2022, 7:49 AMTmac Han
11/28/2022, 8:45 AMMiki Haiat
11/28/2022, 9:34 AMUnhandled error while executing model.airbyte_utils.campaigns_stg
Pickling client objects is explicitly not supported.
Clients have non-trivial state that is local and unpickleable.
Other tables are successfully syncedFrank Kody
11/28/2022, 9:40 AM{
"streamName": "table_name",
"stats": {
"recordsEmitted": 428544,
"bytesEmitted": 260633069,
"recordsCommitted": 428544
}
}
but if I look at the normalization step it is showing the true amount of rows inserted - 857086 (which is duplicate of the data)
2022-11-26 20:50:46 [42mnormalization[0m > 17 of 117 OK created incremental model schema.table_name..................................................... [[32mINSERT 0 857086[0m in 85.81s]
Would be great to get some help trouble shooting what is going wrongLihan Li
11/28/2022, 10:28 AMChandrashekhar S
11/28/2022, 12:21 PM