perry2of5 commented on PR #41142: URL: https://github.com/apache/airflow/pull/41142#issuecomment-2265794209
This will be opt-in. It does not change the default logic or response at all. The way the docker operator works, if you pass xcom_all = False only the last line to standard out is placed in XCOM, but if xcom_all=True then all of standard out is put in XCOM. In this PR, I use the same logic as the docker operator but default the argument to NONE. If xcom_all is NONE, then nothing is put in XCOM. Assuming people don't set xcom_all, then this is a no-op (well, one if runs). Message ID: ***@***.***> -- 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]
