| 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" : [ { }, { } ]
}
} ]
}