ibis.impala.api.ImpalaTable.add_partition¶
-
ImpalaTable.
add_partition
(spec, location=None)¶ Add a new table partition, creating any new directories in HDFS if necessary.
Partition parameters can be set in a single DDL statement, or you can use alter_partition to set them after the fact.
Returns: None (for now)