-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Use PyHive pure-sasl import * Test PyHive pure-sasl import * update requirements.txt * use github fix for >3.11 * use github fix for >3.11 * fix pyhive spec * remove unnecessary requests extra * remove unnecessary sasl install * add changie * specify no-binary for pyodbc install * conditionally import sasl vs puresasl * conditionally import sasl vs pure-sasl * experiment with pure sasl SASLClient * file formatting * test using only puresasl * test using only puresasl * update requirements.txt * remove sasl from req * remove unused sys dependency * test spark-session * fix pure-sasl * allow pre-release installs * allow pre-release installs * use pyhive 0.7.0 * add pyhive back to reqs * fix setup.py and remove sasl from dev-requirements.txt * Update Dependencies-20230628-121341.yaml * remove unnecessary pip_pre arg from tox.ini --------- Co-authored-by: Mike Alfare <[email protected]> (cherry picked from commit 07383d9) Co-authored-by: colin-rogers-dbt <[email protected]>
- Loading branch information
1 parent
838cedc
commit ddbfea7
Showing
6 changed files
with
19 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Dependencies | ||
body: Replace sasl with pure-sasl for PyHive | ||
time: 2023-06-28T12:13:41.141588-07:00 | ||
custom: | ||
Author: colin-rogers-dbt | ||
PR: "818" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,5 +33,4 @@ wheel~=0.40 | |
|
||
# Adapter specific dependencies | ||
mock~=5.0 | ||
sasl~=0.3.1 | ||
thrift_sasl~=0.4.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters