Skip to content

Get column parameters #2811

Closed
Closed
@SoumayaMauthoorMOJ

Description

@SoumayaMauthoorMOJ

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions