dheerajturaga opened a new pull request, #62202: URL: https://github.com/apache/airflow/pull/62202
Introduce models/edge_base.py with its own MetaData, registry, and Base for the Edge3 provider. All three Edge models now inherit from this isolated base, so their tables are never registered in Airflow core's Base.metadata in the first place - eliminating the need for the to_metadata() copy + Base.metadata.remove() workaround in db.py. Follow up from: #61155 --- ##### Was generative AI tooling used to co-author this PR? <!-- If generative AI tooling has been used in the process of authoring this PR, please change below checkbox to `[X]` followed by the name of the tool, uncomment the "Generated-by". --> - [ ] Yes (please specify the tool below) ClaudeCode <!-- Generated-by: [Tool Name] following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) --> -- 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]
