[X] I have searched the existing issues, and I could not find an existing issue for this bug
Current Behavior
No query-comment on CREATE TABLE statement
Query example:
create table "awsdatacatalog"."sandbox_roman_korsun"."test1"
with (
table_type='iceberg',
is_external=false,location='s3://location'
format='parquet',
vacuum_max_snapshot_age_seconds=86400
)
as
select 1 as test_column
Is this a new bug in dbt-athena?
Current Behavior
No
query-comment
on CREATE TABLE statement Query example:Expected Behavior
query-comment
exists in CREATE TABLE query:Steps To Reproduce
Run model with
vacuum_max_snapshot_age_seconds
parameter includedEnvironment
Additional Context
No response