uranusjr commented on code in PR #43902:
URL: https://github.com/apache/airflow/pull/43902#discussion_r1841694474
##########
tests/api_connexion/schemas/test_dag_run_schema.py:
##########
@@ -129,13 +128,13 @@ def test_deserialize(self, serialized_dagrun,
expected_result):
assert result == expected_result
def test_autofill_fields(self):
- """Dag_run_id and execution_date fields are autogenerated if missing"""
+ """Dag_run_id fields are autogenerated if missing"""
Review Comment:
```suggestion
"""Dag_run_id and logical_date fields are autogenerated if missing"""
```
--
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]