Skip to content

Commit 641c09b

Browse files
change table name in log
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 52e3088 commit 641c09b

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
@@ -71,7 +71,7 @@ def test_sea_metadata():
7171
# Test columns for a specific table
7272
# Using a common table that should exist in most environments
7373
logger.info(
74-
f"Fetching columns for catalog '{catalog}', schema 'default', table 'information_schema'..."
74+
f"Fetching columns for catalog '{catalog}', schema 'default', table 'customer'..."
7575
)
7676
cursor.columns(
7777
catalog_name=catalog, schema_name="default", table_name="customer"

0 commit comments

Comments
 (0)