aito.api.initiate_upload_file

aito.api.initiate_upload_file(client: aito.client.aito_client.AitoClient, table_name: str) → Dict

Initial uploading a file to a table

Parameters
  • client (AitoClient) – the AitoClient instance

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

Returns

The details to execute the S3 upload and the upload session’s id

Return type

Dict