Skip to content

Commit

Permalink
Update pit.sql parameter description
Browse files Browse the repository at this point in the history
Add remark that the pit_type has to be prefixed by !
  • Loading branch information
tkiehn authored Jul 9, 2024
1 parent ad815f2 commit 55615a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions macros/tables/pit.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@

Parameters:

pit_type::string String to insert into the 'pit_type' column. Allows for future implementations of other
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.
Can be set freely, something like 'PIT' could be the default.
Is optional, if not set, no column will be added.

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

0 comments on commit 55615a8

Please sign in to comment.