brett
01/01/2021, 6:17 PMNitish Sadasivan
01/03/2021, 8:11 AMThomas
01/04/2021, 1:39 PMRobait Utsman
01/05/2021, 5:51 PMJoao Correia
01/05/2021, 6:33 PMKhoi
01/06/2021, 6:15 AMJohn (Airbyte)
Ram Shankar Yadav
01/07/2021, 11:31 AMThomas
01/08/2021, 3:00 PMHudson
01/09/2021, 7:26 PM2021-01-09 19:25:59 INFO (/tmp/workspace/16/1) LineGobbler(voidCall):69 - 2021-01-09 19:25:59 [32mINFO[m i.a.i.d.s.SnowflakeDestination$DestinationImpl(insertBufferedRecords):164 - {} - max size of batch: 500
The error message is:
Process is taking too long to finish. Killing it
Sync worker failed.
io.airbyte.workers.WorkerException: target process wasn't successful
There's any way to increase the BATCH_SIZE param? and there's any best practices to process a table with more than 1M rows?Thomas
01/10/2021, 3:15 PMHudson
01/11/2021, 4:23 PMsource_name
.
For example source table in Postgres : public.student
destination table name into Snowflake: db_name.airbyte_raw.public.student
What causes some annoying issues, because the table name has a dot inside name.
A simple way to fix it should be use the Cleaned name
that already replace the .
for _
Raphael Burnes
01/12/2021, 5:18 PMUmar Hameed
01/12/2021, 7:16 PMHudson
01/12/2021, 7:23 PMbeeman
01/13/2021, 5:57 AMsync postgres
and Airbyte came up first! The SEO is going great! 😎beeman
01/13/2021, 5:59 AM.raw
ones? Thanks in advance!Zach Mandell
01/13/2021, 8:33 PMConnection to localhost:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
I was wondering if anyone knew why this may be? I'm new to using Docker (and development in general) so my knowledge of what it's doing is limited and I thought my problem may be related to it.Yoann Gotthilf
01/14/2021, 9:56 AMMattias
01/17/2021, 10:27 AMMina Yacoub
01/17/2021, 6:27 PMAlberto Costa
01/18/2021, 10:05 AM./gradlew clean build
the build fails with error:
> Task :spotlessStyling FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':spotlessStyling'.
> Running npm command 'npm install --no-audit --no-package-lock' failed with exit code: 254
Dejan Pejcev
01/18/2021, 11:35 PMSlackbot
01/19/2021, 1:18 PMNithin Chandran
01/19/2021, 2:08 PMNithin Chandran
01/19/2021, 7:14 PMJohn (Airbyte)
Nithin Chandran
01/20/2021, 12:32 PM2021-01-20 05:54:56 ERROR (/tmp/workspace/42/1) LineGobbler(voidCall):69 - googleapiclient.errors.HttpError: <HttpError 400 when requesting <https://sheets.googleapis.com/v4/spreadsheets/1IixkLcgI78cbBBpVcAwFP6BRI5C4sXZ6P2CRPzbs7t0/values:batchGet?ranges=Mass%21151154%3A151354&majorDimension=ROWS&alt=json> returned "Range (Mass!151154:151354) exceeds grid limits. Max rows: 151000, max columns: 26". Details: "Range (Mass!151154:151354) exceeds grid limits. Max rows: 151000, max columns: 26">
2021-01-20 05:54:56 DEBUG (/tmp/workspace/42/1) DefaultAirbyteSource(close):109 - Closing tap process
Carlos González
01/20/2021, 8:16 PM2021-01-20 19:55:26 ERROR (/tmp/workspace/7/0) LineGobbler(voidCall):69 - Exception in thread "main" java.lang.NullPointerException
Any thoughts?. Am I missing something?Dejan Pejcev
01/20/2021, 8:46 PMid
), but I am checking the table in the destination db, it has exactly the same number of rows as before, even though Airbyte says it synced ex. 17,009 records, and I see it still has the old count 16,539
Any chance I can browse logs more deeply?