Creating and Managing Data Products
Data Products
Data Product Types
When to Use Data Products
Creating a Data Product
Step 1: Create Data Product
{
"entity": {
"name": "Customer Analytics Product",
"entity_type": "data_product",
"label": "CAP",
"description": "Processed customer data for analytics dashboard"
},
"entity_info": {
"owner": "[email protected]",
"contact_ids": ["Data Product contact"],
"links": ["example.com"]
},
"host_mesh_identifier": "mesh-id-here"
}Step 2: Define Schema
Step 3: Assign to Mesh (if not done during creation)
Python Functions
Schema Field Structure
Supported Column Types
Classification and Sensitivity Levels
Management Operations
Example Usage
SADP vs CADP Examples
Efficient Data Product Design
Last updated