mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 15:36:43 +00:00
no workflow
This commit is contained in:
parent
2140f11f34
commit
57ac9282b3
22
.github/workflows/dbt_run_history.yml
vendored
22
.github/workflows/dbt_run_history.yml
vendored
@ -24,10 +24,24 @@ concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
|
||||
jobs:
|
||||
called_workflow_template:
|
||||
uses: FlipsideCrypto/analytics-workflow-templates/.github/workflows/dbt_run_template.yml@AN-4374/upgrade-dbt-1.7
|
||||
with:
|
||||
dbt_command: >
|
||||
dbt:
|
||||
runs-on: ubuntu-latest
|
||||
environment:
|
||||
name: workflow_prod
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.10"
|
||||
cache: "pip"
|
||||
|
||||
- name: install dependencies
|
||||
run: |
|
||||
pip install -r requirements.txt
|
||||
dbt deps
|
||||
|
||||
- name: Run DBT Jobs
|
||||
run: >
|
||||
dbt run -s
|
||||
2+streamline__get_batch_transactions_mainnet_18
|
||||
2+streamline__get_batch_transactions_mainnet_19
|
||||
|
||||
Loading…
Reference in New Issue
Block a user