-
Notifications
You must be signed in to change notification settings - Fork 79
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
Error running model with external_location when table already exists #118
Comments
When I updated to a version of |
Even after full refreshing once, this is still happening for me. |
Same error here dbt-athena 19:50:14 Runtime Error in model alpha_product_category (models/silver/alpha_product_category.sql) DBT logs: 21:30:58.863264 [debug] [Thread-1 ]: Began running node model.dbt_printi.alpha_product_category Appreciate any help. Thanks. |
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jeremy Guiselin <[email protected]> Co-authored-by: nicor88 <[email protected]>
I'm experiencing a strange error when running a model with
materialized='table'
andexternal_location
. It only happens when the table already exists in Athena. I thought #73 would fix it but it doesn't appear to.portfolio_account.sql:
dbt run --models portfolio_account (relevant dbt.log snippet):
The text was updated successfully, but these errors were encountered: