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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,7 @@ Currently supported platforms are:
60
60
* PostgreSQL
61
61
* Amazon Redshift
62
62
* Microsoft Azure Synapse
63
+
* Microsoft Fabric
63
64
64
65
We are working continuously at high pressure to adapt the package for large variety of different platforms. In the future, the package will hopefully be available for SQL Server, Oracle and many more.
datavault4dbt.timestamp_default_dtype: {"bigquery":"TIMESTAMP","snowflake":"TIMESTAMP_TZ", "exasol": "TIMESTAMP(3) WITH LOCAL TIME ZONE", "postgres": "TIMESTAMPTZ", "redshift": "TIMESTAMPTZ", "synapse": "datetimeoffset"}
Copy file name to clipboardExpand all lines: macros/hooks/clean_up_pits.sql
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,21 @@ DELETE FROM {{ this }}
104
104
WHERE NOT EXISTS (SELECT1FROM {{ ref(snapshot_relation) }} WHERE {{ this }}.{{ sdts }} = {{ ref(snapshot_relation) }}.{{ sdts }} AND {{ ref(snapshot_relation) }}.{{ snapshot_trigger_column }}=TRUE)
0 commit comments