fritz-astronomer opened a new issue, #29593:
URL: https://github.com/apache/airflow/issues/29593

   ### Apache Airflow Provider(s)
   
   snowflake
   
   ### Versions of Apache Airflow Providers
   
   4.0.3
   
   ### Apache Airflow version
   
   2.5.0
   
   ### Operating System
   
   docker/linux
   
   ### Deployment
   
   Astronomer
   
   ### Deployment details
   
   Normal Astro CLI
   
   ### What happened
   
   ```
   >>> SnowflakeOperator(
       ...,
       do_xcom_push=False
   ).execute()
   ERROR - Task failed with exception
   Traceback (most recent call last):
     File 
"/usr/local/lib/python3.9/site-packages/airflow/providers/common/sql/operators/sql.py",
 line 272, in execute
       return self._process_output([output], hook.descriptions)[-1]
     File 
"/usr/local/lib/python3.9/site-packages/airflow/providers/snowflake/operators/snowflake.py",
 line 118, in _process_output
       for row in result_list:
   TypeError: 'NoneType' object is not iterable
   ```
   
   ### What you think should happen instead
   
   XCom's should be able to be turned off
   
   ### How to reproduce
   
   _No response_
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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