changed daily lookback to 1

This commit is contained in:
Mike Stepanovic 2025-02-12 14:05:24 -07:00
parent 72ac0e071b
commit 77774ed0a6

View File

@ -39,4 +39,4 @@ jobs:
dbt deps
- name: Run DBT Jobs
run: |
dbt test -m "stellar_models,models/silver" "stellar_models,models/gold" --vars 'test_days_threshold: 3'
dbt test -m "stellar_models,models/silver" "stellar_models,models/gold" --vars 'test_days_threshold: 1'