An open API service indexing awesome lists of open source software.

https://github.com/strvcom/dbt-workshop

dbt Workshop
https://github.com/strvcom/dbt-workshop

Last synced: 5 months ago
JSON representation

dbt Workshop

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