-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Destination Snowflake: succeeded even with Errors #4298
Comments
Issue #4236 can be duplicated but there I'll request some validation about the sync using Mysql. From @davin:
Tyler is having the same issue. |
assigned to me for triaging |
We are having the same issue. We are using the S3 staging method for Snowflake. For some reason the COPY command will time out if it runs for 30 mins or more. I discussed this with Snowflake and they said that by default the timeout is 2 days so this must be airbyte canceling the COPY command. Apart from that, if the COPY fails, no data is copied to the tables, but airbyte returns that the sync was successfull. |
@tylerdelange thanks for the context. A fix is currently in progress. @irynakruk FYI |
Hi @marcosmarxm. Could you please add more a bit more details, please? As far as I see from logs - if something fails on the "check" stage. then this fail is supposed to throw an exception that must fail all sync attempts. The issue mentioned above #4236 is for Source meanwhile this one is for the destination |
Hi @etsybaev, |
#4236 is using Mysql => Snowflake, is a use case to you try and see if this is actually happening. |
Hi @marcosmarxm. I assume that in case we would need to fix logic on the source connector side. In the case of the connector - it just receives nothing, so nothing to add, so no fails, please correct me If I'm wrong. |
Hi @sherifnada, maybe you have some ideas? What do you think about my suggestion above? Thanks |
@etsybaev I'm going to create a more reproducible env for you. |
Hi @marcosmarxm. Do you have any updates? |
Expected Behavior
The sync should fail and not succeded if something is wrong.
Current Behavior
For some cases Snowflake is showing as succeded even with fail conditions.
Logs
If applicable, please upload the logs from the failing operation. For sync jobs, you can download the full logs from the UI by going to the sync attempt page and clicking the download logs button at the top right of the logs display window.
Steps to Reproduce
Severity of the bug for you
Very low / Low / Medium / High / Critical
Airbyte Version
Found in the .env file in the root of the project.
Connector Version (if applicable)
Found in the admin page in the UI in the respective Source or Destination tab.
Additional context
Environment, version, integration...
The text was updated successfully, but these errors were encountered: