ashb commented on a change in pull request #16678:
URL: https://github.com/apache/airflow/pull/16678#discussion_r659728583
##########
File path: tests/serialization/test_dag_serialization.py
##########
@@ -135,7 +136,7 @@
'label': 'custom_task',
},
],
- "timezone": "UTC",
+ "schedule_timezone": "UTC",
Review comment:
Okay, so now we come to an interesting problem that we, so far, have not
had to deal with.
We need to be able to continue to parse "old" serialized versions, so this
might be easiest to _not_ change the field name, and in the serialized
representation keep it called `timezone`, but just upgrade the type to allow it
to become int or string.
--
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]