Has anybody mocked a Snowflake query using the pre...
# ask-community
m
Has anybody mocked a Snowflake query using the prefect-snowflake library?
n
in the tests for the prefect-snowflake collection itself, we basically just assert that the user provided values are passed correctly to the
snowflake.connector
SDK by our implementation, we don't mock the actual network call
m
Thanks, this code helped me figure it out!!
n
👍