vincbeck commented on code in PR #31135:
URL: https://github.com/apache/airflow/pull/31135#discussion_r1187915910
##########
airflow/cli/commands/dag_command.py:
##########
@@ -272,7 +272,7 @@ def dag_state(args, session: Session = NEW_SESSION) -> None:
>>> airflow dags state tutorial 2015-01-01T00:00:00.000000
running
>>> airflow dags state a_dag_with_conf_passed 2015-01-01T00:00:00.000000
- failed, {"name": "bob", "age": "42"}
+ failed, {"name": "bob", "age": "42"}.
Review Comment:
Good catch! I fixed it. I also went through all the changes and double
checked them. It looks good
--
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]