Ajay Kulkarni
02/01/2023, 8:42 PMNag R
02/01/2023, 8:58 PMRaymond Chow
02/01/2023, 9:09 PMAirbyte Version: 0.39.42-alpha
Source: MongoDb (0.1.15)
Destination: Snowflake (0.4.34)
The issue I ran into is I believe my snowflake connection is dropping mid process or not connecting properly. I've ran test on the connection, via settings, on both the source and destination and they were successful. I'm not too sure what might be the issue, I see that there's a DEADLINE_EXCEEDED in the logs and it seems that it was midway of reading records for a replication task the destination cancelled. When I check the activity of on snowflake it seems to be creating and dropping AIRBYTE_CONNECTION_TEST
stages. I am using OpenVPN because mongoDB requires a VPN connection to access if that matters.Nag R
02/01/2023, 9:13 PMRafael Paraíso Rossim
02/01/2023, 10:13 PMFrancisco Viera
02/01/2023, 10:29 PMMatt Palmer
02/01/2023, 10:41 PMGEOMETRY
types? The current method of syncing data does not handle these types well and frequently results in silent errors and dropped rowsUlan Yisaev
02/01/2023, 10:45 PM/var/run/docker.sock
) is required to run Airbyte.
And apparently Microsoft does not support DIND (docker-in-docker) in ACI for security reasons:
https://github.com/MicrosoftDocs/azure-docs/issues/89486
https://github.com/MicrosoftDocs/azure-docs/issues/43947Kyle Pounder
02/01/2023, 11:08 PMSatish Srinivasan
02/01/2023, 11:23 PM2023-02-01 23:00:06 ERROR i.a.s.e.UncaughtExceptionHandler(handle):28 - Uncaught exception
java.lang.IllegalArgumentException: json schema nodes should always be object nodes. path: [FieldNameOrList{fieldName='type', isList=false}] actual: "string"
at io.airbyte.commons.json.JsonSchemas.traverseJsonSchemaInternal(JsonSchemas.java:177) ~[io.airbyte-airbyte-commons-0.40.32.jar:?]
at io.airbyte.commons.json.JsonSchemas.traverseJsonSchemaInternal(JsonSchemas.java:205) ~[io.airbyte-airbyte-commons-0.40.32.jar:?]
at io.airbyte.commons.json.JsonSchemas.traverseJsonSchema(JsonSchemas.java:103) ~[io.airbyte-airbyte-commons-0.40.32.jar:?]
at io.airbyte.commons.json.JsonSchemas.traverseJsonSchemaWithFilteredCollector(JsonSchemas.java:138) ~[io.airbyte-airbyte-commons-0.40.32.jar:?]
at io.airbyte.commons.json.JsonSchemas.collectPathsThatMeetCondition(JsonSchemas.java:153) ~[io.airbyte-airbyte-commons-0.40.32.jar:?]
at io.airbyte.config.persistence.split_secrets.JsonSecretsProcessor.maskAllSecrets(JsonSecretsProcessor.java:71) ~[io.airbyte.airbyte-config-config-persistence-0.40.32.jar:?]
at io.airbyte.config.persistence.split_secrets.JsonSecretsProcessor.prepareSecretsForOutput(JsonSecretsProcessor.java:59) ~[io.airbyte.airbyte-config-config-persistence-0.40.32.jar:?]
Chen Lin
02/01/2023, 11:29 PMS3 Source Spec
Lior Chen
02/02/2023, 12:18 AMRoberto Tolosa
02/02/2023, 2:31 AMRoberto Tolosa
02/02/2023, 2:44 AMPrashant Barge
02/02/2023, 6:27 AM김건희
02/02/2023, 6:31 AMERROR i.a.w.i.DefaultAirbyteStreamFactory(internalLog):163 - Exception attempting to access the S3 bucket:
Stack Trace: com.amazonaws.services.s3.model.AmazonS3Exception: Access Denied (Service: Amazon S3; Status Code: 403; Error Code: AccessDenied;
how could i success this way?Andreas Gustafsson
02/02/2023, 6:38 AMMark Nuttall-Smith
02/02/2023, 8:38 AMIsmail Tigrek
02/02/2023, 11:44 AMClaudio Cavallo
02/02/2023, 12:55 PMcould not write lock file "postmaster.pid": No space left on device
Revital Eres
02/02/2023, 1:21 PM/data/1/0/normalize
(I do not see it in mysql.Dockerfile). Also, the files written to the local dir (/tmp/airbyte_local
) are with root permission so I can not delete them. is there a way to create them with not root permission? Thanks!
docker run --init -i -w /data/1/0/normalize --log-driver none --network host -v /tmp/airbyte_workspace:/data -v /tmp/airbyte_local:/local -e DEPLOYMENT_MODE=OSS -e AIRBYTE_ROLE= -e WORKER_ENVIRONMENT=DOCKER -e AIRBYTE_VERSION=0.40.14 airbyte/normalization-mysql:0.2.25 run --catalog /local/tmp58_rero0 --config /local/tmp4jbbpmox --integration-type mysql
Michael Yee
02/02/2023, 1:47 PMLuan Araldi
02/02/2023, 2:13 PMdocker run --rm airbyte/source-example-python:dev spec
docker run --rm -v $(pwd)/secrets:/secrets airbyte/source-example-python:dev check --config /secrets/config.json
docker run --rm -v $(pwd)/secrets:/secrets airbyte/source-example-python:dev discover --config /secrets/config.json
docker run --rm -v $(pwd)/secrets:/secrets -v $(pwd)/sample_files:/sample_files airbyte/source-example-python:dev read --config /secrets/config.json --catalog /sample_files/configured_catalog.json
and it works fine like this
One thing I noticed is this error on the browser console when the error appears on screen
index-01f874f4.js:39 TypeError: Cannot convert undefined or null to object
at Function.keys (<anonymous>)
at zl (SchemaError-3025fefa.js:72:6583)
at bo (index-01f874f4.js:37:52767)
at to (index-01f874f4.js:37:62191)
at ra (index-01f874f4.js:37:61528)
at di (index-01f874f4.js:37:61122)
at wa (index-01f874f4.js:41:11784)
at ya (index-01f874f4.js:41:932)
at kc (index-01f874f4.js:41:863)
at cn (index-01f874f4.js:41:722)
Krisjan Oldekamp
02/02/2023, 3:23 PMluisa zuluaga
02/02/2023, 3:48 PMDusty Shapiro
02/02/2023, 4:09 PMbusybox
Docker image that gets pulled when a K8s pod starts up to run a sync? We’re experiencing rate limiting from Dockerhub, so I’d like to start pushing those images up to ECR and reference them.
We’re deploying on K8s via Helm Chart
ThanksImane
02/02/2023, 4:14 PMsource-pinterest
connector with the following metrics (in the utils.py
):
"VIDEO_P0_COMBINED_1,VIDEO_P100_COMPLETE_1,VIDEO_P25_COMBINED_1,VIDEO_P50_COMBINED_1,"
"VIDEO_P75_COMBINED_1,VIDEO_P95_COMBINED_1,VIDEO_3SEC_VIEWS_1,VIDEO_MRC_VIEWS_1,"
"APP_INSTALL_COST_PER_ACTION,CLICKTHROUGH_2,CLICKTHROUGH_1,ENGAGEMENT_2,ENGAGEMENT_1,TOTAL_CLICK_ADD_TO_CART"
but I am getting the error attached, does anyone have any idea about this?Jakub Wszolek
02/02/2023, 4:55 PMGilberto S.S
02/02/2023, 5:15 PMKrzysztof Sikora
02/02/2023, 5:54 PMairbyte-server
and airbyte-cron
are both trying to mount airbyte-volume-configs
workloads are on different nodes and are failing to both attach the volume