seanghaeli commented on code in PR #56160:
URL: https://github.com/apache/airflow/pull/56160#discussion_r2449899570
##########
providers/http/pyproject.toml:
##########
@@ -66,11 +66,19 @@ dependencies = [
"asgiref>=2.3.0",
]
+# The optional dependencies should be modified in place in the generated file
+# Any change in the dependencies is preserved when the file is regenerated
+[project.optional-dependencies]
+"common.compat" = [
+ "apache-airflow-providers-common-compat"
+]
Review Comment:
Because of this line:
https://github.com/apache/airflow/pull/56160/files#diff-d5fcccaa88e6100b6ddafbaccd0d40bf24d1232275a5b1386c0a3c17c91e2583R25
Importing the BaseNotifier is needed
--
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]