Renan Rigo Calesso
10/02/2022, 3:12 AMFor more details see Big Query Error collection: BigQueryError{reason=invalidQuery, location=query, message=Field cod_acao has incompatible types. Configured schema: float; Avro file: integer.}:
Do you know what happend?NITESH KUMAWAT
10/02/2022, 4:06 AMSujith Kumar.S
10/02/2022, 1:07 PMBernard Lim
10/03/2022, 2:39 AMgunu
10/03/2022, 3:35 AM0.6.12
to 1.0.1
(GA i believe) and it seems a mess.
Running into production syncing issues now
• cannot handle separate streams; Cannot *drop*
*column* '_AIRBYTE_UNIQUE_KEY' which belongs *to* a clustering key
• Numeric value 'true' *is* not recognized
in the SCD normalization process.
i’ve created issues here and here. But the most pressing issue is that we can’t revert back to 0.6.12
without still experiencing the same issue across all connectorsKazi Khayruzzaman
10/03/2022, 7:12 AMorders
data fetched is 71,613 committed records
. But total transaction
data fetched is 11,134 committed records
. But the number was supposed to be same. We fetched orders data and transaction data together and also separately, but the result is same. Transaction data’s are not getting fetched totally.
Can't seems to find the reason behind this. Can anyone please help?
AirByte is hosted in one of our cloud machines and the configs are:
• OS Version / Instance: Ubuntu 22.04 x64
• Memory / Disk: 8Gb / 160 Gb
• Deployment: Docker
• Airbyte Version: 0.40.8
• Source name/version: Shopify
• Destination name/version: Big Query
i have attached the log files.gunu
10/03/2022, 7:18 AMreset
the connector jobs and perform a clean syncUfuk Civan
10/03/2022, 7:37 AMdeven suryawanshi
10/03/2022, 7:50 AMdeven suryawanshi
10/03/2022, 7:50 AMJérôme Bourgeais
10/03/2022, 9:26 AMTarak dba
10/03/2022, 11:14 AMtanuj soni
10/03/2022, 12:25 PMAlexandre Chouraki
10/03/2022, 1:17 PMpython main.py spec
step...
basically this is the error I get FileNotFoundError: [Errno 2] No such file or directory: '/Users/alexc/Documents/GitHub/airbyte/airbyte-integrations/connectors/source-zendesk-sell/source_zendesk_sell/./source_zendesk_sell/zendesk_sell.yaml'
I'm guessing that there's some kind of issue with the setup, and it's looking at a sub sub folder rather than at a subfolder, but I'd rather not touch main.py and break anything... Any help?
Thanks 🙂Marielby Soares
10/03/2022, 1:35 PMTIB J bertolotti
10/03/2022, 1:40 PMmohammed abdulrahman
10/03/2022, 1:57 PMManitra Ranaivoharison
10/03/2022, 2:13 PMRocky Appiah
10/03/2022, 4:03 PMBrad Clark
10/03/2022, 4:05 PMBen Pankow
10/03/2022, 9:17 PM0.40.13
Helm chart into my EKS cluster:
helm upgrade --install airbyte airbyte/airbyte --debug --namespace airbyte --version 0.40.13
It looks like the minio
pod is waiting on some PVCs, but the PVC is waiting on the minio
pod:
❯ k describe persistentvolumeclaim -n airbyte airbyte-minio-pv-claim-airbyte-minio-0 ✘ 130|
...
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal WaitForPodScheduled 4m51s (x41 over 14m) persistentvolume-controller waiting for pod airbyte-minio-0 to be scheduled
❯ k describe pod -n airbyte airbyte-minio-0
...
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Warning FailedScheduling 14s (x24 over 15m) default-scheduler 0/2 nodes are available: 2 persistentvolumeclaim "airbyte-minio-pv-claim" not found.
Arsh Kapoor
10/03/2022, 9:56 PMINTERNAL ERROR: cannot create temporary directory!
2. Then ran docker system prune
got error Error response from daemon: failed to prune build cache: write /var/lib/docker/buildkit/containerdmeta.db: no space left on device
3. the output of sudo du -sh /var/lib/docker/containers/
is 552M
Can you please guide what can be next step to run the scripts and clear the server? cc @Jared Rhizor (Airbyte)Jean-Pierre Poutcheu
10/03/2022, 11:04 PM00111 Ron
10/04/2022, 4:33 AMEka Pramudita
10/04/2022, 6:45 AMGCS Staging
as Loading Method,
but I got this error :
The connection tests failed.
State code: NoSuchKey; Message: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: null; S3 Extended Request ID: null; Proxy: null)
has anyone experienced this?Sami RIAHI
10/04/2022, 8:29 AMCaio César P. Ricciuti
10/04/2022, 8:48 AMPablo Recio Quijano
10/04/2022, 9:15 AMPradyumna Thakur Deshmukh
10/04/2022, 1:31 PMPradyumna Thakur Deshmukh
10/04/2022, 3:13 PMthen follow the interactive prompt. Next, find all `TODO`s in the generated project directory -- they're accompanied by lots of comments explaining what you'll need to do in order to implement your connector. Upon completing all TODOs properly, you should have a functioning connector.I didn't encounter any interactive prompt - it just says "Finished running generator" (see screenshot 🧵 ). And where is the "generated project directory"?