Open sivasankarig opened 7 months ago
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
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/
It should use schema from profile configuration.
Access denied to default database.
Describe the bug
Steps To Reproduce
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