jscheffl commented on code in PR #59915:
URL: https://github.com/apache/airflow/pull/59915#discussion_r2652600584
##########
providers/exasol/src/airflow/providers/exasol/hooks/exasol.py:
##########
@@ -96,6 +100,10 @@ def sqlalchemy_url(self) -> URL:
:return: the extracted sqlalchemy.engine.URL object.
"""
+ if URL is None:
+ raise AirflowOptionalProviderFeatureException(
Review Comment:
In the case described above you need to add it as optional dependency in
pyproject.toml as well.
--
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]