dheerajturaga opened a new pull request, #61155:
URL: https://github.com/apache/airflow/pull/61155

   Implement EdgeDBManager to integrate Edge3 provider with Airflow's
   external database manager system, enabling independent schema version
   control for Edge3 tables separate from core Airflow migrations.
   
   This enables Edge3 provider to manage its database schema evolution
   independently from core Airflow, allowing for provider-specific version
   control and migration management. The infrastructure is ready for use
   once initial migration files are generated and the legacy _check_db_schema()
   approach in EdgeExecutor.start() is removed.
   
   With this we should now be able to user airflow db framework to reset.
   ```
   export 
AIRFLOW__DATABASE__EXTERNAL_DB_MANAGERS="airflow.providers.edge3.models.db.EdgeDBManager"
   airflow db reset -y
   ```
   
   Alternate approach to #60752 keeping changes local to edge3 provider
   
   ---
   
   ##### 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)
   Claude Code
   
   


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