ftakelait commented on issue #60000:
URL: https://github.com/apache/airflow/issues/60000#issuecomment-3704243499

   I attempted to migrate the **celery** provider but discovered an 
incompatibility:
   
   The SDK's `conf.get()` raises `AirflowConfigException` for missing config 
keys, 
   while the old `airflow.configuration.conf` had fallback handling.
   
   This affects `celery_executor.py:99` where `conf.get("celery", 
"FLOWER_HOST")` 
   is called at import time.
   
   This provider requires additional work beyond simple import replacement.


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