We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e3088 commit 641c09bCopy full SHA for 641c09b
examples/experimental/tests/test_sea_metadata.py
@@ -71,7 +71,7 @@ def test_sea_metadata():
71
# Test columns for a specific table
72
# Using a common table that should exist in most environments
73
logger.info(
74
- f"Fetching columns for catalog '{catalog}', schema 'default', table 'information_schema'..."
+ f"Fetching columns for catalog '{catalog}', schema 'default', table 'customer'..."
75
)
76
cursor.columns(
77
catalog_name=catalog, schema_name="default", table_name="customer"
0 commit comments