Skip to content
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

When running "dbt test --store-fallures" trino reports "destination table XXX already exists" #420

Open
1 task
thjwhite opened this issue Jul 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@thjwhite
Copy link

thjwhite commented Jul 5, 2024

Expected behavior

Store failures should result in same behavior as when creating normal models. It should do a drop and replace or rename.

Actual behavior

Error destination table XXX already exists

Steps To Reproduce

dbt test --store-fallures

dbt-trino using Glue catalog configuration.

Log output/Screenshots

TrinoUserError(type=USER_ERROR, name=TABLE_ALREADY_EXISTS, message="line 7:5: Destination table 'glue."xxx_dbt_test__audit".xxxf' already exists", query_id=xxx)

Operating System

osx

dbt version

1.8.3

Trino Server version

439

Python version

3.12.1

Are you willing to submit PR?

  • Yes I am willing to submit a PR!
@thjwhite thjwhite added the bug Something isn't working label Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant