ibobgunardi commented on PR #68014: URL: https://github.com/apache/airflow/pull/68014#issuecomment-4627783662
Thanks for the concrete notes. I pushed the follow-ups: - #68014 now updates the airflowctl e2e connection create/update commands to the positional form and the PR body calls out the breaking CLI change. - #67912 now preserves literal operation defaults when generating optional primitive CLI flags, so omitting `--limit` uses the operation default instead of passing `None`; the e2e command now omits `--limit`. - #68000 is closed in favor of #68014 to avoid the conflicting required-flag design. Local checks: - `python -m py_compile airflow-ctl\src\airflowctl\ctl\cli_config.py airflow-ctl\tests\airflow_ctl\ctl\test_cli_config.py airflow-ctl-tests\tests\airflowctl_tests\test_airflowctl_commands.py` - `PYTHONPATH='airflow-ctl\src;airflow-core\src' .\.venv\Scripts\python.exe -m pytest airflow-ctl\tests\airflow_ctl\ctl\test_cli_config.py airflow-ctl\tests\airflow_ctl\api\test_operations.py::TestTasksOperations -q --confcutdir=airflow-ctl\tests\airflow_ctl\ctl` -- 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]
