Hi, may I know where the `dagster-snowflake` sourc...
# integration-snowflake
h
Hi, may I know where the
dagster-snowflake
source code is? I found a bug in the Snowflake IO manager
🤖 1
To be specific, one of the imports in
snowflake_io_manager.py
is incorrect. It should be
Copy code
from sqlalchemy.exc import ProgrammingError
h
Thanks! I’ve created a PR https://github.com/dagster-io/dagster/pull/12576