FabricItem Class

Don't worry about using the constructor to create an instance of this class. Fabric will automatically create it for you (as long as you follow the steps within Remarks).

Constructor

FabricItem(alias_name: str, endpoints: Dict[str, Dict[str, str]])

Parameters

Name Description
alias_name
Required
str

The alias for the data source being connected to, configured in the portal.

endpoints
Required

The different endpoints for the data source.

Methods

get_access_token

Get the access token for the Fabric item.

get_access_token

Get the access token for the Fabric item.

get_access_token() -> TokenCredential

Returns

Type Description
<xref:TokenCredential>

The access token.

Attributes

alias_name

endpoints