Hello everyone! I have good news, i have made some...
# announcements
a
Hello everyone! I have good news, i have made some progress with using Airbyte and now the sync of some pretty large tables in our company is almost working: The last bit of problem happening now is the follow: After Airbyte completes loading data from source to destination (ie Snowflake), it triggers the finalization procedure, moving data from table
AIRBYTE_STG._airbyte_1615200259762__airbyte_raw_Campaign
to
AIRBYTE_STG._airbyte_raw_Campaign
. This query is started in Snowflake, but it gets killed exactly after 5 minutes. My guess is that there’s a timeout happening. Airbyte logs are:
1
can someone help me troubleshoot this?
j
That does look very suspicious 😛
We’ll bump the timeout (maybe 30 min?) and get a new version of that out sometime today
@Alberto Costa this is live now. You can go to the admin page on Airbyte and update the snowflake destination version to
0.1.19
, which has the 30min timeout.
a
amazing @Jared Rhizor (Airbyte)! thank you 🙌