mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 11:26:52 +00:00
rm backfill var
This commit is contained in:
parent
fe9040ebd3
commit
569b5cc052
@ -42,7 +42,7 @@ jobs:
|
||||
|
||||
- name: Run DBT Jobs
|
||||
run: |
|
||||
dbt run -s 2+streamline__blocks_realtime --vars '{"STREAMLINE_INVOKE_STREAMS": True, "STREAMLINE_BACKFILL": True}'
|
||||
dbt run -s 2+streamline__blocks_realtime --vars '{"STREAMLINE_INVOKE_STREAMS": True}'
|
||||
|
||||
- name: Store logs
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
@ -42,7 +42,7 @@ jobs:
|
||||
|
||||
- name: Run DBT Jobs
|
||||
run: |
|
||||
dbt run -s 2+streamline__chunks_realtime --vars '{"STREAMLINE_INVOKE_STREAMS": True, "STREAMLINE_BACKFILL": True}'
|
||||
dbt run -s 2+streamline__chunks_realtime --vars '{"STREAMLINE_INVOKE_STREAMS": True}'
|
||||
|
||||
- name: Store logs
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
@ -42,7 +42,7 @@ jobs:
|
||||
|
||||
- name: Run DBT Jobs
|
||||
run: |
|
||||
dbt run -s 2+streamline__transactions_realtime --vars '{"STREAMLINE_INVOKE_STREAMS": True, "STREAMLINE_BACKFILL": True}'
|
||||
dbt run -s 2+streamline__transactions_realtime --vars '{"STREAMLINE_INVOKE_STREAMS": True}'
|
||||
|
||||
- name: Store logs
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user