Skip to content

Commit 55615a8

Browse files
authored
Update pit.sql parameter description
Add remark that the pit_type has to be prefixed by !
1 parent ad815f2 commit 55615a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

macros/tables/pit.sql

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212

1313
Parameters:
1414

15-
pit_type::string String to insert into the 'pit_type' column. Allows for future implementations of other
16-
PIT variants, like T-PITs etc. Can be set freely, something like 'PIT' could be the default.
15+
pit_type::string String to insert into the 'pit_type' column. Has to be prefixed by a !.
16+
Allows for future implementations of other PIT variants, like T-PITs etc.
17+
Can be set freely, something like 'PIT' could be the default.
1718
Is optional, if not set, no column will be added.
1819

1920
tracked_entity::string Name of the tracked Hub entity. Must be available as a model inside the dbt project.

0 commit comments

Comments
 (0)