truonglac2603 commented on issue #39184:
URL: https://github.com/apache/airflow/issues/39184#issuecomment-2074475028

   Here's logs when i run a DBT project with KubernetesPodOperator.
   
   > [2024-04-24, 08:53:35 UTC] {pod_manager.py:718} INFO - Checking if xcom 
sidecar container is started.
   > [2024-04-24, 08:53:35 UTC] {pod_manager.py:721} INFO - The xcom sidecar 
container is started.
   > [2024-04-24, 08:53:35 UTC] {pod_manager.py:798} INFO - Running command... 
if [ -s /***/xcom/return.json ]; then cat /***/xcom/return.json; else echo 
__***_xcom_result_empty__; fi
   > [2024-04-24, 08:53:35 UTC] {pod_manager.py:798} INFO - Running command... 
kill -s SIGINT 1
   > [2024-04-24, 08:53:36 UTC] {pod.py:559} INFO - xcom result file is empty.
   
   Seems like it handle empty Xcom like a charm. Should SparkKubernetesOperator 
work the same as this one?


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