├── .DS_Store ├── LICENSE ├── README.md ├── Writing bug reports in analytics.md ├── [ARCHIVED]handbook ├── [ARCHIVED]about_dbt_labs.md ├── [ARCHIVED]benefits.md ├── [ARCHIVED]compensation.md ├── [ARCHIVED]dbt Labs Code of Conduct.md ├── [ARCHIVED]handbook.md ├── [ARCHIVED]mission.md ├── [ARCHIVED]policies_and_training.md ├── [ARCHIVED]values.md └── [ARCHIVED]working_and_growing_here.md ├── company-operating-system.md ├── dbt_coding_conventions.md ├── dbt_style_guide.md ├── git-guide.md └── looker_style_guide.md /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbt-labs/corp/HEAD/.DS_Store -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbt-labs/corp/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # corp 2 | Assets related to the operation of dbt Labs. 3 | -------------------------------------------------------------------------------- /Writing bug reports in analytics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbt-labs/corp/HEAD/Writing bug reports in analytics.md -------------------------------------------------------------------------------- /[ARCHIVED]handbook/[ARCHIVED]about_dbt_labs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbt-labs/corp/HEAD/[ARCHIVED]handbook/[ARCHIVED]about_dbt_labs.md -------------------------------------------------------------------------------- /[ARCHIVED]handbook/[ARCHIVED]benefits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbt-labs/corp/HEAD/[ARCHIVED]handbook/[ARCHIVED]benefits.md -------------------------------------------------------------------------------- /[ARCHIVED]handbook/[ARCHIVED]compensation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbt-labs/corp/HEAD/[ARCHIVED]handbook/[ARCHIVED]compensation.md -------------------------------------------------------------------------------- /[ARCHIVED]handbook/[ARCHIVED]dbt Labs Code of Conduct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbt-labs/corp/HEAD/[ARCHIVED]handbook/[ARCHIVED]dbt Labs Code of Conduct.md -------------------------------------------------------------------------------- /[ARCHIVED]handbook/[ARCHIVED]handbook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbt-labs/corp/HEAD/[ARCHIVED]handbook/[ARCHIVED]handbook.md -------------------------------------------------------------------------------- /[ARCHIVED]handbook/[ARCHIVED]mission.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbt-labs/corp/HEAD/[ARCHIVED]handbook/[ARCHIVED]mission.md -------------------------------------------------------------------------------- /[ARCHIVED]handbook/[ARCHIVED]policies_and_training.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbt-labs/corp/HEAD/[ARCHIVED]handbook/[ARCHIVED]policies_and_training.md -------------------------------------------------------------------------------- /[ARCHIVED]handbook/[ARCHIVED]values.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbt-labs/corp/HEAD/[ARCHIVED]handbook/[ARCHIVED]values.md -------------------------------------------------------------------------------- /[ARCHIVED]handbook/[ARCHIVED]working_and_growing_here.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbt-labs/corp/HEAD/[ARCHIVED]handbook/[ARCHIVED]working_and_growing_here.md -------------------------------------------------------------------------------- /company-operating-system.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbt-labs/corp/HEAD/company-operating-system.md -------------------------------------------------------------------------------- /dbt_coding_conventions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbt-labs/corp/HEAD/dbt_coding_conventions.md -------------------------------------------------------------------------------- /dbt_style_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbt-labs/corp/HEAD/dbt_style_guide.md -------------------------------------------------------------------------------- /git-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbt-labs/corp/HEAD/git-guide.md -------------------------------------------------------------------------------- /looker_style_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbt-labs/corp/HEAD/looker_style_guide.md --------------------------------------------------------------------------------