Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
update

update

update

update

update

lint okay?

update

update

why does it not ignore

update

update
  • Loading branch information
amishas157 committed Oct 4, 2024
1 parent faa9ce9 commit 8ed59a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/generic/incremental_accepted_values.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
{% set greater_than_equal_to = greater_than_equal_to | default('2 day') %}
{% set less_than_equal_to = less_than_equal_to | default('') %}
{% if quote %}
{% set values = values | map(attribute='string') | join(', ') %}
{% set quoted_values = values | map('string') | map('trim') | join("', '") %}
{% set values = "'" + quoted_values + "'" %}
{% else %}
{% set values = values | join(', ') %}
{% endif %}


with all_values as (

select
Expand Down

0 comments on commit 8ed59a6

Please sign in to comment.