Open dev-goyal opened 8 months ago
resolves #356
Add the name of the catalog to the Iceberg CTE to prevent the error. This is already done for the drop table CTE, so I believe this was a bug.
drop table
CHANGELOG.md
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
The integration test failed. Could you please fix it? https://github.com/aws-samples/dbt-glue/actions/runs/8262136038
resolves #356
Description
Add the name of the catalog to the Iceberg CTE to prevent the error. This is already done for the
drop table
CTE, so I believe this was a bug.Checklist
CHANGELOG.md
and added information about my change to the "dbt-glue next" section.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.