vincbeck commented on code in PR #66674:
URL: https://github.com/apache/airflow/pull/66674#discussion_r3219533324
##########
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:
These methods are already defined in the parent class right? Is there any
difference in the 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]