mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 11:06:45 +00:00
adj select on scheduled runs (#132)
This commit is contained in:
parent
e39845bc3d
commit
b6a52d3aae
2
.github/workflows/dbt_run_hourly.yml
vendored
2
.github/workflows/dbt_run_hourly.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
dbt_command: >
|
||||
dbt run-operation stage_external_sources --vars "ext_full_refresh: true";
|
||||
dbt seed;
|
||||
dbt run --exclude streamline__all_topshot_moments_minted_metadata_needed streamline__allday_moments_metadata_needed;
|
||||
dbt run --exclude streamline__all_topshot_moments_minted_metadata_needed streamline__allday_moments_metadata_needed models/silver/streamline;
|
||||
environment: workflow_prod
|
||||
warehouse: ${{ vars.WAREHOUSE }}
|
||||
secrets: inherit
|
||||
|
||||
2
.github/workflows/dbt_test.yml
vendored
2
.github/workflows/dbt_test.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
||||
|
||||
- name: Run DBT Jobs
|
||||
run: |
|
||||
dbt test
|
||||
dbt test -s models/gold
|
||||
continue-on-error: true
|
||||
|
||||
- name: Log test results
|
||||
|
||||
Loading…
Reference in New Issue
Block a user