Validate Data Catalog Entry
Validates that the schema of the data catalog entry aligns with the schema of its source.
In the case of CONNECTION sourced data catalog entries the connection may need to be refreshed before running validate to ensure that the
most current schema of the remote data table is being validated against. This can be done by calling the Get Tables For Connection endpoint,
which will update all tables related to that connection.
Permissions
api.data-catalog-entries.read
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
Identifies the engagement that the resulting Data Table will be associated with.
The list of columns to retrieve from the data source.
1Optional filter to apply to the data retrieval. If not set, all rows are returned unfiltered.
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
- Option 8
- Option 9
- Option 10
- Option 11
- Option 12
- Option 13
- Option 14
- Option 15
- Option 16
- Option 17
- Option 18
- Option 19
- Option 20
Maximum number of rows to return. If not set, all matching rows are returned.
x >= 0Number of rows to skip before returning results. If not set, results start from the first row.
x >= 0Optional sort specification ordered by precedence. Remotes that support server-side sorting will apply it; remotes that don't will ignore it.

