aws-sdk-pandas
aws-sdk-pandas copied to clipboard
Get column parameters
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="...")
Thanks for opening, #2814 should sort it out
Thank you, and thanks for adding to create_table as well :-)