Hi All
I am trying to run ‘dbt seed’ on dbt-glue and create a table in iceberg format
I could see that there is a profiles.yml option seed_format which I have configured as iceberg
However table creation fails as glue_catalog is not prepended to the table name
Is there a configuration that can help fix this?
Also facing an issue while building a dbt model. e.g. dbt run --select modelname
The problem here too is that glue_catalog. doesnt get prepended to the target model name
Incremental models work fine though
Thanks and Regards,
Subramanian