Skip to content

Commit

Permalink
SnowflakeSQLExecutionError
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-gbloom committed Aug 27, 2024
1 parent 6a76188 commit 54e31de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/nativeapp/test_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
)
from snowflake.cli._plugins.nativeapp.manager import (
NativeAppManager,
SnowflakeSQLExecutionError,
)
from snowflake.cli._plugins.stage.diff import (
DiffResult,
Expand All @@ -51,6 +50,7 @@
ensure_correct_owner,
)
from snowflake.cli.api.errno import DOES_NOT_EXIST_OR_NOT_AUTHORIZED
from snowflake.cli.api.exceptions import SnowflakeSQLExecutionError
from snowflake.cli.api.project.definition_manager import DefinitionManager
from snowflake.connector import ProgrammingError
from snowflake.connector.cursor import DictCursor
Expand Down

0 comments on commit 54e31de

Please sign in to comment.