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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to