add tests to tags and include/exclude using tag (#511)

This commit is contained in:
desmond-hui 2024-03-13 07:49:38 -07:00 committed by GitHub
parent 9e88a3e31c
commit 7327dd6f1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 14 additions and 2 deletions

View File

@ -42,4 +42,4 @@ jobs:
dbt deps
- name: Run DBT Jobs
run: |
dbt test -s "solana_models,./models"
dbt test -s "solana_models,./models" --exclude tag:test_weekly

View File

@ -42,4 +42,4 @@ jobs:
dbt deps
- name: Run DBT Jobs
run: |
dbt test --select tests/test_silver__decoded_instructions_combined_error_threshold_7_days.sql tests/test_silver__decoded_instructions_combined_static_error_threshold_7_days.sql
dbt test -s tag:test_weekly

View File

@ -1,3 +1,9 @@
{{
config(
tags=["test_weekly"]
)
}}
WITH base AS (
SELECT
program_id,

View File

@ -1,3 +1,9 @@
{{
config(
tags=["test_weekly"]
)
}}
WITH current_rates AS (
SELECT
program_id,