v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14100708545.5 KB

Executes the stored query of an intermediate table to materialize data into managed storage. With this operation, you can perform initial population and subsequent refreshes. Each call creates a new version. The returned analysis ID can be tracked using <code>GetProtectedQuery</code>. Only the intermediate table owner can call this operation.

post/memberships/{membershipIdentifier}/intermediateTables/{intermediateTableIdentifier}/populate

Path parameters

intermediateTableIdentifierstring required

The unique identifier of the intermediate table to populate.

membershipIdentifierstring required

The unique identifier of the membership that contains the intermediate table.

Request body

parametersobject

The runtime parameter values that override the defaults in the stored query.

analysisPayerAccountIdstring

The account ID of the member that pays for the analysis compute costs.

Response

Success

analysisIdstring required

The identifier for the protected query execution. Use this value with <code>GetProtectedQuery</code> to track the population progress.

analysisType'QUERY' required

The type of analysis performed to populate the intermediate table.

versionIdstring required

The unique identifier of the version created by this population operation.