forked from simonw/sf-tree-history
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
128eee7
commit 8dbe066
Showing
2 changed files
with
18 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,20 +7,20 @@ on: | |
|
||
jobs: | ||
build: | ||
name: Load data into MotherDuck | ||
runs-on: macos-latest | ||
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 | ||
- name: Load data into MotherDuck | ||
runs-on: macos-latest | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters