Skip to content

Commit b0fb9b2

Browse files
omadpjonsson
authored andcommitted
Remove unused has_schema() function
1 parent 8eb1e38 commit b0fb9b2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

cubedash/summary/_schema.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@
1111
REF_TABLE_METADATA = MetaData(schema=CUBEDASH_SCHEMA)
1212

1313

14-
def has_schema(conn: Connection) -> bool:
15-
"""
16-
Does the cubedash schema already exist?
17-
"""
18-
return conn.dialect.has_schema(conn, CUBEDASH_SCHEMA)
19-
20-
2114
def is_compatible_schema(
2215
conn: Connection, odc_table_name: str, generate: bool = False
2316
) -> bool:

0 commit comments

Comments
 (0)