Bilješka
Pristup ovoj stranici zahtijeva provjeru vjerodostojnosti. Možete pokušati da se prijavite ili promijenite direktorije.
Pristup ovoj stranici zahtijeva provjeru vjerodostojnosti. Možete pokušati promijeniti direktorije.
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