You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- on_table_exists = 'replace' is used to replace the table if it already exists
- dunesql hive metastore does *not* allow rename of table, meaning standard dbt table operations won't work (drop temp table, create temp table, rename existing table to backup, rename temp to final, drop backup)
- file_format defaults to delta (TODO: confirm this is dune hive metastore setting)
- when providing file_format config to model, dbt fails on unable to support 'format' property