Open vatsrahul1001 opened 15 hours ago
Looking good.
Just a few suggestions/questions.
Are we missing the
standalone_dag_processor
?
As per below inline from Brent we have to do this in issue
Other config:
standalone_dag_processor [This should be checked in API, not the UI](https://github.com/apache/airflow/issues/44253)
Are we missing the standalone_dag_processor ?
At first glance, it feels like we just need to add an extra field to additional_config
with conf.getboolean("scheduler", "standalone_dag_processor")
?
Maybe i'm missing something though.
closes: https://github.com/apache/airflow/issues/43166
Description
In the old UI, we passed a lot of variables via global variables in FAB templates. This PR replaces that with
ui/config
so that UI can use it.Response json
Testing
^ Add meaningful description above Read the Pull Request Guidelines for more information. In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed. In case of a new dependency, check compliance with the ASF 3rd Party License Policy. In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rst
or{issue_number}.significant.rst
, in newsfragments.