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

identify
  • Loading branch information
amishas157 committed Oct 4, 2024
1 parent faa9ce9 commit 89488b7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/generic/incremental_accepted_values.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@
{% set date_column_name = date_column_name | default('closed_at') %}
{% 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(', ') %}
{% else %}
{% set values = values | join(', ') %}
{% endif %}
{% set values = values | join(', ') %}


with all_values as (

Expand Down

0 comments on commit 89488b7

Please sign in to comment.