Created
December 16, 2022 14:50
-
-
Save tthyer/29511c73eb8fa9d4fa9262e619f35504 to your computer and use it in GitHub Desktop.
get list of glue columns
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aws glue get-table --database-name $DBNAME --name TABLENAME | jq -r '.Table.StorageDescriptor.Columns[].Name' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment