https://prefect.io logo
Title
b

Brian Mesick

10/25/2019, 5:44 PM
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

Chris White

10/25/2019, 5:50 PM
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

Brian Mesick

10/25/2019, 5:51 PM
Sure thing, just wanted to make sure I wasn't missing something obvious.
👍 1
j

Jeremiah

10/25/2019, 5:54 PM
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

Brian Mesick

10/25/2019, 5:55 PM
This signature doesn't seem to have changed going back to at least 1.3.8
m

Mark McDonald

10/26/2019, 7:29 PM