https://prefect.io logo
m

Matt Monacelli

07/20/2023, 10:37 PM
Has anybody mocked a Snowflake query using the prefect-snowflake library?
n

Nate

07/20/2023, 10:51 PM
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

Matt Monacelli

07/21/2023, 12:21 AM
Thanks, this code helped me figure it out!!
n

Nate

07/21/2023, 12:30 AM
👍