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

   Extends the get_db_manager() pattern from auth managers to executors, 
allowing executor providers to register database managers for automatic 
lifecycle operations during db reset/migrate.
   
   Currently, only auth managers can register DB managers via get_db_manager(). 
Executors that require database tables (like EdgeExecutor) have no way to 
participate in database lifecycle operations. When a user configures 
AIRFLOW__CORE__EXECUTOR=EdgeExecutor, the edge tables should automatically be 
managed. The core changes enable this auto-discovery through ExecutorLoader.
   
   


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