Table

Validate table config for a table

This API returns the table config that matches the one you get from 'GET /tables/{tableName}'. This allows us to validate table config before apply.

post/tables/validate

Query parameters

validationTypesToSkipstring

comma separated list of validation type(s) to skip. supported types: (ALL|TASK|UPSERT)

Response

successful operation

ObjectNode required

Changes