Update standardize_grants_dict to handle potential case mismatches in grants table response#1087
Update standardize_grants_dict to handle potential case mismatches in grants table response#1087lamalex wants to merge 2 commits intodbt-labs:mainfrom
standardize_grants_dict to handle potential case mismatches in grants table response#1087Conversation
…in grants table response Match case to column names returned rather than hardcoding. Fixes: dbt-labs#1086
|
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: @lamalex |
|
Signed! |
|
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: @lamalex |
|
signed again! |
|
This PR has been marked as Stale because it has been open with no activity as of late. If you would like the PR to remain open, please comment on the PR or else it will be closed in 7 days. |
Match case to column names returned rather than hardcoding.
Fixes: #1086
resolves #1086
docs dbt-labs/docs.getdbt.com/#
Problem
DBT crashing due to column case mismatch in response from databricks on
show grantsstatement.Solution
Match column name case to response rather than hardcoding names.
Checklist