Akhil Reddy
12/08/2022, 4:39 AMAnand PS
12/08/2022, 6:02 AMGopinath Sekar
12/08/2022, 6:07 AMJJ Nilbodee
12/08/2022, 9:29 AMRamon Vermeulen
12/08/2022, 10:11 AM0.40.14
to 0.40.22
and I see there is a specific deployment (pod in k8s) for the cron scheduler now. However, all pipelines of us which had a cron schedule configured before the upgrade are not triggered for 8 days now (we just found out) after the upgrade anymore.
After re-saving the form with the cron schedule it seems to be working again, any idea what has been gone wrong here? Is this a known issue, maybe some bug in this specific version of airbyte or the related helm chart?
We used helm chart version 0.42.2
and all pods seem to be in a green state.Gopinath Sekar
12/08/2022, 10:52 AMWasantha P. Bandara
12/08/2022, 11:00 AMRavikant Singh
12/08/2022, 11:31 AMb'{"catalog":null,"jobInfo":{"id":"c3761b12-b42b-41f6-802d-a3765962b061","configType":"discover_schema","configId":"Optional[b117307c-14b6-41aa-9422-947e34922962]","createdAt":1670498905844,"endedAt":1670498941647,"succeeded":false,"logs":{"logLines":["2022-12-08 11:28:25 \\u001B[32mINFO\\u001B[m i.a.w.t.TemporalAttemptExecution(get):107 - Cloud storage job log path: /workspace/84e8d005-431a-426a-beeb-eaf1239e6dfc/0/logs.log"]}}}'
Sebastian Brickel
12/08/2022, 3:08 PMTEMPORAL_HISTORY_RETENTION_IN_DAYS
Yesterday I have set it 1 in the docker-compose.yml
file, then executed compose up. When I checked today I still had all folders from yesterday in my /tmp/workspaces
directory.
Why is that? Is this not the correct parameter for setting a retention period of the workspaces?
FYI Ultimately I want to set the retention period to one or two weeks, 1 day was just to check for a quick result
Thanks for your help!A BK
12/08/2022, 4:14 PMDon H
12/08/2022, 4:57 PMJeremy Owens
12/08/2022, 4:57 PMJosh Chapnick
12/08/2022, 5:10 PMDan Leshem
12/08/2022, 7:49 PMYanfeng Wang (Tom)
12/09/2022, 6:17 AMjunfeng pan
12/09/2022, 7:23 AMSoshi Nakachi仲地早司
12/09/2022, 9:50 AMLuan Carvalho
12/09/2022, 10:20 AMError: INSTALLATION FAILED: template: airbyte/templates/env-configmap.yaml:67:42: executing "airbyte/templates/env-configmap.yaml" at <.Values.worker.containerOrchestrator.image>: nil pointer evaluating interface {}.image
Executed command: helm install my-airbyte airbyte/airbyte --version 0.43.0 -n airbyteVivek Ayer
12/09/2022, 4:05 PMat io.airbyte.integrations.source.snowflake.SnowflakeSource.main(SnowflakeSource.java:47) Caused by: net.snowflake.client.jdbc.SnowflakeSQLLoggedException: JDBC driver internal error: Timeout waiting for the download of #chunk164(Total chunks: 1147) retry=1.
The sync payload size is around 20GB. The EC2 instance was initially an xlarge
and got upgraded to a 2xlarge
, but doesn’t look like changing the instance type is helping.
Any help appreciated!
Airbyte Version 0.40.23David Anderson
12/09/2022, 6:01 PM2022-12-09 17:59:05 - Additional Failure Information: message='java.lang.NullPointerException: Cannot invoke "java.lang.Boolean.booleanValue()" because the return value of "io.airbyte.persistence.job.models.IntegrationLauncherConfig.getIsCustomConnector()" is null', type='java.lang.RuntimeException', nonRetryable=false
Zander Otavka
12/09/2022, 9:50 PMOffisong Emmanuel
12/11/2022, 7:40 AMSlackbot
12/11/2022, 9:54 PMSlackbot
12/11/2022, 9:55 PMVictor Jin
12/12/2022, 7:17 AMGaurav Kumar
12/12/2022, 10:29 AMRamon Vermeulen
12/12/2022, 10:32 AMerror, something went wrong
with the following logs in the server pod:
POST 500 /api/v1/destination_definitions/update - {"destinationDefinitionId":"22f6c74f-5699-40ff-833c-4a879ea40133","dockerImageTag":"1.2.7"}
Alon Edelman
12/12/2022, 11:02 AMMani M
12/12/2022, 11:03 AMv0.40.6
. I’ve configured minio to log into GCS and it was working fine however now airbyte throws error saying that there are not enough permissions. However the serviceaccount which is being used has all the permissions. The same setup has been done in dev and prod it’s working fine thereTobias Löfgren
12/12/2022, 11:56 AMAIRTABLE_API_KEY="password"
The configuration file for airtable inclues:
tables: [Reported Time] # REQUIRED
api_key: ${AIRTABLE_API_KEY} # SECRET
base_id: appWvfaXxrKlmO7aP # REQUIRED
When I run octavia apply, it recognises that I have updated my secret password and updates the configuration. However, when I go into the airbyte UI and look at airtable it says ‘Invalid API key’ meaning the environment variable haven’t been applied