Skip to content

Commit

Permalink
manually apply backported updates of #647 to macro that was moved bet…
Browse files Browse the repository at this point in the history
…ween 1.6 and 1.7
  • Loading branch information
mikealfare committed Dec 15, 2023
1 parent 2960e49 commit 56d4292
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 42 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@
tb.sortkey1,
mv.autorefresh
from svv_table_info tb
left join stv_mv_info mv
on mv.db_name = tb.database
and mv.schema = tb.schema
left join svv_mv_info mv
on mv.database_name = tb.database
and mv.schema_name = tb.schema
and mv.name = tb.table
where tb.table ilike '{{ relation.identifier }}'
and tb.schema ilike '{{ relation.schema }}'
Expand Down

This file was deleted.

0 comments on commit 56d4292

Please sign in to comment.