Creating and Managing Meshes
Meshes
When to Use Data Meshes
Creating a Data Mesh
API Request
Request Body:
{
"entity": {
"name": "Mesh Example",
"entity_type": "mesh",
"label": "TME",
"description": "This is an example for a Mesh",
"purpose": "Enterprise data organization and governance",
"assignees": [
{
"email": "[email protected]",
"full_name": "Mesh Administrator",
"role": "Role"
}
],
"security_policy": [
"statement_1"
]
},
"entity_info": {
"owner": "[email protected]",
"contact_ids": [
"Mesh Support Contact"
],
"links": []
}
}Required Headers
Key Fields Explanation
Response
Python Example
Managing Existing Data Meshes
Best Practices
Last updated