Closed
Description
Is your idea related to a problem? Please describe.
Linked to #2810 , The api for glue columns includes Parameters. However none of the aws-sdk-pandas functions allows you to get the column Parameters so we have to resort to boto3 get_table.
Describe the solution you'd like
Create new function similar to get_column_comments but for parameters:
import awswrangler as wr
pars = wr.catalog.get_columns_parameters(database="...", table="...")