potiuk commented on code in PR #32304:
URL: https://github.com/apache/airflow/pull/32304#discussion_r1250602469


##########
airflow/providers/apache/impala/provider.yaml:
##########
@@ -28,7 +28,7 @@ versions:
   - 1.0.0
 
 dependencies:
-  - impyla>=0.18.0,<1.0
+  - impyla[kerberos]>=0.18.0,<1.0

Review Comment:
   See example in "amazon/provider.yaml"
   
   ```
   additional-extras:
     - name: pandas
       dependencies:
         - pandas>=0.17.1
     # There is conflict between boto3 and aiobotocore dependency botocore.
     # TODO: We can remove it once boto3 and aiobotocore both have compatible 
botocore version or
     # boto3 have native async support and we move away from aio aiobotocore
     - name: aiobotocore
       dependencies:
         - aiobotocore[boto3]>=2.2.0
     - name: cncf.kubernetes
       dependencies:
         - apache-airflow-providers-cncf-kubernetes>=7.2.0
    ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to