v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14100708545.5 KB

Creates a new configured table resource.

post/configuredTables

Request body

namestring required

The name of the configured table.

descriptionstring

A description for the configured table.

allowedColumnsColumnName[] required

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

analysisMethod'DIRECT_QUERY' | 'DIRECT_JOB' | 'MULTIPLE' required
<p>The analysis method allowed for the configured tables.</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 analysis methods to enable for the configured table. When configured, you must specify at least two analysis methods.

tagsobject

Map of tags assigned to a resource

Response

Success