https://linen.dev logo
Join Slack
Powered by
# replication-ask-ai
  • s

    Srikar Chamarthy

    07/28/2026, 2:09 PM
    @kapa.ai for gmail connector message_details stream gives Full message payloads, headers, snippet, and labels. Substream of messages. where can i get the entire email body, snippet has only part of a email and is getting cutoff
    k
    • 2
    • 1
  • s

    Srikar Chamarthy

    07/28/2026, 4:23 PM
    @kapa.ai google ads getting error 'Stream customer is not available: HTTP Status Code: 400. Error: Bad request. Please check your request parameters.'
    k
    • 2
    • 9
  • a

    Ahmed Ebrahim

    07/29/2026, 5:53 AM
    @kapa.ai is there any way to enable airbyte mapping on airbyte open source version ?
    k
    • 2
    • 3
  • m

    Michael Gallivan

    07/29/2026, 2:56 PM
    @kapa.ai Are draft orders available through the shopify connector?
    k
    • 2
    • 3
  • g

    Glen Aultman-Bettridge

    07/30/2026, 2:11 AM
    @kapa.ai For a postgresql table, can a field of type xid8 be used for a cursor?
    k
    • 2
    • 1
  • g

    Glen Aultman-Bettridge

    07/30/2026, 3:01 AM
    @kapa.ai When doing full refresh syncs, does the update method in a PostgreSQL connector have any effect?
    k
    • 2
    • 7
  • p

    Prakash Mishra

    07/30/2026, 4:08 AM
    @kapa.ai I built a pipeline which extracts data from BigQuery table (size 65 GB) and loading it into Databricks lakehouse.. The connector is failing because as Airbyte runs SELECT * query.. Bigquery is throwing error:
    Copy code
    Response too large to return. Consider specifying a destination table in your job configuration. For more details, see <https://cloud.google.com/bigquery/troubleshooting-errors>
    How can this be solved ?
    k
    • 2
    • 5
  • h

    Harsh Panchal

    07/30/2026, 4:28 PM
    @kapa.ai the HubSpot to Bigquery sync for the contacts_web_analytics is stuck in the RUNNING for stream contacts_web_analytics it is loading 10 - 15 rows to airbyte internal table but hasn't finished the sync yet its been 16 hrs
    k
    • 2
    • 13
  • y

    Yuki Kakegawa

    08/03/2026, 5:23 AM
    When a field in a table deleted at source, how does airbyte hande that? Is it possible to not error out but still raising a warning saying the field has been deleted or something like that (maybe imputing with null values)
    k
    • 2
    • 51
  • k

    Kevin Y

    08/03/2026, 6:58 AM
    @kapa.ai sync dies midway with
    message='activity Heartbeat timeout', timeoutType=TIMEOUT_TYPE_HEARTBEAT
    between MySQL source and Postgres destination. What does this mean?
    k
    • 2
    • 1
  • k

    Kevin Y

    08/03/2026, 7:02 AM
    @kapa.ai sync dies midway with
    message='activity Heartbeat timeout', timeoutType=TIMEOUT_TYPE_HEARTBEAT
    between Salesforce source and Postgres destination. What does this mean?
    k
    • 2
    • 3
  • m

    Michael Gallivan

    08/03/2026, 2:10 PM
    @kapa.ai is the greenhouse marketplace connector ready for the Harvest API V3 with oauth?
    k
    • 2
    • 1
  • g

    Gary K

    08/04/2026, 3:36 AM
    @kapa.ai We are installing using our own container registry so I need to pull/retag/push the images used by Airbyte. We are currently upgrading to helm chart 2.1.1 from 2.0.19. What tag of
    airbyte/async-profiler
    should I copy to our registry? The image appears to have no semver based tags. It appears to be part of the connector-builder feature. Have there been changes to connector-builder in 2.1.1? Basically, what images (inc tags) should I copy to our registry so that Airbyte can operate? (Not including the connector images, I can find those through the interface after Airbyte is running)
    k
    • 2
    • 3
  • g

    Gary K

    08/04/2026, 4:23 AM
    @kapa.ai What does
    global.jobs.errors.reportingStrategy
    change, and what values are valid for this? The value is listed in the 2.1.1 helm chart
    k
    • 2
    • 1
  • d

    Dilyan Stoev

    08/04/2026, 6:58 AM
    @kapa.ai, I get error
    spec.containers{airbyte-bootloader-container}: Error: couldn't find key CONFIG_DATABASE_REPLICA_USER in Secret airbyte/airbyte-config-secrets
    in the
    airbyte-bootloader
    pod when upgrading from 2.0.19 to 2.1.0. I know I can patch the secret like this:
    Copy code
    kubectl patch secret airbyte-config-secrets -n airbyte-abctl \
      --type merge \
      -p '{"stringData": {"CONFIG_DATABASE_REPLICA_USER": "dummy"}}'
    but is there any other ways?
    k
    • 2
    • 15
  • s

    Slackbot

    08/04/2026, 3:45 PM
    This message was deleted.
    k
    m
    • 3
    • 103
  • p

    Pranay Mule

    08/04/2026, 4:18 PM
    @kapa.ai I am trying to add multiple emails to get airbyte email notification, under workspace settings notification, how to I add multiple emails?
    k
    • 2
    • 1
  • s

    Srikar Chamarthy

    08/04/2026, 6:31 PM
    @kapa.ai does google ads connector have geo_target_constant stream
    k
    • 2
    • 3
  • y

    Yuki Kakegawa

    08/05/2026, 4:07 AM
    when using cdc with the postgres connector, every time tehre is an update to a field, the airbyte exctracted at field gets updated and get a new timstamp, correct?
    ✅ 1
    k
    • 2
    • 3
  • s

    Syed Hamza Raza Kazmi

    08/05/2026, 7:12 AM
    @kapa.ai, airbyte stops incremental replication with giving any errors I have CDC postgres to postgres replication, Airbyte stops incremental replication without any errors
    k
    • 2
    • 1
  • m

    Matheus Dantas

    08/05/2026, 3:13 PM
    how to configure a connector to consider the case where when extracting one day of data, the start and end dates must be equal?
    k
    • 2
    • 1
  • g

    Gary K

    08/06/2026, 7:47 AM
    @kapa.ai I have a connection from mysql to snowflake, that was previously using just the raw tables (ie, "disable final tables" enabled in the snowflake destination connector config). Can/how do I upgrade the connection to direct-load?
    k
    • 2
    • 5
  • m

    Matheus Dantas

    08/06/2026, 12:59 PM
    I need one example of how to implement the usage of lookback window when I have a custom implementation of a HttpRequester due to a async behavior on the api
    k
    • 2
    • 3
  • b

    Blake Miller

    08/06/2026, 5:27 PM
    @kapa.ai my Google Ads connector is not working. It is updated to the latest version, and the error I’m getting is ‘Stream customer is not available: HTTP Status Code: 400. Error: Bad request. Please check your request parameters.’ Note that it was working and broke randomly. I’ve reauthenticated and it didn’t fix anything. Logs below:
    Copy code
    2026-08-06 10:25:58  INFO 2026-08-06 10:25:58 info
    2026-08-06 10:25:58  INFO 2026-08-06 10:25:58 info Transitioning workload to running state
    2026-08-06 10:25:58  INFO 2026-08-06 10:25:58 info ----- START CHECK -----
    2026-08-06 10:25:58  INFO 2026-08-06 10:25:58 info
    2026-08-06 10:25:58  INFO 2026-08-06 10:25:58 info Workload successfully transitioned to running state
    2026-08-06 10:26:16  INFO 2026-08-06 10:26:16 info Connector exited, processing output
    2026-08-06 10:26:16  INFO 2026-08-06 10:26:16 info Output file jobOutput.json found
    2026-08-06 10:26:16  INFO 2026-08-06 10:26:16 info Connector exited with exit code 0
    2026-08-06 10:26:16  INFO 2026-08-06 10:26:16 info Reading messages from protocol version 0.2.0
    2026-08-06 10:26:16  ERROR 2026-08-06 10:26:16 error 'GET' request to '<https://googleads.googleapis.com/v20/customers:listAccessibleCustomers>' failed with status code '400' and error message: 'Request contains an invalid argument.'. Request (body): 'None'. Response (body): '{'error': {'code': 400, 'message': 'Request contains an invalid argument.', 'status': 'INVALID_ARGUMENT', 'details': [{'@type': '<http://type.googleapis.com/google.ads.googleads.v20.errors.GoogleAdsFailure|type.googleapis.com/google.ads.googleads.v20.errors.GoogleAdsFailure>', 'errors': [{'errorCode': {'requestError': 'UNSUPPORTED_VERSION'}, 'message': 'Version v20 is deprecated. Requests to this version will be blocked.'}], 'requestId': 'FN15zsmOTAD-Q1YT3s420g'}]}}'. Response (headers): '{'Request-Id': 'FN15zsmOTAD-Q1YT3s420g', 'Vary': 'Origin, X-Origin, Referer', 'Content-Type': 'application/json; charset=UTF-8', 'Content-Encoding': 'gzip', 'Date': 'Thu, 06 Aug 2026 17:26:15 GMT', 'Server': 'ESF', 'X-XSS-Protection': '0', 'X-Frame-Options': 'SAMEORIGIN', 'X-Content-Type-Options': 'nosniff', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000', 'Transfer-Encoding': 'chunked'}'.
    2026-08-06 10:26:16  WARN 2026-08-06 10:26:16 warn Stream customer is not available: HTTP Status Code: 400. Error: Bad request. Please check your request parameters.
    2026-08-06 10:26:16  ERROR 2026-08-06 10:26:16 error Check failed
    2026-08-06 10:26:16  INFO 2026-08-06 10:26:16 info Checking for optional control message...
    2026-08-06 10:26:16  INFO 2026-08-06 10:26:16 info Writing output of 253487c0-2246-43ba-a21f-5116b20a2c50_ac1bae9e-007c-4f6a-8c12-cf34715abf92_0_check to the doc store
    2026-08-06 10:26:16  INFO 2026-08-06 10:26:16 info Marking workload 253487c0-2246-43ba-a21f-5116b20a2c50_ac1bae9e-007c-4f6a-8c12-cf34715abf92_0_check as successful
    2026-08-06 10:26:16  INFO 2026-08-06 10:26:16 info
    2026-08-06 10:26:16  INFO 2026-08-06 10:26:16 info Deliberately exiting process with code 0.
    2026-08-06 10:26:16  INFO 2026-08-06 10:26:16 info ----- END CHECK -----
    2026-08-06 10:26:16  INFO 2026-08-06 10:26:16 info
    k
    • 2
    • 13
  • f

    Fernanda Carles

    08/07/2026, 2:51 PM
    @kapa.ai what is the correct way to do a migration of a large postgres database that has tables incrementally populated by airbyte?
    k
    • 2
    • 3
  • g

    Gary K

    08/10/2026, 4:38 AM
    @kapa.ai What would happen if I modified a MySQL daily sync
    Full Refresh - Append
    non-cdc source connector to become an
    Incremental - Append
    with cdc? The destination is a Snowflake direct-load final table.
    k
    • 2
    • 3
  • a

    Altan Sener

    08/10/2026, 11:42 AM
    @kapa.ai are faster syncsc oming to mssql to bigquery? any recent commits about it in git ? also any info in airbyte 2.2 release date?
    k
    • 2
    • 1
  • y

    Yuki Kakegawa

    08/10/2026, 3:24 PM
    I got this error in the cdc postgress connector:
    Copy code
    Postgres Debezium Connection Error: The sync encountered an unexpected error in the change event producer and has stopped. Please check the logs for details and troubleshoot accordingly.
    And the cause is:
    Copy code
    Caused by: java.lang.IllegalArgumentException:
      Unsupported message type: A
      at PgOutputMessageDecoder$MessageType.forType(.java:115)
      at PostgresStreamingChangeEventSource.processMessages(.java:236)
    k
    • 2
    • 3
  • m

    Michael Gallivan

    08/10/2026, 5:53 PM
    @kapa.ai is there a solution for rate limiting issues in Greenhouse?
    k
    • 2
    • 3
  • h

    Himanshu Dube

    08/11/2026, 9:01 AM
    @kapa.ai I want to upgrade my salesforce connector to version 2.8.0 but on my airbyte ui it shows the latest version is Update available: 2.7.22 . airbyte version -> 1.8.3 can you tell me why this is happening and why i don't see latest salesforce version in my worksapce ?
    k
    • 2
    • 3