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

    Wira Tjo

    09/03/2024, 2:44 AM
    Will there any issues on Snowflake Destination on Airbyte due to
    OCSP and TLS impacts from Snowflake load balancer (Envoy) migration
    k
    • 2
    • 1
  • h

    Hari Haran R

    09/03/2024, 3:35 AM
    •
    "Start datetime" is set to "user input" to allow the user of the connector configuring a Source to specify the time to start syncing
    what it means in airbyte UI
    k
    • 2
    • 3
  • a

    Abhishek Singh

    09/03/2024, 5:17 AM
    @kapa.ai is abctl recommended for installation on Prod environment ?
    k
    • 2
    • 1
  • e

    Eric Yoo

    09/03/2024, 6:51 AM
    @kapa.ai One of the sync was running for more than 12 hours with following logs repeating:
    Copy code
    2024-09-02 08:31:35 destination > 2024-09-02T08:31:35,556`pool-3-thread-1`17`INFO`i.a.c.i.d.b.BufferManager(printQueueInfo):118 - [ASYNC QUEUE INFO] Global: max: 296.96 MB, allocated: 10 MB (10.0 MB), % used: 0.03367428551701215 | State Manager memory usage: Allocated: 10 MB, Used: 0 bytes, percentage Used 0.000000
    2024-09-02 08:31:35 destination > 2024-09-02T08:31:35,627`pool-5-thread-1`19`INFO`i.a.c.i.d.FlushWorkers(printWorkerInfo):143 - [ASYNC WORKER INFO] Pool queue size: 0, Active threads: 0
    What is the cause of this?
    k
    • 2
    • 1
  • v

    Vikas Tejani

    09/03/2024, 7:21 AM
    @kapa.ai nginx: [emerg] host not found in upstream “airbyte-api-server” in /etc/nginx/nginx.conf:96
    k
    • 2
    • 1
  • r

    Ritvik Nagpal

    09/03/2024, 7:35 AM
    Hi everyone, I am using airbyte to fetch all the ad performance from meta. I want to parse all the creatives properly. Each type of creative is being stored in a different format in meta tables: • Single image ad • Carousel (image / video) • Flexible ads • Dynamic creative ads • Catalogue ads • Placement customisations • Partnership ads • Manual upload vs using existing post It’s getting difficult for me to figure out a robust parsing logic. Can anyone help me out? If you have used motion / triple whale for creative analytics, we want a similar outcome.
    k
    • 2
    • 1
  • j

    Jatin Nagpal

    09/03/2024, 8:04 AM
    @kapa.ai Any table i am trying to refresh in Airbyte is going in Queued state and not syncing how can i diagnose the issue ?
    k
    • 2
    • 1
  • h

    Himanshu Rajauria

    09/03/2024, 8:26 AM
    @kapa.ai I have multiple pipelines setup on my open source airbyte , which pulls the data from a s3 bucket and posts it to db , now i want to make a staging instance for the whole airbyte .. guide me throught the processs
    k
    • 2
    • 4
  • k

    Kaan Erdoğan

    09/03/2024, 8:54 AM
    how to add elasticsearch source into airbyte api
    k
    • 2
    • 11
  • p

    Piotr Stankiewicz

    09/03/2024, 9:02 AM
    Why for Loading Method for BQ destination GCS Staging is recommended instead of standard batched inserts?
    k
    • 2
    • 1
  • g

    guifesquet

    09/03/2024, 9:28 AM
    Uploading Docker-based custom connectors with abctl local install and self hosted registry
    k
    c
    • 3
    • 2
  • j

    Jeremy Juventin

    09/03/2024, 9:34 AM
    I am using airbyte-ci to build a custom connector on Mac. This connector will be used by Airbyte on GKE. When pulling the image from the Airbyte UI, the pod has this error :
    exec /usr/bin/sh: exec format error
    Any idea how to fix this ?
    k
    • 2
    • 1
  • p

    Piotr Stankiewicz

    09/03/2024, 10:26 AM
    Write me terraform to create all resources to have setup big query destination with GCS staging
    k
    • 2
    • 1
  • p

    Prinjal Dave

    09/03/2024, 10:29 AM
    In airbyte, can I make basic transformations/normalization without using dbt?
    k
    • 2
    • 1
  • v

    Victor Debray

    09/03/2024, 11:12 AM
    i have a self hosted Airbyte with a Google Ads to Snowflake connection. The synchronisation takes several hours, due to Google Ads API limits. During this time, there are continually sql queries ran on snowflake, hence quite a high run cost for snowflake. Is there a way to make Airbyte extract data from Google Ads, store it in a S3 bucket and then upload it to snowflake once it's all extracted?
    k
    • 2
    • 1
  • p

    Peter Holterman

    09/03/2024, 11:26 AM
    After updating to the latest version we get this exception when starting the worker:
    Copy code
    2024-09-03 11:10:19 ERROR i.m.r.Micronaut(handleStartupException):349 - Error starting Micronaut server: Failed to inject value for parameter [processFactory] of class: io.airbyte.workers.temporal.check.connection.CheckConnectionActivityImpl
    
    Message: No bean of type [io.airbyte.workers.process.ProcessFactory] exists. 
    * [ProcessFactory] is disabled because:
     - None of the required environments [k8s] are active: [control-plane]
    Path Taken: new ApplicationInitializer() --> ApplicationInitializer.checkConnectionActivities --> ActivityBeanFactory.checkConnectionActivities([CheckConnectionActivity checkConnectionActivity]) --> new CheckConnectionActivityImpl(WorkerConfigsProvider workerConfigsProvider,[ProcessFactory processFactory],SecretsRepositoryReader secretsRepositoryReader,Path workspaceRoot,AirbyteApiClient airbyteApiClient,String airbyteVersion,AirbyteMessageSerDeProvider serDeProvider,AirbyteProtocolVersionedMigratorFactory migratorFactory,FeatureFlagClient featureFlagClient,GsonPksExtractor gsonPksExtractor,WorkloadClient workloadClient,WorkloadIdGenerator workloadIdGenerator,MetricClient metricClient,ActivityOptions activityOptions,LogClientManager logClientManager)
    io.micronaut.context.exceptions.DependencyInjectionException: Failed to inject value for parameter [processFactory] of class: io.airbyte.workers.temporal.check.connection.CheckConnectionActivityImpl
    
    Message: No bean of type [io.airbyte.workers.process.ProcessFactory] exists. 
    * [ProcessFactory] is disabled because:
     - None of the required environments [k8s] are active: [control-plane]
    Path Taken: new ApplicationInitializer() --> ApplicationInitializer.checkConnectionActivities --> ActivityBeanFactory.checkConnectionActivities([CheckConnectionActivity checkConnectionActivity]) --> new CheckConnectionActivityImpl(WorkerConfigsProvider workerConfigsProvider,[ProcessFactory processFactory],SecretsRepositoryReader secretsRepositoryReader,Path workspaceRoot,AirbyteApiClient airbyteApiClient,String airbyteVersion,AirbyteMessageSerDeProvider serDeProvider,AirbyteProtocolVersionedMigratorFactory migratorFactory,FeatureFlagClient featureFlagClient,GsonPksExtractor gsonPksExtractor,WorkloadClient workloadClient,WorkloadIdGenerator workloadIdGenerator,MetricClient metricClient,ActivityOptions activityOptions,LogClientManager logClientManager)
    k
    • 2
    • 1
  • m

    Mohamed Akram Lahdir

    09/03/2024, 11:42 AM
    hey @kapa.ai do you know how to use datadog to monitor airbyte deployed using abctl
    k
    • 2
    • 7
  • s

    Salem Salleh

    09/03/2024, 12:27 PM
    How to use multiple fields from the parent stream in a SubstrreamPartitionRouter setup in the childstream within the manifest.yml?
    k
    • 2
    • 1
  • p

    poornima Venkatesha

    09/03/2024, 12:53 PM
    @kapa.ai I want to use airbyte builder to ingest data from an api. The api endpoint accepts only start and end date and provide aggregated data. There is no possibility of grouping by date. However, I want to ingest past data grouper by month for example. Is it possible to do such iteration in builder? For example: I want to have data from 2024-01-01, until this month but in monthly interval.
    k
    • 2
    • 19
  • w

    Walker Philips

    09/03/2024, 1:14 PM
    @kapa.ai How do I restart the Airbyte process once deployed to Kubernetes now that docker compose is deprecated
    k
    c
    b
    • 4
    • 6
  • t

    Thomas Bazin

    09/03/2024, 1:25 PM
    What is metrics "readFromDest" (I was only expecting a "readFromSource" and "writeToDest") ?
    k
    • 2
    • 3
  • p

    Piotr Stankiewicz

    09/03/2024, 4:43 PM
    How to change
    MAX_SYNC_WORKERS
    on running airbyte instance (installed by abctl)
    k
    • 2
    • 2
  • k

    Karl Jose Buena

    09/03/2024, 4:57 PM
    @kapa.ai is dbt transformation tab available on OSS?
    k
    • 2
    • 1
  • l

    Leo Salayog

    09/03/2024, 5:26 PM
    I have a JSON results with this exampl:
    Copy code
    [{
        "USD": 1,
        "AED": 3.6725,
        "AFN": 70.5031,
        "ALL": 90.2195,
        "AMD": 387.6506,
        "ANG": 1.79,
    }]
    is it possible to modify the schema to only have 2 columns? 1st column will be currency and the 2nd column will be value
    k
    • 2
    • 1
  • g

    Glen Aultman-Bettridge

    09/03/2024, 6:52 PM
    @kapa.ai Is there anyway to get the error messages for a failed job via the Airbyte API?
    k
    • 2
    • 1
  • a

    Adrian Yong

    09/03/2024, 8:08 PM
    @kapa.ai how do I migrate a docker compose production deployment to abctl?
    k
    u
    • 3
    • 6
  • s

    Steven Schmatz

    09/03/2024, 9:42 PM
    @kapa.ai what happened to the CloudFlare R2 destination? It is no longer in Airbyte Cloud.
    k
    • 2
    • 4
  • l

    Lucas Segers

    09/03/2024, 10:09 PM
    what does this mean? Executing soft-reset on final table of stream StreamConfig
    k
    • 2
    • 9
  • l

    Lucas Segers

    09/04/2024, 1:12 AM
    Are there recommendations for "airbyte-server" memory limits? my instances (2 pods) are growing up to 10gb each
    k
    • 2
    • 1
  • j

    Jon Seymour

    09/04/2024, 2:14 AM
    what does this mean “unable to install airbyte chart: unable to install helm: pre-upgrade hooks failed: 1 error occurred”
    k
    • 2
    • 1
1...313233...48Latest