@@ -6,15 +6,15 @@ This repository consists of a [dbt](https://www.getdbt.com/) project that transf
66To learn more about the overall architecture design & strategy can be found in our centralized handbook:
77- [ Data Architecture Handbook] ( https://docs.google.com/document/d/1WmOnx_5QaGmo-kNWitd9jSEwvEnwqxiS0ZA1jmMV-v0/edit?usp=sharing )
88
9- ## ** Sources: **
9+ ## Sources:
1010Raw, unformatted data loaded directly from source systems using various data tools.
1111- ` nba_data ` - The primary source of NBA statistics data captured from an API & loaded via Sling/Airbyte.
1212 - Schema: ` analytics.raw_nba_data `
1313- ` google_sheets ` - Internally maintained reference sheets related to the project & loaded via Sling/Airbyte.
1414 - Schema: ` analytics.raw_google_sheets `
1515
1616
17- ### Environments:
17+ ## Environments:
1818Transformed data models built via dbt with 3 distinct environments to enable a sustainable development workflow.
1919- ** Development**
2020 - Schema: ` analytics.dev_[your-name] `
@@ -29,7 +29,7 @@ Transformed data models built via dbt with 3 distinct environments to enable a s
2929 - ` analytics.marts `
3030 - Separation by layer for easier navigation and permission management.
3131
32- ### How to Get Started?
32+ ## How to Get Started?
33331 . Create your local development environment
3434 - Use a local IDE (ex. VS Code), dbt Cloud or GitHub Codespaces
35352 . Clone the current repo (or create a new one)
@@ -50,10 +50,10 @@ Transformed data models built via dbt with 3 distinct environments to enable a s
5050 - Run "git pull" to sync the latest version of the code
51518 . Continue to develop & repeat the process
5252
53- ### Notes
53+ ## Notes
5454- Provide any other important call-outs of platform-specific information here.
5555
56- ### Resources:
56+ ## Resources:
5757- Learn more about dbt [ in the docs] ( https://docs.getdbt.com/docs/introduction )
5858- Check out [ Discourse] ( https://discourse.getdbt.com/ ) for commonly asked questions and answers
5959- Join the [ chat] ( https://community.getdbt.com/ ) on Slack for live discussions and support
0 commit comments