Datagraph
Validate a datagraph schema and analyse the relevance of its joins
Validate a datagraph schema and analyse the relevance of its joins
Performs two steps:
- Structural validation of the schema (duplicate tables, unknown relation targets, column constraints, …).
- For each relation declared in the schema, queries Pinot to measure how well the join keys overlap between the two datasources (distinct-value intersection score). The relation analysis is only executed when the schema is structurally valid.
POST
Validate a datagraph schema and analyse the relevance of its joins
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
application/json
Can be any value
Validate a datagraph schema and analyse the relevance of its joins