Command option Sample:aws glue get-partitions

Search command sample in the internet.It is the result.

Retrieves information about the partitions in a table.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/glue/get-partitions.html

aws glue get-partitions --database-name dbname --table-name twitter_partition
    Partition API - AWS Glue : http://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-catalog-partitions.html
aws glue get-partitions --database-name mydb --table-name mytable --expression "category=1 AND date=2018-08-30" --region us-west-2

    amazon web services - AWS Glue API not recognizing partitions with hyphen - Stack Overflow : http://stackoverflow.com/questions/52107015/aws-glue-api-not-recognizing-partitions-with-hyphen

aws のオプション一覧