Marcin Smelkowski
06/01/2022, 2:05 PMBraiyen
06/01/2022, 3:26 PMAlessandro Pietrobon
06/01/2022, 3:49 PMGanpat Agarwal
06/01/2022, 5:07 PMJay Miller
06/01/2022, 5:15 PMDafydd F
06/01/2022, 7:33 PMDafydd F
06/01/2022, 7:47 PMJay Miller
06/01/2022, 10:28 PMZheliang Tan
06/02/2022, 3:53 AMMarcin Smelkowski
06/02/2022, 7:04 AMMustafa Tosun
06/02/2022, 9:56 AMSobhita Kumar Sahu
06/02/2022, 11:02 AMSobhita Kumar Sahu
06/02/2022, 11:03 AMDharshan Viswanathan
06/02/2022, 2:57 PMRahul Patel
06/02/2022, 5:18 PMSobhita Kumar Sahu
06/03/2022, 6:18 AMKirill
06/03/2022, 7:34 AMEngineering Team
06/03/2022, 6:13 PMCarson Mackenzie
06/03/2022, 9:15 PMGary Qi
06/04/2022, 8:08 PMPratik Nandekar
06/05/2022, 12:31 AMConnectionError(MaxRetryError("HTTPSConnectionPool(host='https', port=443): Max retries exceeded with url: /airbyte2.myshopify.com.myshopify.com/admin/api/2021-07/shop.json?limit=250&order=updated_at+asc&updated_at_min=2022-01-01 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7efcf250c190>: Failed to establish a new connection: [Errno -3] Try again'))"))
I am following https://airbyte.com/tutorials/implement-machine-learning-for-your-shopify-store-with-mindsdb this tutorialJP
06/05/2022, 8:38 PMGRANT CREATE ON DATABASE <my_db> TO <my_user>;
before this, it would tell me it lacks privilege on database, but can someone confirm this is all it needs?
2️⃣ How does the PostgreSQL source connector handle the schema changes? I just tried to do some changes to the connector and upon save, it warned me that all of the data in the schema will be removed.. 🤯
3️⃣ How can I tell airbyte to normalize the JSON field?
It currently is trying to push our JSONB into a string type field in Redshift. I’ve already set following in the transformations.
Normalized tabular dataMap the JSON object to the types and format native to the destination.Looking at Connections and Sync Modes Airbyte basic normalization> it mentions dbt
• only available for destinations that support dbt execution.but there is no mention as to which destinations support this? I skimmed through the docs, but did not find answers to the above questions. Said that, I’m sure I’m missing something. Thanks in advance! 🙏 P.S. https://docs.airbyte.com/quickstart/ => 404
Michael
06/06/2022, 5:32 AMRahul Patel
06/06/2022, 9:38 AMSyamkumar Pattathil
06/06/2022, 1:06 PMSyamkumar Pattathil
06/06/2022, 1:19 PMSujith Kumar.S
06/06/2022, 1:48 PMKacper Woźniak
06/06/2022, 1:56 PMMariaDB <> BigQuery
setup and I have a question regarding sync mode.
I have configured binlog for my MariaDB database to thrive from CDC functionality and now wondering what's the best/proper sync mode option for me as I cannot find much enough information in docs.
Some of my tables have rows that are updated in the meantime and as far as I know, whether I give source sync mode
to Incremental or Overwrite, both of them will capture this change, but what about destination mode?
Is append
option will update my row/cell where the change has happened or it will append an entire row and I'll end up with duplicate rows?
And what's the reason that my setup doesn't let me to use Deduped history
option?Heather Sheridan
06/06/2022, 3:31 PM