Skip to content

Commit

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

update

update

update

update

lint okay?
  • Loading branch information
amishas157 committed Oct 4, 2024
1 parent faa9ce9 commit 799bd7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/generic/incremental_accepted_values.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
{% 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 values = "'" + values | join("', '") + "'" %}
{% else %}
{% set values = values | join(', ') %}
{% endif %}


with all_values as (

select
Expand Down

0 comments on commit 799bd7d

Please sign in to comment.