Open nszoni opened 1 month ago
hi @nszoni - thank you for the issue! we'll take a look at this
Hi @zzstoatzz checking if this is going to be picked up soon or we need to think of workarounds to move ahead!:)
We've also come across this issue, and it's stopping us from being able to use the snowflake connector to query snowflake
Bug summary
Hi!
I was following the official guide to allow Prefect reading/writing from/to Snowflake.
I have setup the necessary credentials and blocks in Prefect.
I was using the
Sync
example in the documentation to test if it's working and while it did write the test data, I was unable to fetch it back:The flow:
What it returns on the fetch_many task:
I did some digging in the source code but haven't noticed anything which could have caused this. Seems like instead of stripping the SQL operation from unwanted characters, it tries to do it on the cursor object.
Version info (
prefect version
output)Additional context
No response