You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/12/16 22:29:36 UTC

[GitHub] [airflow] ephraimbuddy commented on issue #20309: Task exited with return code Negsignal.SIGSEGV

ephraimbuddy commented on issue #20309:
URL: https://github.com/apache/airflow/issues/20309#issuecomment-996243173


   What you want to do is best suited for a snowflake provider.
   
   Here you're making a request which you don't have control over.  Worst is, you can't get logging for the snowflake execution.
   
    Python operator tasks should not be used to connect to external systems as well as run another process.
   
   This problem is like running curl command inside a python operator using os.popen. You won't get logs for the command and we can't control the created subprocess.
   
   I won't class this as bug. Use snowflake provider instead


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org