This project has retired. For details please refer to its Attic page.
Lens Server: XPartitionList

XPartitionList Data Type

Properties
name data type description
partition array of XPartition

Example

{
  "partition" : [ {
    "fact_or_dimension_table_name" : "...",
    "non_time_partition_spec" : {
      "part_spec_element" : [ { }, { } ]
    },
    "time_partition_spec" : {
      "part_spec_element" : [ { }, { } ]
    },
    "full_partition_spec" : {
      "part_spec_element" : [ { }, { } ]
    },
    "partition_parameters" : {
      "property" : [ { }, { } ]
    },
    "serde_parameters" : {
      "property" : [ { }, { } ]
    }
  }, {
    "fact_or_dimension_table_name" : "...",
    "non_time_partition_spec" : {
      "part_spec_element" : [ { }, { } ]
    },
    "time_partition_spec" : {
      "part_spec_element" : [ { }, { } ]
    },
    "full_partition_spec" : {
      "part_spec_element" : [ { }, { } ]
    },
    "partition_parameters" : {
      "property" : [ { }, { } ]
    },
    "serde_parameters" : {
      "property" : [ { }, { } ]
    }
  } ]
}