feluelle commented on a change in pull request #6726: [AIRFLOW-6170] BranchPythonOperator does not do XCom push of returned value URL: https://github.com/apache/airflow/pull/6726#discussion_r357056509
########## File path: UPDATING.md ########## @@ -46,6 +46,10 @@ assists users migrating to a new version. This option has been removed because it is no longer supported by the Google Kubernetes Engine. The new recommended service account keys for the Google Cloud Platform management method is [Workload Identity](https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity). +### BranchPythonOperator has a return value +`BranchPythonOperator` will now return a value equal to the `task_id` of the chosen branch, +where previously it returned None. Since it inherets from BaseOperator it will do an Review comment: ```suggestion where previously it returned None. Since it inherits from BaseOperator it will do an ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
