File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 12
12
13
13
Parameters:
14
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.
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.
17
18
Is optional, if not set , no column will be added.
18
19
19
20
tracked_entity::string Name of the tracked Hub entity. Must be available as a model inside the dbt project.
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ pit_records AS (
42
42
SELECT
43
43
44
44
{% if datavault4dbt .is_something (pit_type) - %}
45
- ' {{ datavault4dbt.as_constant(pit_type) }}' as type,
45
+ {{ datavault4dbt .as_constant (pit_type) }} as type,
46
46
{%- endif %}
47
47
{% if datavault4dbt .is_something (custom_rsrc) - %}
48
48
' {{ custom_rsrc }}' as {{ rsrc }},
You can’t perform that action at this time.
0 commit comments