Skip to content

Commit

Permalink
feat: add run sqlmesh step, prep test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomfutago committed Dec 31, 2024
1 parent 9677fd8 commit b8b3958
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/full_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:
SOURCES__DEBANK__ACCESS_KEY: ${{ secrets.SOURCES__DEBANK__ACCESS_KEY }}
EVIDENCE_SOURCE__md_wallets__database: ${{ secrets.EVIDENCE_SOURCE__MD_WALLETS__DATABASE }}
EVIDENCE_SOURCE__md_wallets__token: ${{ secrets.EVIDENCE_SOURCE__MD_WALLETS__TOKEN }}
MD_TOKEN: ${{ secrets.MD_TOKEN }}

jobs:
run-pipelines:
Expand All @@ -31,11 +32,15 @@ jobs:
run: |
pip install poetry
poetry install
cd pipelines && poetry run python main.py
cd pipelines
#&& poetry run python main.py

#- name: store wallets db for deployment
# id: store-wallet-db
# run: echo "wallet_db_path=$GITHUB_WORKSPACE/data/wallets.duckdb" >> $GITHUB_OUTPUT

- name: run sqlmesh
run: cd ./transform && poetry run sqlmesh run

deploy-wallet-monitoring:
needs: run-pipelines
Expand Down

0 comments on commit b8b3958

Please sign in to comment.