Anil Kulkarni
03/02/2022, 11:56 PMValerio Di Tinno
03/03/2022, 9:42 AMJohn Maguire
03/03/2022, 4:02 PMPhilippe Boyd
03/03/2022, 4:07 PMZach
03/03/2022, 5:13 PMGary K
03/04/2022, 12:02 AMJeremy Owens
03/04/2022, 8:22 PMJudah Rand
03/06/2022, 3:32 PMDavid Beck
03/07/2022, 2:31 PMgcloud --project=$PROJECT_ID beta compute ssh airbyte -- -L 8000:localhost:8000 -N -f
into
gcloud --project=$PROJECT_ID beta compute ssh $INSTANCE_NAME -- -L 8000:localhost:8000 -N -f
kshitij chaurasiya
03/08/2022, 10:21 AMSophie Lohezic
03/08/2022, 1:34 PMK rodgers
03/08/2022, 3:17 PMAlex Bondar
03/08/2022, 5:22 PMkannan
03/08/2022, 8:32 PMMaxime Lemaitre
03/09/2022, 9:02 AMNandan Hegde
03/09/2022, 5:22 PMThomas
03/10/2022, 10:23 AMnor
03/10/2022, 4:22 PMAfonso Rodrigues
03/11/2022, 2:56 PMZach Brak
03/11/2022, 6:03 PMbig_query_array
to account for nulled arrays.
This seems to then be adding this value of big_query_array
into table schemas.
Was this necessary to handle nulled arrays?
A large value proposition of the Airbyte BigQuery-denormalized connector, was that it was able to match schemas directly to JSON coming out of the source API.
I’m concerned interjecting this hard-coded value into the created schemas causes many more problems downstream than it solves upstream.
(edited for clarity/tone)avilares
03/11/2022, 10:22 PMEmil Sedgh
03/12/2022, 4:28 AMGilbert Vrancken
03/13/2022, 8:47 PM(e.g. {}, {'sep': ' '})
but that doesn't work, it should say: (e.g. {}, {"sep": " "})
(single quotes are no valid JSON)Mouli S
03/14/2022, 7:30 AMBen Mizrahi
03/14/2022, 9:44 AM2022-03-14 09:31:22 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed.
errors: $: null found, object expected
2022-03-14 09:31:22 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null
2022-03-14 09:31:22 destination > 2022-03-14 09:31:22 INFO i.a.i.b.IntegrationRunner(runInternal):154 - Completed integration: io.airbyte.integrations.destination.gcs.GcsDestination
2022-03-14 09:31:22 INFO i.a.w.DefaultReplicationWorker(run):165 - Source and destination threads complete.
Ramon Vermeulen
03/14/2022, 1:53 PMbeer
03/15/2022, 4:49 AMOctavia Squidington III
03/15/2022, 2:38 PMAndrés O. Arredondo
03/15/2022, 7:19 PMAmeya Bapat
03/16/2022, 7:12 AM/api/v1/jobs/get
for respective jobid ? I have added the comment in https://github.com/airbytehq/airbyte/issues/10598? Detailed notifications would help a lot.