Dataflow
Properties
| Property | Type | Attributes | Description |
|---|---|---|---|
displayName | string | Required | The item display name |
workspaceId | string | Required, Identifier | The containing Fabric workspace ID |
definition | FabricItemDefinition | The item definition | |
description | string | The item description | |
folderId | string | The folder that contains the item | |
id | string | Read-only, Identifier | The Fabric item ID |
tags | string[] | The IDs of the tags applied to the item. Tags applied outside of Bicep are left untouched when this is not set. | |
type | string | Read-only | The Fabric item type |
FabricItemDefinition
| Property | Type | Attributes | Description |
|---|---|---|---|
parts | FabricItemDefinitionPart[] | Required | The item definition parts |
format | string | The definition format |
FabricItemDefinitionPart
| Property | Type | Attributes | Description |
|---|---|---|---|
path | string | Required | The definition part path |
payload | string | Required | The base64-encoded definition part payload |