Skip to content

Commit

Permalink
[dagster-snowflake] Fix ProgrammingError import in snowflake_io_manag…
Browse files Browse the repository at this point in the history
…er (#12576)
  • Loading branch information
herbert-allium committed Feb 28, 2023
1 parent 14337e8 commit 116ec37
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -10,7 +10,7 @@
TablePartitionDimension,
TableSlice,
)
from snowflake.connector import ProgrammingError
from sqlalchemy.exc import ProgrammingError

from .resources import SnowflakeConnection

Expand Down

0 comments on commit 116ec37

Please sign in to comment.