pankajkoti commented on code in PR #32304: URL: https://github.com/apache/airflow/pull/32304#discussion_r1249398517
########## 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: Do we need this here? Can users not install this additionally in their setup if they need it? I mean for users who do not want to use Kerberos authentication and use other mechanisms like LDAP, for them we would be installing this additional dependency which many not be needed, no? -- 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]
