AdfLinkedservice

class pyatlan.model.assets.AdfLinkedservice(*, typeName: str = 'AdfLinkedservice', attributes: AdfLinkedservice.Attributes = None, businessAttributes: Dict[str, Any] | None = None, createdBy: str | None = None, createTime: int | None = None, deleteHandler: str | None = None, guid: str = None, isIncomplete: bool | None = None, labels: List[str] | None = None, relationshipAttributes: RelationshipAttributes | Dict[str, Any] | None = None, status: EntityStatus | None = None, updatedBy: str | None = None, updateTime: int | None = None, version: int | None = None, classifications: List[AtlanTag] | None = None, classificationNames: List[str] | None = None, displayText: str | None = None, entityStatus: str | None = None, relationshipGuid: str | None = None, relationshipStatus: str | None = None, relationshipType: str | None = None, meaningNames: List[str] | None = None, meanings: List[Meaning] | None = None, customAttributes: Dict[str, Any] | None = None, scrubbed: bool | None = None, pendingTasks: List[str] | None = None, uniqueAttributes: Dict[str, Any] | None = None, appendRelationshipAttributes: Dict[str, Any] | None = None, removeRelationshipAttributes: Dict[str, Any] | None = None, addOrUpdateClassifications: List[AtlanTag] | None = None, removeClassifications: List[AtlanTag] | None = None, semantic: SaveSemantic | None = None, depth: int | None = None, immediateUpstream: List[LineageRef] | None = None, immediateDownstream: List[LineageRef] | None = None)[source]

Description

ADF_ACTIVITIES: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>

TBC

ADF_DATAFLOWS: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>

TBC

ADF_DATASETS: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>

TBC

ADF_LINKEDSERVICE_ACCOUNT_NAME: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>

Defines the name of the account used in the cosmos linked service.

ADF_LINKEDSERVICE_ANNOTATIONS: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>

The list of annotation assigned to a linked service.

ADF_LINKEDSERVICE_AZURE_CLOUD_TYPE: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>

Defines the type of cloud being used in the ADLS linked service.

ADF_LINKEDSERVICE_CLUSTER_ID: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>

Defines the cluster id in the Azure databricks delta lake linked service.

ADF_LINKEDSERVICE_CREDENTIAL_TYPE: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>

Defines the type of credential, authentication being used in the ADLS, snowflake, azure sql linked service.

ADF_LINKEDSERVICE_DATABASE_NAME: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>

Defines the name of the database used in the cosmos, snowflake linked service.

ADF_LINKEDSERVICE_DOMAIN_ENDPOINT: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>

Defines the url, domain, account_identifier, server in the ADLS, Azure databricks delta lake, snowflake, azure sql linked service.

ADF_LINKEDSERVICE_RESOURCE_ID: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>

Defines the resource id in the Azure databricks delta lake linked service.

ADF_LINKEDSERVICE_ROLE_NAME: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>

Defines the name of the role in the snowflake linked service.

ADF_LINKEDSERVICE_TENANT: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>

Defines the tenant of cloud being used in the ADLS linked service.

ADF_LINKEDSERVICE_TYPE: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>

Defines the type of the linked service.

ADF_LINKEDSERVICE_USER_NAME: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>

Defines the name of the db user in the snowflake linked service.

ADF_LINKEDSERVICE_VERSION: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>

Defines the version of the linked service in the cosmos linked service.

ADF_LINKEDSERVICE_VERSION_ABOVE: ClassVar[BooleanField] = <pyatlan.model.fields.atlan_fields.BooleanField object>

Indicates whether the service version is above 3.2 or not in the cosmos linked service.

ADF_LINKEDSERVICE_WAREHOUSE_NAME: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>

Defines the name of the warehouse in the snowflake linked service.

ADF_PIPELINES: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>

TBC