ibis.impala.api.ImpalaTable.alter¶
-
ImpalaTable.
alter
(location=None, format=None, tbl_properties=None, serde_properties=None)¶ Change setting and parameters of the table.
Parameters: - location : string, optional
For partitioned tables, you may want the alter_partition function
- format : string, optional
- tbl_properties : dict, optional
- serde_properties : dict, optional
Returns: - None (for now)