Skip to content

Commit

Permalink
backwards compatible list relations
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiurin committed Aug 1, 2024
1 parent 55ea5f0 commit b603b5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dbt/include/firebolt/macros/adapters.sql
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@
table_schema AS "schema",
CASE
WHEN table_type = 'BASE TABLE' THEN 'table'
WHEN table_type = 'DIMENSION' THEN 'table'
WHEN table_type = 'FACT' THEN 'table'
WHEN table_type = 'VIEW' THEN 'view'
END AS "type"
FROM
Expand Down

0 comments on commit b603b5a

Please sign in to comment.