aito.client.AitoClient.copy_table

AitoClient.copy_table(table_name: str, copy_table_name: str, replace: bool = False)

copy a table

Parameters
  • table_name (str) – the name of the table to be copied

  • copy_table_name (str) – the name of the new copy table

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