https://linen.dev logo
Join SlackCommunities
Powered by
# ask-ai
  • c

    Christopher Wu

    08/22/2024, 11:21 PM
    @kapa.ai is there a maximum size limit for a connection's state object?
    k
    u
    • 3
    • 8
  • h

    Himanshu Aggarwal

    08/23/2024, 1:30 AM
    @kapa.ai google ads source connection are now failing due to invalid argument page size
    Copy code
    File "/usr/local/lib/python3.9/site-packages/grpc/_interceptor.py", line 171, in result
        raise self._exception
      File "/usr/local/lib/python3.9/site-packages/grpc/_interceptor.py", line 315, in continuation
        response, call = self._thunk(new_method).with_call(
      File "/usr/local/lib/python3.9/site-packages/grpc/_interceptor.py", line 343, in with_call
        return self._with_call(
      File "/usr/local/lib/python3.9/site-packages/grpc/_interceptor.py", line 329, in _with_call
        call = self._interceptor.intercept_unary_unary(
      File "/usr/local/lib/python3.9/site-packages/google/ads/googleads/interceptors/exception_interceptor.py", line 99, in intercept_unary_unary
        self._handle_grpc_failure(response)
      File "/usr/local/lib/python3.9/site-packages/google/ads/googleads/interceptors/exception_interceptor.py", line 71, in _handle_grpc_failure
        raise self._get_error_from_response(response)
    google.ads.googleads.errors.GoogleAdsException: (<_InactiveRpcError of RPC that terminated with:
            status = StatusCode.INVALID_ARGUMENT
            details = "Request contains an invalid argument."
            debug_error_string = "UNKNOWN:Error received from peer ipv4:142.250.192.42:443 {grpc_message:"Request contains an invalid argument.", grpc_status:3, created_time:"2024-08-23T01:27:07.823277577+00:00"}"
    >, <_InactiveRpcError of RPC that terminated with:
            status = StatusCode.INVALID_ARGUMENT
            details = "Request contains an invalid argument."
            debug_error_string = "UNKNOWN:Error received from peer ipv4:142.250.192.42:443 {grpc_message:"Request contains an invalid argument.", grpc_status:3, created_time:"2024-08-23T01:27:07.823277577+00:00"}"
    >, errors {
      error_code {
        request_error: INVALID_PAGE_SIZE
      }
      message: "Page size is invalid."
    }
    k
    • 2
    • 1
  • k

    Kamal Tuteja

    08/23/2024, 2:17 AM
    @kapa.ai This could be due to a mismatch between the config's file type and the actual file type, or because the file or record is not parseable. csv has json data
    k
    • 2
    • 1
  • k

    Kamal Tuteja

    08/23/2024, 2:19 AM
    @kapa.ai how to handle "" in csv data load
    k
    • 2
    • 1
  • k

    Kamal Tuteja

    08/23/2024, 2:40 AM
    @kapa.ai how to fix unknown datatype in CSV source
    k
    • 2
    • 1
  • d

    Damir G

    08/23/2024, 3:55 AM
    @kapa.ai What does the following mean? Does it mean that we cannot create destinations that do not support ssl at all? Or what should we change in the source for this error to disappear?
    Copy code
    Failure in destination: State code: 08004; Message: The server does not support SSL.
    k
    • 2
    • 4
  • w

    Will McCartney

    08/23/2024, 4:02 AM
    @kapa.ai Configuration check failed The main container of the CHECK operation returned an exit code 137 Failure origin: source Failure type: system_error
    k
    • 2
    • 1
  • g

    Gideon

    08/23/2024, 4:21 AM
    @kapa.ai What version of the java aws ask does airbyte use under the hood?
    k
    • 2
    • 1
  • g

    Gary K

    08/23/2024, 4:39 AM
    When creating a mysql connector, what can cause a
    HTTP 504
    error test result?
    k
    a
    • 3
    • 4
  • k

    k monish

    08/23/2024, 5:22 AM
    @kapa.ai can I not install airbyte using abctl on an Ec2 that does not have a FQDN?
    k
    d
    • 3
    • 11
  • d

    Damir G

    08/23/2024, 5:29 AM
    @kapa.ai Failure in destination: The catalog contained no streams. This likely indicates a platform/configuration error. Can it be due to the database not having any tables in it?
    k
    • 2
    • 1
  • j

    Jack Tse

    08/23/2024, 5:39 AM
    @kapa.ai using self hosted airbyte in AWS eks, namespace: airbyte nodegroup: 6 * t4g.small when add new connector by add a docker connector adding new sources adding new destination all shows 504 error
    k
    • 2
    • 25
  • d

    Damir G

    08/23/2024, 5:58 AM
    @kapa.ai does simultaneous launching of syncs in airbyte decrease it performance?
    k
    • 2
    • 1
  • y

    Yoav Ben Ishai

    08/23/2024, 6:10 AM
    i get an error after installing airbyte and intially trying to create a detination Config api response error for createDestination: │ │ io.micronaut.http.client.exceptions.HttpClientResponseException: Internal Server Error: SQL [INSERT INTO secrets(coordinate,payload) VALUES(?, ?) ON CONFLICT (coordinate) D │ │ Position: 13
    k
    • 2
    • 1
  • d

    Damir G

    08/23/2024, 7:04 AM
    @kapa.ai What are active streams that show on the connection page? Also, why are the active streams not showing up in there for the connection between a mysql and a postgres database, even though we can make the data transfers between databases.
    k
    • 2
    • 9
  • d

    Damir G

    08/23/2024, 7:34 AM
    @kapa.ai
    2024-08-23 06:58:26 source > WARN pool-7-thread-1 i.d.c.c.BaseSourceTask(validateAndLoadSchemaHistory):106 Database schema history was not found but was expected
    What is the deal with the above code. I suspect this may be the reason, why the active streams are not showing up despite successful syncs and data transfers
    k
    • 2
    • 1
  • s

    Slackbot

    08/23/2024, 9:16 AM
    This message was deleted.
    k
    • 2
    • 1
  • j

    Jitesh Pillai

    08/23/2024, 9:18 AM
    Why does Airbyte drop the existing table during full refresh making it unavailable for querying or extracting the current data
    k
    • 2
    • 1
  • c

    Christopher Daniel

    08/23/2024, 9:21 AM
    Hi @kapa.ai, I need to add this code JAVA_OPTS="-Dhttp.proxyHost=proxy01.XXX.ZZZ -Dhttp.proxyPort=8080 -Dhttps.proxyHost=proxy01.XXX.ZZZ -Dhttps.proxyPort=8080" To the airbyte code repo in order to add proxy. In which location do I add this code?
    k
    • 2
    • 1
  • n

    Nimrod Rosen

    08/23/2024, 9:55 AM
    @kapa.ai what should be the value of postgresql in case of the default database of airbyte?
    k
    • 2
    • 25
  • y

    Youness El Idrissi

    08/23/2024, 9:56 AM
    @kapa.ai I have an API that creates a csv file. How can I send this file or just the content of this file to a GCS bucket ?
    k
    • 2
    • 1
  • t

    Tarang

    08/23/2024, 9:58 AM
    @kapa.ai I want to migrate data from Snowflake to Databricks. How can Airbyte help me on this ? Does it use Spark to write data to Databricks ?
    k
    • 2
    • 4
  • y

    Youness El Idrissi

    08/23/2024, 10:09 AM
    @kapa.ai my connection is set to have a cron expression that is the following: "0 0 6 10 * ?" I however get the error: ""10" did not match regex at index 3".
    k
    • 2
    • 4
  • d

    Damir G

    08/23/2024, 10:16 AM
    @kapa.ai What does the following mean?
    Copy code
    ╷
    │ Error: Missing Attribute Value
    │ 
    │   with airbyte_connection.mysql_[MASKED],
    │   on connections.tf line 1, in resource "airbyte_connection" "mysql_[MASKED]":
    │    1: resource "airbyte_connection" "mysql_[MASKED]" {
    │ 
    │ configurations.streams[Value({"cursor_field":["ab_cdc_cursor"],"name":<null>,"primary_key":<null>,"selected_fields":<null>,"sync_mode":<null>})].name:
    │ value must be configured
    ╵
    ╷
    │ Error: Missing Attribute Value
    │ 
    │   with airbyte_connection.mysql_[MASKED],
    │   on connections.tf line 1, in resource "airbyte_connection" "mysql_[MASKED]":
    │    1: resource "airbyte_connection" "mysql_[MASKED]" {
    │ 
    │ configurations.streams[Value({"cursor_field":<null>,"name":<null>,"primary_key":[["id"]],"selected_fields":<null>,"sync_mode":<null>})].name:
    │ value must be configured
    k
    • 2
    • 6
  • n

    Nimrod Rosen

    08/23/2024, 10:52 AM
    @kapa.ai message=‘java.lang.RuntimeException: java.net.ConnectException: Failed to connect to localhost/[00000001]80’, type=‘java.lang.RuntimeException’, nonRetryable=false
    k
    • 2
    • 7
  • s

    Slackbot

    08/23/2024, 10:55 AM
    This message was deleted.
    k
    • 2
    • 1
  • p

    poornima Venkatesha

    08/23/2024, 11:06 AM
    @kapa.ai How do i duplicate and airbyte builder? in a different env
    k
    • 2
    • 4
  • j

    Julie Choong

    08/23/2024, 11:48 AM
    Should I run Airbyte via abctl or install helm charts?
    k
    u
    • 3
    • 13
1...212223...48Latest