Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Configure your Fabric items to appear in OneLake Catalog with proper categorization and DataHub support.
Configuration
Configure in your item's Item.json:
{
"name": "MyDataItem",
"displayName": "My Data Item",
"oneLakeCatalogCategory": ["Data", "Process"],
"supportedInDatahubL1": true
}
Categories
Each item can have up to 2 categories from:
Data: Data storage and managementInsight: Analytics and reportingProcess: Data processing and transformationSolution: Complete applicationsConfiguration: Setup and configurationOther: Items that don't fit other categories
{
"oneLakeCatalogCategory": ["Data"]
}
{
"oneLakeCatalogCategory": ["Process", "Insight"]
}
DataHub support
Enable DataHub L1 filtering:
{
"supportedInDatahubL1": true
}
Important notes
- No category specified: Items won't appear in OneLake Catalog
- Category limit: Maximum 2 categories per item
- DataHub integration: Enable
supportedInDatahubL1for data-related items