Fix incorrect adapter names in Dockerfile READMEs#1733
Fix incorrect adapter names in Dockerfile READMEs#1733sunilp wants to merge 2 commits intodbt-labs:mainfrom
Conversation
The Docker READMEs for dbt-bigquery, dbt-redshift, and dbt-spark incorrectly reference "Snowflake" in their example descriptions. Replace with the correct adapter names. Fixes dbt-labs#1700
|
Thanks for your pull request, and welcome to our community! We require contributors to sign our Contributor License Agreement and we don't seem to have your signature on file. Check out this article for more information on why we have a CLA. In order for us to review and merge your code, please submit the Individual Contributor License Agreement form attached above above. If you have questions about the CLA, or if you believe you've received this message in error, please reach out through a comment on this PR. CLA has not been signed by users: @sunilp |
already have signed |
|
Friendly bump — CLA is signed and verified (status check passing). The CI |
Summary
The Docker READMEs for
dbt-bigquery,dbt-redshift, anddbt-sparkincorrectly reference "Snowflake" in example descriptions, even though the build targets and commands correctly reference their respective adapters.This PR replaces "Snowflake" with the correct adapter name in each file:
dbt-bigquery/docker/README.md→ "BigQuery"dbt-redshift/docker/README.md→ "Redshift"dbt-spark/docker/README.md→ "Spark"Fixes #1700
Checklist