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 051e9f7 commit e25f429Copy full SHA for e25f429
awswrangler/catalog/_get.py
@@ -825,7 +825,7 @@ def get_columns_comments(
825
Examples
826
--------
827
>>> import awswrangler as wr
828
- >>> pars = wr.catalog.get_table_parameters(database="...", table="...")
+ >>> pars = wr.catalog.get_columns_comments(database="...", table="...")
829
830
"""
831
client_glue: boto3.client = _utils.client(service_name="glue", session=boto3_session)
0 commit comments