Convert an Excel asset to an Athena sheet
Convert an uploaded Excel (.xlsx) asset into a new, editable Athena sheet asset — the same conversion the Athena UI performs. The new sheet is created alongside the source Excel asset. Pass run_async for large workbooks to get the sheet immediately and poll athena_metadata.conversionStatus for completion.
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
ID of the Excel (.xlsx) asset to convert into an Athena sheet
Optional password used to decrypt a password-protected workbook. Password-protected workbooks always convert on the ‘legacy’ engine.
Return the sheet asset immediately and convert in the background. Large workbooks outlive the gateway’s ~60s response window on the synchronous path — with run_async the caller polls athena_metadata.conversionStatus (‘converting’ | ‘completed’ | ‘failed’, with conversionError on failure) instead.
Engine for the converted sheet (‘rnc’ | ‘legacy’). Defaults to the deployment’s default engine.
Response
Conversion status for background (run_async) conversions: ‘converting’ immediately after the request. Poll the asset’s athena_metadata.conversionStatus for ‘completed’ | ‘failed’. Null for synchronous conversions, which have already completed.
