switching alerts from monthly to recent

This commit is contained in:
Mike Stepanovic 2024-11-18 12:43:04 -07:00
parent 816e2fffa8
commit 380a9018ba

View File

@ -19,6 +19,7 @@ env:
DATABASE: "${{ vars.DATABASE }}"
WAREHOUSE: "${{ vars.WAREHOUSE }}"
SCHEMA: "${{ vars.SCHEMA }}"
SLACK_WEBHOOK_URL: "${{ secrets.SLACK_WEBHOOK_URL }}"
concurrency:
group: ${{ github.workflow }}
@ -45,3 +46,9 @@ jobs:
run: |
dbt run -m "aleo_models,tag:recent_test"
dbt test -m "aleo_models,tag:recent_test"
continue-on-error: true
- name: Log test results
run: |
python python/dbt_test_alert.py