Finn Bauer
05/04/2023, 2:09 PMAazam Thakur
05/04/2023, 6:02 PMBalasubramanian T K
05/04/2023, 7:14 PMWinnie Lu
05/04/2023, 10:42 PMChau Vu
05/04/2023, 11:39 PMMikhail Shustov
05/05/2023, 12:56 PMclickhouse destination
maintainers. One on clickhouse destination
customers has the following error:
Missing columns: '_airbyte_unique_key' while processing query: 'SELECT number, _deleted, _creationTime, _ab_cdc_updated_at, _ab_cdc_deleted_at, _ab_cdc_lsn, _id, _ts, _airbyte_ab_id, _airbyte_emitted_at, _airbyte_noon a subsequent run with
Incremental | Deduped + history
strategy.
What could be a reason, considering that Airbyte itself creates the table? How can we debug it?Aazam Thakur
05/05/2023, 2:22 PMrakesh sharma
05/05/2023, 8:41 PMBa Thien Tran
05/06/2023, 10:08 PMTill Blesik
05/08/2023, 4:07 PMget_json_schema
function to fetch the correct json - which seems to work fine.
I am now having issues to dynamically adjust the catalog. I checked the streams
list in the def streams(self, config: Mapping[str, Any]) -> List[Stream]:
function and it contains the object for the generated streams.
This might be just an issue when testing it in the CLI and specifying a catalog for testing through the --catalog integration_tests/configured_catalog.json
parameter but I am wondering if I missed anything.
Thanks in advance for any help!Winnie Lu
05/09/2023, 4:54 PMsource.py
and streams.py
files of the custom connector, do I need to create a new connector or just use docker push
to update the connector? Thank you.Jakin L
05/10/2023, 9:58 AMSiddhant Singh
05/11/2023, 11:04 AMAlexander Schmidt
05/11/2023, 1:24 PMChris
05/11/2023, 2:03 PMDion Duran
05/11/2023, 3:52 PMAlbert Wong
05/11/2023, 6:22 PMGilberto Vilar
05/11/2023, 6:58 PMJonathan Spooner
05/11/2023, 9:25 PMTill Blesik
05/12/2023, 6:23 PMFelixJ
05/15/2023, 1:51 PMLuis Valor
05/15/2023, 3:07 PMWalco van Loon
05/16/2023, 6:29 AMAlex Danilin
05/16/2023, 12:54 PM{
"id": "1",
"method": "SerpstatKeywordProcedure.getKeywords",
"params": {
"keyword": "iphone",
"se": "g_us",
"minusKeywords": [
"app",
"apple"
],
"filters": {
"lang": "en"
},
"sort": {
"region_queries_count": "asc"
},
"page": 1,
"size": 2
}
}
I can use Request Body in the UI to set key-value pairs like “id”: “1” but for params object it doesn’t work. Is it possible to set nested objects in API request body in Connector Builder UI?Pavel Kochetkov
05/16/2023, 4:46 PMRyan Chung
05/16/2023, 11:17 PMdeke
05/17/2023, 6:51 AMBert
05/17/2023, 7:12 AMSteven
05/17/2023, 7:43 AMgenerateOssConnectorCatalog
task doesn't exist. Is there a new way of generating the catalog?Menachem Alter
05/17/2023, 11:22 AMskio
connector?