MicrosoftFabricDestination Class
Microsoft Fabric destination (non-Azure).
Constructor
MicrosoftFabricDestination(*, tenant_id: str | None = None, artifact_id: str | None = None, database_name: str | None = None, ingestion_uri: str | None = None, name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
tenant_id
|
The tenant id of the Microsoft Fabric resource. Default value: None
|
|
artifact_id
|
The artifact id of the Microsoft Fabric resource. Default value: None
|
|
database_name
|
The name of the database to which data will be ingested. Default value: None
|
|
ingestion_uri
|
The ingestion uri of the Microsoft Fabric resource. Default value: None
|
|
name
|
A friendly name for the destination. This name should be unique across all destinations (regardless of type) within the data collection rule. Default value: None
|
Variables
| Name | Description |
|---|---|
|
tenant_id
|
The tenant id of the Microsoft Fabric resource. |
|
artifact_id
|
The artifact id of the Microsoft Fabric resource. |
|
database_name
|
The name of the database to which data will be ingested. |
|
ingestion_uri
|
The ingestion uri of the Microsoft Fabric resource. |
|
name
|
A friendly name for the destination. This name should be unique across all destinations (regardless of type) within the data collection rule. |