高松拳人
04/06/2023, 4:45 AMAkash
04/06/2023, 6:22 AMSiddhant Singh
04/06/2023, 7:12 AMSiddhant Singh
04/06/2023, 7:14 AMArun RP
04/06/2023, 7:28 AMAyushman Singh
04/06/2023, 7:33 AMSlackbot
04/06/2023, 8:17 AMSlackbot
04/06/2023, 9:13 AMShreepad Khandve
04/06/2023, 10:15 AMgregorygilds
04/06/2023, 10:31 AMAidan Fogarty
04/06/2023, 10:35 AMVincent Lange
04/06/2023, 12:15 PMAlgis Setkus
04/06/2023, 1:00 PMAndre Santos
04/06/2023, 1:09 PMAkash
04/06/2023, 3:08 PMMoaz ElNashar
04/06/2023, 4:11 PMpostgres
and bigquery
to extract our incremental data but randomly it decides to do a full-resync.
• CDC replication
• Incremental
• Daily Sync every 10 minute triggered through API (Airflow Operator)navod perera
04/06/2023, 4:25 PMIsmail Tigrek
04/06/2023, 4:30 PMHenrique Melo
04/06/2023, 6:56 PMSrikanth Sudhindra
04/06/2023, 8:24 PMFailed to pull image "airbyte/connector-atelier-server:0.42.1": rpc error: code = Unknown desc = Error response from daemon: manifest for airbyte/connector-atelier-server:0.42.1 not found: manifest unknown: manifest unknown
Anyone seeing this issue ?viritha vanama
04/06/2023, 8:30 PMKevin Ruprecht
04/06/2023, 10:58 PMJeff Skoldberg
04/07/2023, 5:01 AMAditya Bajaj
04/07/2023, 5:46 AMAditya Bajaj
04/07/2023, 5:56 AMVISHAL B
04/07/2023, 5:56 AMFaouzi
04/07/2023, 10:10 AMQamarudeen Muhammad
04/07/2023, 11:03 AMEric Schrock
04/07/2023, 12:32 PMoctavia import connection foo
fails
Github issue: https://github.com/airbytehq/airbyte/issues/23953
Airbyte discussion topic: https://discuss.airbyte.io/t/octavia-get-import-connection-is-completely-broken/4199
Octavia will fail outright if you try to import/get a connection by name (even if it doesn't exist). Importing by UUID works, which is the workaround I've put in place.
2. octavia apply
can't send certain fields that octavia import
creates
Github issue: https://github.com/airbytehq/airbyte/issues/19768
Airbyte discussion topic: https://discuss.airbyte.io/t/unable-to-apply-airbyte-configuration-using-octavia-cli/4138/2
There are three fields (geography
, notify_schema_changes
, and non_breaking_changes_preference
) that are included when you do an import, but then fail if you try to apply them back. You can manually remove these fields and rely on the default values, but then apply will think there are changes to be applied every single time.
3. Octavia doesn't work with multi-line variables (e.g. secret keys)
https://discuss.airbyte.io/t/unable-to-specify-snowflake-private-key-as-secret-through-octavia-cli/4139
Because Octavia relies on docker environment files for passing information into the container, it seems impossible to pass multi-line secrets, most notably Snowflake private keys. Is there any way around this short of creating a custom container with a different ENTRYPOINT
? It would be nice if you could pass the secrets configuration via a more robust method (such as a YAML/JSON file).Shreepad Khandve
04/07/2023, 3:29 PM