You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues, and I could not find an existing issue for this feature
I am requesting a straightforward extension of existing dbt-snowflake functionality, rather than a Big Idea better suited to a discussion
Describe the feature
As a maintainer, I want to standardize and modernize development tooling, so that I can reduce maintenance issues.
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.
As a maintainer, I want to simplify the CI jobs, so that I know I am running the same CI regardless of scenario (e.g. PR vs scheduled tests vs end to end tests for dependent packages).
As a maintainer, I want to simplify the CD jobs, so that deployment is more reliable and stable.
The content you are editing has changed. Please copy your edits and refresh the page.
Is this your first time submitting a feature request?
Describe the feature
As a maintainer, I want to standardize and modernize development tooling, so that I can reduce maintenance issues.
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.
As a maintainer, I want to simplify the CI jobs, so that I know I am running the same CI regardless of scenario (e.g. PR vs scheduled tests vs end to end tests for dependent packages).
As a maintainer, I want to simplify the CD jobs, so that deployment is more reliable and stable.
Acceptance Criteria
Suggestions
dbt-postgres
as a templateStyle standards:
version-number
->version
archive-name
->archive
env
instead of inline substitution like${{ inputs.value }}
The text was updated successfully, but these errors were encountered: