links
Add a new link
Create a new link between two dataset columns.
POST
Authorizations
Use a Bearer token for authentication. Submit the token using the Authorization
header: Authorization: Bearer <token>.
Body
application/json
Example:
{
"username": "johndoe",
"namespace": "cinematography",
"dataset": "movies",
"columnName": "director"
}
Example:
{
"username": "janedoe",
"namespace": "entertainment",
"dataset": "films",
"columnName": "director_name"
}
Type of match to create between the columns.
Available options:
ExactMatch, GeoMatch Example:
"ExactMatch"
Flexible options map for match configuration.
- Option 1
- Option 2
Response
Link existed, no creation required.