Lee-W commented on code in PR #62463:
URL: https://github.com/apache/airflow/pull/62463#discussion_r2851984455
##########
airflow-core/src/airflow/jobs/scheduler_job_runner.py:
##########
Review Comment:
```suggestion
```
##########
airflow-core/src/airflow/cli/commands/dag_command.py:
##########
@@ -320,6 +320,9 @@ def dag_next_execution(args) -> None:
"""
from airflow.models.serialized_dag import SerializedDagModel
+ if args.table and args.field:
+ raise SystemExit("Cannot use --table and --field together")
Review Comment:
I'm a bit surprised we don't support mutually exclusive by default, and
noticed the messages are quite different for such cases. not something we
should change in the PR though
--
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]