Hi folks. I'm trying out Prefect and running some ...
# prefect-community
b
Hi folks. I'm trying out Prefect and running some pretty basic flows to get a feel for how development works. I'm curious if anyone is actually using the Snowflake task as it seems to have a bug that I would expect to render it unusable.
Changing that line to
executed = cursor.execute(query, params=data)
did work for me, however.
c
Hi Brian, this task was contributed by a user who presumably was using it; that being said, I see the bug and we’d definitely appreciate a PR which fixes it!
b
Sure thing, just wanted to make sure I wasn't missing something obvious.
👍 1
j
It looks like the Python Snowflake library had a 2.0 release a couple weeks ago - this could be a breaking change it introduced
b
This signature doesn't seem to have changed going back to at least 1.3.8
m