Validate Data Flow
Validates a provided data query against an existing data flow, returning a list of errors caused by incompatibilities or mis-configuration of the query, the data flow, or any sources that are used as part of the data flow.
Note that this does not update any schemas, such as connection tables, so users may need to use the appropriate endpoint to update those schemas to the latest version before validation.
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.

