https://github.com/strvcom/dbt-workshop
dbt Workshop
https://github.com/strvcom/dbt-workshop
Last synced: 5 months ago
JSON representation
dbt Workshop
- Host: GitHub
- URL: https://github.com/strvcom/dbt-workshop
- Owner: strvcom
- Created: 2023-02-24T11:55:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-20T18:22:47.000Z (over 2 years ago)
- Last Synced: 2025-06-23T19:07:00.983Z (12 months ago)
- Language: Dockerfile
- Homepage: https://strvcom.github.io/dbt-workshop
- Size: 6.11 MB
- Stars: 2
- Watchers: 7
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dbt Workshop
## How to update jupyter book
1. clone the repository, make your changes, commit and push as usual
2. build your book by running `jupyter-book build .`
3. install *ghp-import* `pip install ghp-import`
4. run `ghp-import -n -p -f _build/html` which should push the newly built HTML to the gh-pages branch