coopergillan commented on a change in pull request #10222:
URL: https://github.com/apache/airflow/pull/10222#discussion_r467125875
##########
File path: airflow/providers/google/cloud/operators/mlengine.py
##########
@@ -1057,6 +1069,9 @@ def execute(self, context):
self.log.info('MLEngine Training job request is: %s',
training_request)
return
+ if self._labels:
+ training_request['trainingInput']['labels'] = self._labels
Review comment:
Thanks for the links. I will take a look and come back with some changes.
----------------------------------------------------------------
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]