Skip to content

Commit

Permalink
Update constants references
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jvasquezrojas committed Sep 25, 2024
1 parent ac9fe8d commit 7a95bb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/snowflake/sqlalchemy/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
from sqlalchemy.sql.elements import quoted_name
from sqlalchemy.sql.selectable import Lateral, SelectState

from snowflake.sqlalchemy._constants import DIALECT_NAME
from snowflake.sqlalchemy.compat import IS_VERSION_20, args_reducer, string_types
from snowflake.sqlalchemy.constants import DIALECT_NAME
from snowflake.sqlalchemy.custom_commands import (
AWSBucket,
AzureContainer,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from sqlalchemy.sql.base import SchemaEventTarget
from sqlalchemy.sql.schema import SchemaItem, Table

from snowflake.sqlalchemy.constants import DIALECT_NAME
from snowflake.sqlalchemy._constants import DIALECT_NAME

from .table_option_base import TableOptionBase

Expand Down

0 comments on commit 7a95bb4

Please sign in to comment.