mik-laj commented on pull request #9165:
URL: https://github.com/apache/airflow/pull/9165#issuecomment-640427194


   > About the KubernetesPodOperator, I haven't use It, my workflow is based on 
docker swarm. Can you describe the difference in behavior you mentioned earlier?
   
   In kubernetes, you must create a file and this file will be saved to xcom.
   ```
   mkdir -p /airflow/xcom/;echo '[1,2,3,4]' > /airflow/xcom/return.json
   ```
   In this way, the logs can still contain useful information for the developer.
   
   > Apart from that, there's one check that were not successful. I tried to 
read It, but don't seems related to my development (at least directly). Can you 
(or any other member reading It) confirm if It?
   
   Quarantine tests are in quarantine because they are flaky. Please ignore it. 
We want to fix them soon.


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


Reply via email to