Skip to content

Commit ae7ae9a

Browse files
committed
avoid name conflicts by renaming sqlglot module
1 parent 54bfe2a commit ae7ae9a

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/mimic_utils/transpile.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
# Apply transformation monkey patches
1313
# these modules are imported for their side effects
14-
from mimic_utils.sqlglot import postgres
15-
from mimic_utils.sqlglot import bigquery
16-
from mimic_utils.sqlglot import duckdb
14+
from mimic_utils.sqlglot_dialects import postgres
15+
from mimic_utils.sqlglot_dialects import bigquery
16+
from mimic_utils.sqlglot_dialects import duckdb
1717

1818
# sqlglot has a default convention that function names are upper-case
1919
_FUNCTION_MAPPING = {

0 commit comments

Comments
 (0)