Prab-27 commented on code in PR #60062:
URL: https://github.com/apache/airflow/pull/60062#discussion_r2665475220
##########
providers/apache/impala/pyproject.toml:
##########
@@ -78,7 +81,8 @@ dev = [
"apache-airflow-providers-common-sql",
# Additional devel dependencies (do not remove this line and add extra
development dependencies)
"kerberos>=1.3.0",
- "apache-airflow-providers-common-sql[pandas,polars]"
+ "apache-airflow-providers-common-sql[pandas,polars]",
+ "apache-airflow-providers-apache-impala[sqlalchemy]",
Review Comment:
I’m working on the Vertica provider, but I don’t understand:
since we are adding `SQLAlchemy` to the optional dependencies, why are we
also adding SQLAlchemy here ?
--
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]