Skip to content

Expand README - notes on prod mode #21

Expand README - notes on prod mode

Expand README - notes on prod mode #21

Workflow file for this run

name: Load data into MotherDuck
on:
push:
branches:
- main
jobs:
build:
runs-on: macos-latest
env:
MOTHERDUCK_TOKEN: ${{ secrets.MOTHERDUCK_TOKEN }}
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Python
uses: actions/[email protected]
with:
python-version: "3.11.x"
- name: Install Python dependencies
run: |
python3 -m pip install uv
uv pip install --system -r requirements.txt
- name: Run Transformations
run: |
dbt deps
dbt build --target prod