-
Notifications
You must be signed in to change notification settings - Fork 189
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
[Bug] Seed file already exists when I run dbt-build with full refresh model #1071
Comments
Thanks for the report @Evelyn-yx-Li. We recently made a change that is potentially relevant, using However, since your seed is being created as a conventional table in Snowflake, I don't see why the result of Is this something you're able to reliably reproduce? If so, would you be able to provide a simple reproduction case? That would help us significantly to identify the root cause. |
Hi @jtcohen6, thanks for your quick reply! Actually I didn't make any code change. The error came out after I
and then
The seed file is just a very simple csv file with about 10 columns. It's used for our CI workflow within Github Action. It happened both locally and in CI. |
Hi @jtcohen6, just checked, it runs well with |
Thanks for following up! Closing now |
Is this a new bug in dbt-snowflake?
Current Behavior
When I was running
dbt build --target snowflake-ci --full-refresh
using the Github Action, it gave out an error likeIt never happens when I was working on dbt v1.6
Expected Behavior
I'm assuming the seed files will not exist when I run with full-refresh mode?
And it doesn't happen to any other adapters for me so far
And I also checked it would no error when I downgrade Snowflake to v1.7
Steps To Reproduce
dbt clean&&dbt deps
dbt build --full-refresh --target snowflake-ci
Relevant log output
No response
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: