Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

dbt Hamilton example update requirements and readme #241

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/dbt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To run the example, you'll need to do two things:
```bash
# Using pypi
$ cd examples/dbt
$ pip install - r requirements.txt
$ pip install -r requirements.txt
```
2. Execute!
```bash
Expand Down
3 changes: 2 additions & 1 deletion examples/dbt/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
dbt
dbt-core
dbt-duckdb
dbt-fal
dbt-python
pandera
scikit-learn
sf-hamilton