aws-sdk-pandas icon indicating copy to clipboard operation
aws-sdk-pandas copied to clipboard

Get column parameters

Open SoumayaMauthoorMOJ opened this issue 9 months ago • 2 comments

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="...")

SoumayaMauthoorMOJ avatar May 07 '24 16:05 SoumayaMauthoorMOJ

Thanks for opening, #2814 should sort it out

jaidisido avatar May 10 '24 16:05 jaidisido

Thank you, and thanks for adding to create_table as well :-)

SoumayaMauthoorMOJ avatar May 10 '24 18:05 SoumayaMauthoorMOJ