We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CONTRIBUTING.md
Thanks for flagging @kyleburke-meq! We really need a CONTRIBUTING.md like other dbt repos have (e.g. dbt-snowflake's CONTRIBUTING.md.
integration_tests/
dbt_project.yml
if target==<DWH>
integration_tests/models/plugins/<DWH>/<DWH>_external.yml
test.env.sample
integration_tests/profiles.yml
.github/workflows/integration_tests.yml
pull_request_target
Anyone who wants to contribute a to this package
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the feature
Thanks for flagging @kyleburke-meq! We really need a
CONTRIBUTING.md
like other dbt repos have (e.g. dbt-snowflake'sCONTRIBUTING.md
.What it should include
integration_tests/
package, specificallydbt_project.yml
and the manyif target==<DWH>
integration_tests/models/plugins/<DWH>/<DWH>_external.yml
(especially YAML anchors)test.env.sample
integration_tests/profiles.yml
.github/workflows/integration_tests.yml
pull_request_target
worksWho will this benefit?
Anyone who wants to contribute a to this package
The text was updated successfully, but these errors were encountered: