Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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

identify

check

was bool a prob

cheeck?

check

update
amishas157 committed Oct 4, 2024
1 parent faa9ce9 commit 38622d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/generic/incremental_accepted_values.sql
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% test incremental_accepted_values(model, column_name, date_column_name, greater_than_equal_to, less_than_equal_to, condition, values=[], quote=false) %}
{% test incremental_accepted_values(model, column_name, date_column_name, greater_than_equal_to, less_than_equal_to, condition, quote, values=[]) %}

{{ config(severity = 'error') }}
{% set condition = condition | default('') %}
{% 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 quote = quote | default('false') %}

{% if quote == 'false' %}
{% set values = values | join(', ') %}
{% endif %}

0 comments on commit 38622d7

Please sign in to comment.