perry2of5 commented on code in PR #41142:
URL: https://github.com/apache/airflow/pull/41142#discussion_r1700929643


##########
airflow/providers/microsoft/azure/operators/container_instances.py:
##########
@@ -86,6 +86,12 @@ class AzureContainerInstancesOperator(BaseOperator):
     :param container_timeout: max time allowed for the execution of
         the container instance.
     :param tags: azure tags as dict of str:str
+    :param xcom_all: Control if logs are pushed to XCOM similarly to how 
DockerOperator does.

Review Comment:
   I'm not sure what that means. 
   
   To me, as an Airflow newbie, it seemed reasonable to provide the same 
behavior as the bash operator and the docker operator. I didn't want to mess 
with the existing return_value, so I put it under logs, but fundamentally I'm 
trying to get a return value out of the last line of the logs.
   
   How would "adding operator extra link to remote resource" help? Or can you 
point me to an example? I'm a bit confused as to what this would look like. 
Thanks!



-- 
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]

Reply via email to