Shashank Tiwari
12/12/2022, 12:12 PMGowrav Tata
12/12/2022, 12:15 PMlaila ribke
12/12/2022, 2:44 PMJay Jay
12/12/2022, 3:02 PMDusty Shapiro
12/12/2022, 3:36 PMAdditional 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
Airbyte v.0.40.24 deployed via Helm ChartDaniel May
12/12/2022, 4:17 PMJordan Young
12/12/2022, 4:58 PMoctavia --airbyte-url <http://localhost:8500> get connection <CONNECTION_ID>
but end up getting the following error:
TypeError: _from_openapi_data() missing 3 required positional arguments: 'schema_change', 'notify_schema_changes', and 'non_breaking_changes_preference'
This does not occur when trying to get a source or destination. Any help is greatly appreciated. Thanks!Emma Forman Ling
12/12/2022, 6:42 PM"supported_destination_sync_modes": ["overwrite", "append"],
"supportsIncremental": true
Is my understanding correct?Vanberto Zuim
12/12/2022, 7:30 PMIan Grayson
12/12/2022, 7:41 PMCaleb Bartholomew
12/12/2022, 8:50 PMyulia norenko
12/12/2022, 9:17 PMMuideen Muibi
12/12/2022, 10:02 PMSam Stoelinga
12/12/2022, 10:22 PMSam Stoelinga
12/12/2022, 10:37 PMdocker run -d --name clickhouse-server -e CLICKHOUSE_DB=test \
-e CLICKHOUSE_USER=airbyte -e CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT=1 \
-e CLICKHOUSE_PASSWORD=mypassword -p 9000:9000/tcp \
-p 8123:8128/tcp clickhouse/clickhouse-server
Deploy airbyte locally by running:
docker-compose up
Configure clickkhouse source like in the screenshot however it will throw a "non-json response" error.Jove Zhong
12/13/2022, 1:39 AMSean Zicari
12/13/2022, 1:59 AMJaye Howell
12/13/2022, 2:10 AMAttempting to start pod = source-postgres-check-30-0-cbfqh
IS there someplace were the namespace is configured?Monika Bednarz
12/13/2022, 8:52 AMtanuj soni
12/13/2022, 9:33 AMGeert-Jan Van den Bogaerde
12/13/2022, 10:09 AMLukasz Sowa
12/13/2022, 11:03 AMEmilja Dankevičiūtė
12/13/2022, 12:40 PM0.40.18
- bootloader keeps upgrading mongodb-v2
connector to the latest version on each deployment (even though, we want to only increase sync workers for example). Which overloads our database when syncing a couple collections. Other connectors are fine. Is this expected behavior? Why?
We're deploying via helm.Rami M Theeb
12/13/2022, 12:58 PMAnuj Devrani
12/13/2022, 1:25 PMPaul Charlet
12/13/2022, 2:14 PMLéon Stefani
12/13/2022, 2:53 PMOmar Mayar
12/13/2022, 3:21 PMUnable to start server: sql schema version compatibility check failed: pq: no pg_hba.conf entry for host "10.13.34.11", user "airbyte", database "temporal", no encryption.
Ignacio Alasia
12/13/2022, 3:24 PMI share the log --> Schema 'PUBLIC' already exists, but current role has no privileges on it. If this is unexpected and you cannot resolve this problem, contact your system administrator. ACCOUNTADMIN role may be required to manage the privileges on the object.
I set up a different schema but Airbyte insist on write in public.
Btw, the role has privileges to public.
Any ideas?
Best,
Ignacio.Aleksandar
12/13/2022, 3:42 PMconfigured_catalog.json
with following syntax
{
"streams": [
{
"stream": {
"name": "items",
"supported_sync_modes": ["full_refresh", "incremental"],
"default_cursor_field": ["id"],
"source_defined_cursor": true,
"json_schema": {...}
},
"sync_mode": "incremental",
"destination_sync_mode": "overwrite",
"cursor_field": ["id"],
"primary_key": [["id"]]
}]
}
This did not change anything if the sync options
I try after that to add to my spec.yaml
following
supported_sync_modes:
- overwrite
- append
- append_dedup
connectionSpecification:
Non of that helped. How can I configure what supported_sync_modes are available for my source, that I can choose from the UI