v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14100708545.5 KB

Updates a configured table.

patch/configuredTables/{configuredTableIdentifier}

Path parameters

configuredTableIdentifierstring required

The identifier for the configured table to update. Currently accepts the configured table ID.

Request body

namestring

A new name for the configured table.

descriptionstring

A new description for the configured table.

allowedColumnsColumnName[]

The columns of the underlying table that can be used by collaborations or analysis rules.

analysisMethod'DIRECT_QUERY' | 'DIRECT_JOB' | 'MULTIPLE'
<p> The analysis method for the configured table.</p> <p> <code>DIRECT_QUERY</code> allows SQL queries to be run directly on this table.</p> <p> <code>DIRECT_JOB</code> allows PySpark jobs to be run directly on this table.</p> <p> <code>MULTIPLE</code> allows both SQL queries and PySpark jobs to be run directly on this table.</p>
selectedAnalysisMethodsSelectedAnalysisMethod[]

The selected analysis methods for the table configuration update.

Response

Success