anmolxlight commented on code in PR #66674:
URL: https://github.com/apache/airflow/pull/66674#discussion_r3220140997


##########
providers/edge3/src/airflow/providers/edge3/models/db.py:
##########
@@ -61,6 +61,65 @@ class EdgeDBManager(BaseDBManager):
     supports_table_dropping = True
     revision_heads_map = _REVISION_HEADS_MAP
 
+    def _has_existing_manager_tables(self) -> bool:

Review Comment:
   Added comments in both edge3 and FAB noting that these compatibility 
overrides should be removed once the minimum supported Airflow version includes 
the equivalent BaseDBManager implementation.



-- 
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]

Reply via email to