This is an automated email from the ASF dual-hosted git repository.
msumit pushed a change to branch include_deferred_conf
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 3eb8d96b4b6 Merge branch 'main' into include_deferred_conf
add d9aa8a41f92 Don't allow passing include_deferred at all if global conf
is set to true/false
No new revisions were added by this update.
Summary of changes:
.../docs/administration-and-deployment/pools.rst | 6 +-
.../api_fastapi/core_api/datamodels/pools.py | 30 ++++---
.../api_fastapi/core_api/services/public/pools.py | 5 ++
.../src/airflow/cli/commands/pool_command.py | 29 +++---
.../src/airflow/config_templates/config.yml | 4 +-
.../src/airflow/ui/src/pages/Pools/PoolForm.tsx | 7 +-
.../src/airflow/ui/src/queries/useEditPool.ts | 5 +-
.../core_api/routes/public/test_pools.py | 100 +++++++++++++--------
.../tests/unit/cli/commands/test_pool_command.py | 41 +++++++--
9 files changed, 145 insertions(+), 82 deletions(-)