vincbeck commented on issue #32210:
URL: https://github.com/apache/airflow/issues/32210#issuecomment-1852735740

   I was just starting this task but I did not think about the consequences. If 
we deprecate configs in the `webserver` section in core Airflow and copy these 
to the FAB provider under `fab` section. It means I need to make some massive 
updates on the code and every-time there is a `conf.getboolean("webserver", 
"<config>")`, I need to basically do `conf.getboolean("webserver", "<config>") 
or conf.getboolean("fab", "<config>")`. I am not we want togo down that path. 
WDYT?


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to