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

Use profile database for temp table during incremental logic #373

Open
sivasankarig opened this issue Apr 18, 2024 · 0 comments
Open

Use profile database for temp table during incremental logic #373

sivasankarig opened this issue Apr 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@sivasankarig
Copy link

Describe the bug

  Glue adapter is using default database to create temp table during incremental logic which cause job fail as user/role doe snot have access to default database

Steps To Reproduce

  1. Remove access to default database
  2. Run incremental table (iceberg)

https://aws.amazon.com/blogs/big-data/build-and-manage-your-modern-data-stack-using-dbt-and-aws-glue-through-dbt-glue-the-new-trusted-dbt-adapter/

Expected behavior

It should use schema from profile configuration.

Screenshots and log output

Access denied to default database.
@sivasankarig sivasankarig added the bug Something isn't working label Apr 18, 2024
@sivasankarig sivasankarig changed the title Configure default database for temp table during incremental logic Use profile database for temp table during incremental logic Apr 18, 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