Skip to content

Instantly share code, notes, and snippets.

@tthyer
Created December 16, 2022 14:50
Show Gist options
  • Save tthyer/29511c73eb8fa9d4fa9262e619f35504 to your computer and use it in GitHub Desktop.
Save tthyer/29511c73eb8fa9d4fa9262e619f35504 to your computer and use it in GitHub Desktop.
get list of glue columns
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