ephraimbuddy commented on a change in pull request #16823:
URL: https://github.com/apache/airflow/pull/16823#discussion_r664837950
##########
File path: airflow/serialization/schema.json
##########
@@ -161,6 +161,7 @@
"weight_rule": { "type": "string" },
"executor_config": { "$ref": "#/definitions/dict" },
"do_xcom_push": { "type": "boolean" },
+ "xcom_key": { "type": "string" },
Review comment:
I think that we need it since it's an additional field in the base
operator. It's actually a test failure that pointed me to it
--
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]