spelling, scheduling, comments

This commit is contained in:
Eric Laurello 2025-04-03 08:34:11 -04:00
parent 975f4b3233
commit 1fe74122a2
4 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ run-name: dbt_run_observability
on:
workflow_dispatch:
schedule:
# Runs “At minute 40 past every 8th hour.” (see https://crontab.guru)
# Runs “At minute 0 past every 8th hour.” (see https://crontab.guru)
- cron: '0 */8 * * *'
env:

View File

@ -39,7 +39,7 @@ jobs:
dbt deps
- name: Run DBT Jobs
run: |
dbt test -m "stellar_models,models/silver" "stellar_models,models/gold" --vars 'test_days_threshold: 1'
dbt test -m "stellar_models,models/silver" "stellar_models,models/gold" --vars 'test_days_threshold: 1' --exclude "stellar_models,tag:observability"
continue-on-error: true

View File

@ -17,7 +17,7 @@ WITH ledgers AS (
SELECT
SEQUENCE
FROM
{{ ref("streamline__legders") }}
{{ ref("streamline__ledgers") }}
EXCEPT
SELECT
SEQUENCE