Guides
Account Setup
GitHub
To contribute, you must be a member of our Data Team. Your ability to approve and merge pull requests depends on your subgroup:
Google Workspace
To access our BigQuery project and its datasets, you must be a member of the TEAMster Analysts KTAF Google security group.
dbt Cloud
Development dataset
dbt Cloud creates a personal development dataset in BigQuery for each user,
named using your username as a prefix. Please prefix yours with an underscore
(_) — BigQuery hides datasets starting with _ from the left nav, keeping the
project list readable.
Set this in Account settings → Credentials → Development credentials.
sqlfmt
We use sqlfmt for SQL formatting. To enable it in dbt Cloud:
- Open a
.sqlfile on a development branch. - Click the Code Quality tab in the console, then
</> Config. - Select the
sqlfmtradio button. - Click Format to auto-format the file.
Guides
| Guide | Description |
|---|---|
| Codespaces | Setting up and using GitHub Codespaces |
| Local Development | Installing dependencies, running Dagster locally, linting, and testing |
| Dagster | Tableau scheduling, backfills, branch deployments, monitoring runs |
| Google Sheets & Forms | Adding and updating Google Sheets and Forms sources |