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
  • Loading branch information
amishas157 committed Oct 4, 2024
1 parent faa9ce9 commit dc33991
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .sqlfluffignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ snapshots/
env/
dbt_packages/
target/
tests/generic/incremental_accepted_values.sql
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 dc33991

Please sign in to comment.