Jon Simpson
01/27/2023, 7:57 PMDeepanshu
01/27/2023, 8:49 PMgod830
01/27/2023, 10:56 PMFrancisco Viera
01/28/2023, 12:16 AMJean Hirtz
01/28/2023, 8:50 AMxi-chen.qi
01/28/2023, 9:46 AMHarel Oshri
01/29/2023, 8:06 AMEli Sigal
01/29/2023, 11:14 AMCarson
01/29/2023, 4:53 PMRobert Put
01/29/2023, 6:39 PMCarson
01/29/2023, 11:46 PMpython main.py read --config...
, but when I attempt to load it into an Airbyte connection, I says it's obtaining my source schema, then fails with an unknown error. The browser console says cannot convert undefined or null to object
. It's being called from object-assign. Has anyone experienced this before?Prashant Kumar
01/30/2023, 5:15 AMMichael
01/30/2023, 7:37 AMairbyte-integrations\bases\source-acceptance-test\source_acceptance_test\tests\test_core.py::TestDiscovery.test_backward_compatibility[inputs0] s 81% ████████▏ {"type": "LOG", "log": {"level": "INFO", "message": "Using C:\\Users\\SampleData\\Documents\\airbyte\\airbyte-integrations\\connectors\\source-okta\\secrets\\config.json as configuration. It is the most recent version."}}
{"type": "LOG", "log": {"level": "INFO", "message": "The configured catalog is built from a fully discovered catalog."}}
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Timeout +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Stack of MainThread (5376) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
..
..
..
Lior Chen
01/30/2023, 7:54 AMSlackbot
01/30/2023, 9:20 AMEtienne GIROT
01/30/2023, 9:23 AMend_date
column of a postgres table.
For some reason there's been a bug and I have one row that was inserted with an end_date
in the future and was migrated by airbyte.
So airbyte considers that every row that's inserted in that table with a date anterior to that date in the future is already migrated and won't migrate it.
I would like to fix the date that's in the future and remigrate the rows inserted in the meanwhile.
I'm wondering if deleting the rows in the destination table until the date it want to start over the migration from will do the trick (or break everything instead 😱)?Sean Glynn
01/30/2023, 11:46 AMCaused by: com.bettercloud.vault.rest.RestException: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at com.bettercloud.vault.rest.Rest.postOrPutImpl(Rest.java:416) ~[vault-java-driver-5.1.0.jar:?]
at <http://com.bettercloud.vault.rest.Rest.post|com.bettercloud.vault.rest.Rest.post>(Rest.java:306) ~[vault-java-driver-5.1.0.jar:?]
at com.bettercloud.vault.api.Logical.write(Logical.java:264) ~[vault-java-driver-5.1.0.jar:?]
... 82 more
Caused by: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
I have opened an issue here detailing the problem in full detail:
https://github.com/airbytehq/airbyte/issues/22065
If anyone has any context on this please let me know thanku 🙂Himanshu Sharma
01/30/2023, 11:51 AMAlessandro De Rose
01/30/2023, 2:32 PMdocker compose up -d
), I am being presented with the error invalid mount config for type "bind": bind source path does not exist: /home/ad/airbyte/configs/flags.yml
as the individual containers are being created (Screenshot attached). Any idea why this is occurring?Francisco Viera
01/30/2023, 2:41 PMAkash Ghadge
01/30/2023, 3:57 PMpython main.py read --config secrets/config.json --catalog sample_files/configured_catalog.json
I am getting an data on command line but at the end of the response I am getting an error
"failure_type": "system_error"}}
I am not aware of the reason for this error, I have attached the screen shots for the response below, Please anyone help me understand the reason behind this error
Thank you
Slack ConversationLeo Schick
01/30/2023, 4:10 PMLeon Medina
01/30/2023, 6:34 PMMathias Møller
01/30/2023, 11:35 PMsudo yum install -y docker-compose-plugin
is however failing with the error No package docker-compose-plugin available.
. This has worked previously on the exact same machine (have been running Airbyte for several months). I have also tried using the docker-ce yum repository, but get a 404 error.
Has anyone else run into similar issues before?Jove Zhong
01/31/2023, 1:36 AMPeter Kong
01/31/2023, 3:34 AMKristina Ushakova
01/31/2023, 5:00 AMSource cannot be stopped
error and then the next sync is a full one. Airbyte version: 40.28, Postgres version 1.0.36. Full stacktrace from logs in the thread.Rohit Kurdekar
01/31/2023, 5:14 AMLior Chen
01/31/2023, 10:00 AMPiotr Sierkin
01/31/2023, 10:06 AM