aito.client.AitoClient.rename_table

AitoClient.rename_table(old_name: str, new_name: str, replace: bool = False)

rename a table

Parameters
  • old_name (str) – the name of the table to be renamed

  • new_name (str) – the new name of the table

  • replace (bool, optional) – replace an existing table of which name is the new name, defaults to False