[
https://issues.apache.org/jira/browse/AIRFLOW-6557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020285#comment-17020285
]
ASF subversion and git services commented on AIRFLOW-6557:
----------------------------------------------------------
Commit 158e3ec4b5b64512a5477d339109c62359c3f17f in airflow's branch
refs/heads/v1-10-test from Jarek Potiuk
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=158e3ec ]
[AIRFLOW-6557] Add test for newly added fields in BaseOperator (#7162)
Adding new field in BaseOperator requires some manual updates
in serialization code. This test detects new fields and informs
what should be done in case new field is added.
(cherry picked from commit 5abce471e0690c6b8d06ca25685b0845c5fd270f)
> Warn if new fields are added to BaseOperator (for serialization)
> ----------------------------------------------------------------
>
> Key: AIRFLOW-6557
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6557
> Project: Apache Airflow
> Issue Type: Improvement
> Components: serialization, tests
> Affects Versions: 2.0.0
> Reporter: Jarek Potiuk
> Priority: Major
> Fix For: 1.10.8
>
>
> There should be an automated tests that tells people what to do in case they
> add field in BaseOperator. The test should fail and explain how serialisation
> should be updated.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)