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

XPartition Data Type

Properties
name data type description
fact_or_dimension_table_name string
non_time_partition_spec XPartSpec
time_partition_spec XTimePartSpec
full_partition_spec XPartSpec
partition_parameters XProperties
serde_parameters XProperties

Example

{
  "fact_or_dimension_table_name" : "...",
  "non_time_partition_spec" : {
    "part_spec_element" : [ {
      "key" : "...",
      "value" : "..."
    }, {
      "key" : "...",
      "value" : "..."
    } ]
  },
  "time_partition_spec" : {
    "part_spec_element" : [ {
      "value" : 12345,
      "key" : "..."
    }, {
      "value" : 12345,
      "key" : "..."
    } ]
  },
  "full_partition_spec" : {
    "part_spec_element" : [ {
      "key" : "...",
      "value" : "..."
    }, {
      "key" : "...",
      "value" : "..."
    } ]
  },
  "partition_parameters" : {
    "property" : [ {
      "name" : "...",
      "value" : "..."
    }, {
      "name" : "...",
      "value" : "..."
    } ]
  },
  "serde_parameters" : {
    "property" : [ {
      "name" : "...",
      "value" : "..."
    }, {
      "name" : "...",
      "value" : "..."
    } ]
  }
}