File tree 3 files changed +4
-15
lines changed
airflow/providers/apache/hive
3 files changed +4
-15
lines changed Original file line number Diff line number Diff line change 41
41
* ``Add more accurate typing for DbApiHook.run method (#31846) ``
42
42
* ``Move Hive configuration to Apache Hive provider (#32777) ``
43
43
44
+
44
45
6.1.2
45
46
.....
46
47
Original file line number Diff line number Diff line change @@ -59,18 +59,9 @@ dependencies:
59
59
- apache-airflow-providers-common-sql>=1.3.1
60
60
- hmsclient>=0.1.0
61
61
- pandas>=0.17.1
62
- - pyhive[hive]>=0.6.0
63
- # in case of Python 3.9 sasl library needs to be installed with version higher or equal than
64
- # 0.3.1 because only that version supports Python 3.9. For other Python version pyhive[hive] pulls
65
- # the sasl library anyway (and there sasl library version is not relevant)
66
- - sasl>=0.3.1; python_version>="3.9"
62
+ - pyhive[hive_pure_sasl]>=0.7.0
67
63
- thrift>=0.9.2
68
64
69
- # Excluded because python-sasl is not yet compatible
70
- # with 3.11. See https://github.com/cloudera/python-sasl/issues/30
71
- excluded-python-versions :
72
- - " 3.11"
73
-
74
65
integrations :
75
66
- integration-name : Apache Hive
76
67
external-doc-url : https://hive.apache.org/
Original file line number Diff line number Diff line change 119
119
" apache-airflow>=2.4.0" ,
120
120
" hmsclient>=0.1.0" ,
121
121
" pandas>=0.17.1" ,
122
- " pyhive[hive]>=0.6.0" ,
123
- " sasl>=0.3.1; python_version>=\" 3.9\" " ,
122
+ " pyhive[hive_pure_sasl]>=0.7.0" ,
124
123
" thrift>=0.9.2"
125
124
],
126
125
"cross-providers-deps" : [
132
131
" samba" ,
133
132
" vertica"
134
133
],
135
- "excluded-python-versions" : [
136
- " 3.11"
137
- ]
134
+ "excluded-python-versions" : []
138
135
},
139
136
"apache.impala" : {
140
137
"deps" : [
You can’t perform that action at this time.
0 commit comments