ibis.impala.api.ImpalaTable.load_data¶
-
ImpalaTable.
load_data
(path, overwrite=False, partition=None)¶ Wraps the LOAD DATA DDL statement. Loads data into an Impala table by physically moving data files.
Parameters: path : string
overwrite : boolean, default False
Overwrite the existing data in the entire table or indicated partition
partition : dict, optional
If specified, the partition must already exist
Returns: query : ImpalaQuery