We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8169575 commit 82fa773Copy full SHA for 82fa773
1 file changed
tests/integration/test_register_table.py
@@ -104,6 +104,7 @@ def test_register_table_existing_in_trino(
104
table_name = "register_table_trino"
105
identifier = f"{namespace}.{table_name}"
106
location = f"s3a://warehouse/{namespace}/{table_name}"
107
+ catalog.create_namespace_if_not_exists(namespace)
108
tbl = _create_table(catalog, identifier, 2, location)
109
assert catalog.table_exists(identifier=identifier)
110
assert table_name in inspect(trino_conn).get_table_names(schema=namespace)
0 commit comments