dbt-labs / dbt-snowflake

dbt-snowflake contains all of the code enabling dbt to work with Snowflake
https://getdbt.com
Apache License 2.0
297 stars 177 forks source link

[CI/CD Improvements] Standardize and automate formatting for workflows #1162

Closed mikealfare closed 3 months ago

mikealfare commented 3 months ago

Is this your first time submitting a feature request?

Describe the feature

As a maintainer, I want to automate formatting checks, so that I can focus more on content in PRs and still maintain a code quality standard.

## Acceptance Criteria
- [ ] A formatter runs as part of `pre-commit`, use the same one as `dbt-postgres`
- [ ] A linter runs as part of `pre-commit`, use the same one as `dbt-postgres`
- [ ] `docs-issue`, `stale`, and `triage-labels` are updated to use the naming standards below (other workflows will be updated as separate stories; these workflows require no other changes)

Style standards:

mikealfare commented 3 months ago

This issue is consolidated into https://github.com/dbt-labs/dbt-snowflake/issues/1004.