Closed oliviercar0n closed 3 months ago
It appears it tries to create views as table
-- /* {"app": "dbt", "dbt_version": "1.8.3", "profile_name": "athena_finance", "target_name": "dev", "node_id": "model.elementary.metrics_anomaly_score"} */
create table "awsdatacatalog"."dbt_oli"."metrics_anomaly_score"
with (
table_type='hive',
is_external=true,external_location='s3://<redacted>/dbt/dev/output/dbt_oli/metrics_anomaly_score/7ee042ca-bf21-45ba-b9d7-7e03ff67bc58',
write_compression='SNAPPY',
format='parquet'
)
as
There was a global materialization config that affected Elementary models. Closing.
Describe the bug
When following the instructions to set up Elementary on a project with Athena data warehouse, the following error is encountered when creating the Elementary models
This is a known issue with Athena and CTAS statements. See additional context below
To Reproduce Steps to reproduce the behavior:
Expected behavior All model complete successfully
Screenshots
Environment (please complete the following information):
0.16.0
0.16.0
Additional context
This error is documented in the Athena Engine V3 release notes
Would you be willing to contribute a fix for this issue? Yes I would be willing to help contribute a fix