Datagraph
Create a datagraph schema
POST
Create a datagraph schema
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
application/json
Previous
Validate a datagraph schema and analyse the relevance of its joinsValidate a datagraph schema and analyse the relevance of its joins
Performs two steps:
1. Structural validation of the schema (duplicate tables, unknown relation targets, column constraints, …).
2. 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.
Next
Create a datagraph schema