mirror of
https://github.com/FlipsideCrypto/stellar-models.git
synced 2026-02-06 17:56:56 +00:00
spelling, scheduling, comments
This commit is contained in:
parent
975f4b3233
commit
1fe74122a2
2
.github/workflows/dbt_run_observability.yml
vendored
2
.github/workflows/dbt_run_observability.yml
vendored
@ -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:
|
||||
|
||||
2
.github/workflows/dbt_test_daily.yml
vendored
2
.github/workflows/dbt_test_daily.yml
vendored
@ -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
|
||||
|
||||
|
||||
@ -17,7 +17,7 @@ WITH ledgers AS (
|
||||
SELECT
|
||||
SEQUENCE
|
||||
FROM
|
||||
{{ ref("streamline__legders") }}
|
||||
{{ ref("streamline__ledgers") }}
|
||||
EXCEPT
|
||||
SELECT
|
||||
SEQUENCE
|
||||
|
||||
Loading…
Reference in New Issue
Block a user