uranusjr commented on a change in pull request #17414:
URL: https://github.com/apache/airflow/pull/17414#discussion_r698310604
##########
File path: tests/serialization/test_dag_serialization.py
##########
@@ -137,6 +137,11 @@
'label': 'custom_task',
},
],
+ "schedule_interval": {"__type": "timedelta", "__var": 86400.0},
+ "timetable": {
+ "type": "airflow.timetables.interval.DeltaDataIntervalTimetable",
+ "value": {"delta": 86400.0},
+ },
Review comment:
They are both included because I don’t know how to do conditional field
inclusion 😆
--
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]