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
str

The tenant id of the Microsoft Fabric resource.

Default value: None
artifact_id
str

The artifact id of the Microsoft Fabric resource.

Default value: None
database_name
str

The name of the database to which data will be ingested.

Default value: None
ingestion_uri
str

The ingestion uri of the Microsoft Fabric resource.

Default value: None
name
str

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
str

The tenant id of the Microsoft Fabric resource.

artifact_id
str

The artifact id of the Microsoft Fabric resource.

database_name
str

The name of the database to which data will be ingested.

ingestion_uri
str

The ingestion uri of the Microsoft Fabric resource.

name
str

A friendly name for the destination. This name should be unique across all destinations (regardless of type) within the data collection rule.