Skip to content

Commit 3e22c6c

Browse files
change to valid table name
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent dae15e3 commit 3e22c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/experimental/tests/test_sea_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def test_sea_metadata():
7474
f"Fetching columns for catalog '{catalog}', schema 'default', table 'information_schema'..."
7575
)
7676
cursor.columns(
77-
catalog_name=catalog, schema_name="default", table_name="information_schema"
77+
catalog_name=catalog, schema_name="default", table_name="customer"
7878
)
7979
logger.info("Successfully fetched columns")
8080

0 commit comments

Comments
 (0)