Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rebasing
develop
for latest 0.21.0 RC release (#216)
* Show more detailed feedback when pyodbc import fails (#192) * Use exception chaining to get more detailed feedback when pyodbc is not installed * Remove pyodbc referenced before assignment * Set back try except * Add flake ignore * Add error message to RunTimeException Error chaining does not show the message in `dbt debug`. Therefore we explicitly add the message to the dbt.exceptions.RunTimeException * Update change log Add to change log that we print the import error when pyodbc can not be imported * Fix parenthesis in change log * Update changelog [skip ci] * Update changelog [skip ci] * Update changelog [skip ci] * Add support for ODBC Server Side Parameters (#201) * Add support for ODBC Server Side Parameters * Update CHANGELOG * Feature/able to retry all connections (#194) * Code changes * README changes * Improve error message default * Changelog * Changelog corrections * Restore accidental deletion * Update dbt/adapters/spark/connections.py Co-authored-by: Jeremy Cohen <[email protected]> * Add myself to Contributors Co-authored-by: Jeremy Cohen <[email protected]> * fixed get_columns_in_relation for open source delta table (#207) * fixed get_columns_in_relation for open source delta table * fixed E501 linting error and added change log * fix issue parsing structs (#204) * fix issue parsing structs * include contributor in changelog * better error explanation Co-authored-by: Jeremy Cohen <[email protected]> * Add adapter unique_field (#211) * Add adapter unique_field * Fix flake8. Add changelog entry * [Snyk] Fix for 2 vulnerabilities (#214) * fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SQLPARSE-1584201 - https://snyk.io/vuln/SNYK-PYTHON-THRIFT-474615 * Removing Thrift conflict with versions over 12 Co-authored-by: leahwicz <[email protected]> * 0.21.0b1 Release * Bumping version to 0.21.0b1 * Bumping to 0.21.0b2 * Bumping version to 0.21.0b2 Co-authored-by: Cor <[email protected]> Co-authored-by: Jeremy Cohen <[email protected]> Co-authored-by: Jethro Nederhof <[email protected]> Co-authored-by: gregingenii <[email protected]> Co-authored-by: Jeremy Cohen <[email protected]> Co-authored-by: Hariharan Banukumar <[email protected]> Co-authored-by: Sergio <[email protected]> Co-authored-by: Snyk bot <[email protected]> Co-authored-by: Ian Knox <[email protected]> Co-authored-by: Leah Antkiewicz <[email protected]>
- Loading branch information