/api/v1/rebuilds/tables/single-table/queue

Rebuild a single table based on the absolute path to the table. This queues a rebuild, and provides a workflow id and sample status url to check the status of the indexing.

Due to database quoting, table and schema names are case sensitive.

{
    "sourceId": 2,
    "schemaName": "TEST_DATABASE.PUBLIC",
    "tableName": "TEST_INDEX_TABLE"
}
{
    "workflowV2Id": {
        "workflowId": "index-table|source=2|schemaHash=765889933|tableHash=-1910221792",
        "runId": "52eb81b4-4f31-47a4-a2f4-3d04adda3942"
    },
    "statusurl": "<bigeyeUrl>/api/v2/workflows/status/index-table%7Csource=2%7CschemaHash=765889933%7CtableHash=-1910221792/52eb81b4-4f31-47a4-a2f4-3d04adda3942"
}
Language
Authorization
:
Click Try It! to start a request and see the response here!