We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad815f2 commit 55615a8Copy full SHA for 55615a8
macros/tables/pit.sql
@@ -12,8 +12,9 @@
12
13
Parameters:
14
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.
+ pit_type::string String to insert into the 'pit_type' column. Has to be prefixed by a !.
+ Allows for future implementations of other PIT variants, like T-PITs etc.
17
+ Can be set freely, something like 'PIT' could be the default.
18
Is optional, if not set, no column will be added.
19
20
tracked_entity::string Name of the tracked Hub entity. Must be available as a model inside the dbt project.
0 commit comments