Skip to content

Commit 607bb98

Browse files
authored
remove quotes from pit_type in synapse pit
1 parent 4c86da9 commit 607bb98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macros/tables/synapse/pit.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pit_records AS (
4242
SELECT
4343

4444
{% if datavault4dbt.is_something(pit_type) -%}
45-
'{{ datavault4dbt.as_constant(pit_type) }}' as type,
45+
{{ datavault4dbt.as_constant(pit_type) }} as type,
4646
{%- endif %}
4747
{% if datavault4dbt.is_something(custom_rsrc) -%}
4848
'{{ custom_rsrc }}' as {{ rsrc }},

0 commit comments

Comments
 (0)