コマンドオプションサンプル:aws glue get-partitions

コマンドサンプルを検索した結果です。

テーブル内のパーティションに関する情報を取得します。 詳細は次のリンクを参照してください。 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 のオプション一覧