jscheffl commented on code in PR #66674:
URL: https://github.com/apache/airflow/pull/66674#discussion_r3222421403
##########
providers/edge3/src/airflow/providers/edge3/models/db.py:
##########
@@ -61,6 +61,67 @@ class EdgeDBManager(BaseDBManager):
supports_table_dropping = True
revision_heads_map = _REVISION_HEADS_MAP
+ # TODO: Remove these compatibility overrides once the minimum supported
+ # Airflow version is 3.3, which includes the equivalent BaseDBManager
implementation.
Review Comment:
Would propose to back-port the core fix to Airflow 3.2.2 as well.
@vatsrahul1001 still possible to get this fix into merge window before you
cut RC?
--
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]