Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get column parameters #2811

Closed
SoumayaMauthoorMOJ opened this issue May 7, 2024 · 2 comments · Fixed by #2814
Closed

Get column parameters #2811

SoumayaMauthoorMOJ opened this issue May 7, 2024 · 2 comments · Fixed by #2814
Labels
enhancement New feature or request

Comments

@SoumayaMauthoorMOJ
Copy link

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="...")
@jaidisido
Copy link
Contributor

Thanks for opening, #2814 should sort it out

@SoumayaMauthoorMOJ
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants