Hello, I don't know if it's the best place for this beginner's question.
I've tried to use SnowflakeQuery task and I got
Copy code
NameError: name 'err' is not defined
when I run this line:
Copy code
from prefect.tasks.snowflake import SnowflakeQuery
It leads me to this file
Copy code
/src/prefect/tasks/snowflake/__init__.py
and this is the code from init.py that fails for me:
Copy code
try:
from prefect.tasks.snowflake.snowflake import (
SnowflakeQuery,
SnowflakeQueriesFromFile,
)
except ImportError:
raise ImportError(
'Using `prefect.tasks.snowflake` requires Prefect to be installed with the "snowflake" extra.'
) from err
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.