Do you know if it would be possible to convert the...
# prefect-community
s
Do you know if it would be possible to convert the snowflake_utils to work with the SnowflakeConnector block? I’ve had a try but I get invalid username/password although I’ve used the same block in snowflake_query without an issue
1
My main reason for wanting a DF is just because it returns a header even when the dataset is empty 😂 Perhaps something like a new function
snowflake_query_to_pandas
which instead of
fetchall
could return the result of
fetch_pandas_all
?
a