aito.api.copy_table

aito.api.copy_table(client: aito.client.aito_client.AitoClient, table_name: str, copy_table_name: str, replace: bool = False)

copy a table

Note

requires the client to be setup with the READ-WRITE API key

Parameters
  • client (AitoClient) – the AitoClient instance

  • 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