Rubén Lucena
10/25/2024, 8:03 PMAvinash Vijayarangan
10/25/2024, 8:19 PMAasim ali
10/25/2024, 8:35 PMEthan Stuart
10/25/2024, 10:04 PMBraeden Stamas
10/26/2024, 12:27 AMStan Kirdey
10/26/2024, 1:55 AMCarolina Buckler
10/26/2024, 2:24 AMERROR airbyte-bootloader: i.a.d.c.DatabaseAvailabilityCheck(lambda$isDatabaseConnected$1):78 - Failed to verify database connection.
ERROR airbyte-bootloader: org.jooq.exception.DataAccessException: Error getting connection from data source HikariDataSource (HikariPool-1)
ERROR airbyte-bootloader: Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30001ms (total=0, active=0, idle=0, waiting=0)
ERROR airbyte-bootloader: Caused by: org.postgresql.util.PSQLException: The connection attempt failed.
ERROR airbyte-bootloader: Caused by: java.net.UnknownHostException: database-host
Yannick Sacherer
10/26/2024, 7:41 AMDamien Querbes
10/26/2024, 7:42 AMurllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='172.16.0.2', port=8080): Max retries exceeded with url: /api/v1/connections/sync (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7838d78526e0>, 'Connection to 172.16.0.2 timed out. (connect timeout=None)'))
172.16.0.2 is the internal endpoint of my Airbyte kb8 pod.Yannick Sacherer
10/26/2024, 7:56 AMJake Duckworth
10/26/2024, 2:26 PMincremental_deduped_history
. When the sync runs, it does a full refresh every time instead of processing the incremental changes.
Airbyte version: 1.1.0
Postgres Source Version: 3.6.22
Postgres Destination Version: 2.4.0
Poatgres config:
CREATE ROLE source_1_airbyte_role;
ALTER ROLE source_1_airbyte_role REPLICATION LOGIN;
GRANT SELECT ON TABLE public.table_1 TO source_1_airbyte_role;
ALTER TABLE public.table_1 REPLICA IDENTITY DEFAULT;
Jake Duckworth
10/26/2024, 2:32 PMincremental_deduped_history
) sync mode_._
When the sync runs, it does a full refresh
every time instead of processing the incremental changes. Do I have something misconfigured? Any idea why the incremental processing is not working?
Here is my current setup:
Airbyte version: 1.1.0
Postgres Source Version: 3.6.22
Postgres Destination Version: 2.4.0
Postgres config:
CREATE ROLE airbyte_role;
ALTER ROLE airbyte_role REPLICATION LOGIN;
GRANT SELECT ON TABLE public.table_1 TO airbyte_role;
ALTER TABLE public.table_1 REPLICA IDENTITY DEFAULT;
CREATE PUBLICATION airbyte_publication FOR TABLES IN SCHEMA public;
SELECT pg_create_logical_replication_slot('airbyte_slot', 'pgoutput');
Atharva Gunjkar
10/26/2024, 3:28 PMAlasdair Ellis
10/26/2024, 5:18 PMKay Burdeos
10/27/2024, 1:47 AMDainius Salkauskas
10/27/2024, 6:19 AMPower School
10/27/2024, 7:07 AMPower School
10/27/2024, 7:08 AMPower School
10/27/2024, 7:10 AMPower School
10/27/2024, 8:09 AMPower School
10/27/2024, 9:00 AMPower School
10/27/2024, 9:02 AMPower School
10/27/2024, 9:04 AMPower School
10/27/2024, 9:11 AMBraeden Stamas
10/27/2024, 11:04 PMJack Novorr
10/28/2024, 12:43 AMABHISHEK TRIPATHI
10/28/2024, 1:53 AMuser
10/28/2024, 1:53 AMABHISHEK TRIPATHI
10/28/2024, 1:53 AM"failureOrigin" : "source",
"failureType" : "config_error",
"internalMessage" : "io.airbyte.commons.exceptions.ConfigErrorException: Saved offset no longer present on the server. Please reset the connection, and then increase binlog retention and/or increase sync frequency.",
"externalMessage" : "Saved offset no longer present on the server. Please reset the connection, and then increase binlog retention and/or increase sync frequency.",
"metadata" : {
"attemptNumber" : 0,
"jobId" : 15078,
"from_trace_message" : true,
"connector_command" : "read"
},
"stacktrace" : "io.airbyte.commons.exceptions.ConfigErrorException: Saved offset no longer present on the server. Please reset the connection, and then increase binlog retention and/or increase sync frequency.\n\tat io.airbyte.integrations.source.mssql.initialsync.MssqlInitialReadUtil.isSavedOffsetStillPresentOnServer(MssqlInitialReadUtil.java:155)\n\tat io.airbyte.integrations.source.mssql.initialsync.MssqlInitialReadUtil.getMssqlInitialLoadGlobalStateManager(MssqlInitialReadUtil.java:168)\n\tat io.airbyte.integrations.source.mssql.MssqlSource.initializeForStateManager(MssqlSource.java:638)\n\tat io.airbyte.integrations.source.mssql.MssqlSource.initializeForStateManager(MssqlSource.java:79)\n\tat io.airbyte.cdk.integrations.source.relationaldb.AbstractDbSource.read(AbstractDbSource.kt:158)\n\tat io.airbyte.cdk.integrations.base.ssh.SshWrappedSource.read(SshWrappedSource.kt:69)\n\tat io.airbyte.cdk.integrations.base.IntegrationRunner.readSerial(IntegrationRunner.kt:333)\n\tat io.airbyte.cdk.integrations.base.IntegrationRunner.runInternal(IntegrationRunner.kt:184)\n\tat io.airbyte.cdk.integrations.base.IntegrationRunner.run(IntegrationRunner.kt:116)\n\tat io.airbyte.integrations.source.mssql.MssqlSource.main(MssqlSource.java:618)\n",
"timestamp" : 1730027410603
Slackbot
10/28/2024, 4:46 AM