You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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="...")
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: