Skip to content

Microsoft BI

Fabric

pyatlan.model.assets.core.fabric.Fabric(__pydantic_self__, **data: Any)

Bases: BI

Description

Source code in pyatlan/model/assets/core/referenceable.py
def __init__(__pydantic_self__, **data: Any) -> None:
    super().__init__(**data)
    __pydantic_self__.__fields_set__.update(["attributes", "type_name"])

Attributes

FABRIC_COLUMN_COUNT: NumericField = NumericField('fabricColumnCount', 'fabricColumnCount') class-attribute

Number of columns in this asset.

FABRIC_DATA_TYPE: KeywordField = KeywordField('fabricDataType', 'fabricDataType') class-attribute

Data type of this asset.

FABRIC_ORDINAL: NumericField = NumericField('fabricOrdinal', 'fabricOrdinal') class-attribute

Order/position of this asset within its parent.

FabricActivity

pyatlan.model.assets.core.fabric_activity.FabricActivity(__pydantic_self__, **data: Any)

Bases: Fabric

Description

Source code in pyatlan/model/assets/core/referenceable.py
def __init__(__pydantic_self__, **data: Any) -> None:
    super().__init__(**data)
    __pydantic_self__.__fields_set__.update(["attributes", "type_name"])

Attributes

FABRIC_ACTIVITY_TYPE: KeywordField = KeywordField('fabricActivityType', 'fabricActivityType') class-attribute

Type of activity.

FABRIC_DATA_PIPELINE: RelationField = RelationField('fabricDataPipeline') class-attribute

TBC

FABRIC_DATA_PIPELINE_QUALIFIED_NAME: KeywordField = KeywordField('fabricDataPipelineQualifiedName', 'fabricDataPipelineQualifiedName') class-attribute

Unique name of the Fabric data pipeline that contains this asset.

FABRIC_PROCESS: RelationField = RelationField('fabricProcess') class-attribute

TBC

FabricDashboard

pyatlan.model.assets.core.fabric_dashboard.FabricDashboard(__pydantic_self__, **data: Any)

Bases: Fabric

Description

Source code in pyatlan/model/assets/core/referenceable.py
def __init__(__pydantic_self__, **data: Any) -> None:
    super().__init__(**data)
    __pydantic_self__.__fields_set__.update(["attributes", "type_name"])

Attributes

FABRIC_WORKSPACE: RelationField = RelationField('fabricWorkspace') class-attribute

TBC

FabricDataPipeline

pyatlan.model.assets.core.fabric_data_pipeline.FabricDataPipeline(__pydantic_self__, **data: Any)

Bases: Fabric

Description

Source code in pyatlan/model/assets/core/referenceable.py
def __init__(__pydantic_self__, **data: Any) -> None:
    super().__init__(**data)
    __pydantic_self__.__fields_set__.update(["attributes", "type_name"])

Attributes

FABRIC_ACTIVITIES: RelationField = RelationField('fabricActivities') class-attribute

TBC

FABRIC_WORKSPACE: RelationField = RelationField('fabricWorkspace') class-attribute

TBC

FabricDataflow

pyatlan.model.assets.core.fabric_dataflow.FabricDataflow(__pydantic_self__, **data: Any)

Bases: Fabric

Description

Source code in pyatlan/model/assets/core/referenceable.py
def __init__(__pydantic_self__, **data: Any) -> None:
    super().__init__(**data)
    __pydantic_self__.__fields_set__.update(["attributes", "type_name"])

Attributes

FABRIC_DATAFLOW_ENTITY_COLUMNS: RelationField = RelationField('fabricDataflowEntityColumns') class-attribute

TBC

FABRIC_WORKSPACE: RelationField = RelationField('fabricWorkspace') class-attribute

TBC

FabricDataflowEntityColumn

pyatlan.model.assets.core.fabric_dataflow_entity_column.FabricDataflowEntityColumn(__pydantic_self__, **data: Any)

Bases: Fabric

Description

Source code in pyatlan/model/assets/core/referenceable.py
def __init__(__pydantic_self__, **data: Any) -> None:
    super().__init__(**data)
    __pydantic_self__.__fields_set__.update(["attributes", "type_name"])

Attributes

FABRIC_DATAFLOW: RelationField = RelationField('fabricDataflow') class-attribute

TBC

FABRIC_DATAFLOW_NAME: KeywordField = KeywordField('fabricDataflowName', 'fabricDataflowName') class-attribute

Name of the Fabric dataflow that contains this asset.

FABRIC_DATAFLOW_QUALIFIED_NAME: KeywordField = KeywordField('fabricDataflowQualifiedName', 'fabricDataflowQualifiedName') class-attribute

Unique name of the Fabric dataflow that contains this asset.

FabricPage

pyatlan.model.assets.core.fabric_page.FabricPage(__pydantic_self__, **data: Any)

Bases: Fabric

Description

Source code in pyatlan/model/assets/core/referenceable.py
def __init__(__pydantic_self__, **data: Any) -> None:
    super().__init__(**data)
    __pydantic_self__.__fields_set__.update(["attributes", "type_name"])

Attributes

FABRIC_REPORT: RelationField = RelationField('fabricReport') class-attribute

TBC

FABRIC_REPORT_QUALIFIED_NAME: KeywordField = KeywordField('fabricReportQualifiedName', 'fabricReportQualifiedName') class-attribute

Unique name of the Fabric report that contains this asset.

FABRIC_VISUALS: RelationField = RelationField('fabricVisuals') class-attribute

TBC

FabricReport

pyatlan.model.assets.core.fabric_report.FabricReport(__pydantic_self__, **data: Any)

Bases: Fabric

Description

Source code in pyatlan/model/assets/core/referenceable.py
def __init__(__pydantic_self__, **data: Any) -> None:
    super().__init__(**data)
    __pydantic_self__.__fields_set__.update(["attributes", "type_name"])

Attributes

FABRIC_PAGES: RelationField = RelationField('fabricPages') class-attribute

TBC

FABRIC_WORKSPACE: RelationField = RelationField('fabricWorkspace') class-attribute

TBC

FabricSemanticModel

pyatlan.model.assets.core.fabric_semantic_model.FabricSemanticModel(__pydantic_self__, **data: Any)

Bases: Fabric

Description

Source code in pyatlan/model/assets/core/referenceable.py
def __init__(__pydantic_self__, **data: Any) -> None:
    super().__init__(**data)
    __pydantic_self__.__fields_set__.update(["attributes", "type_name"])

Attributes

FABRIC_SEMANTIC_MODEL_TABLES: RelationField = RelationField('fabricSemanticModelTables') class-attribute

TBC

FABRIC_WORKSPACE: RelationField = RelationField('fabricWorkspace') class-attribute

TBC

FabricSemanticModelTable

pyatlan.model.assets.core.fabric_semantic_model_table.FabricSemanticModelTable(__pydantic_self__, **data: Any)

Bases: Fabric

Description

Source code in pyatlan/model/assets/core/referenceable.py
def __init__(__pydantic_self__, **data: Any) -> None:
    super().__init__(**data)
    __pydantic_self__.__fields_set__.update(["attributes", "type_name"])

Attributes

FABRIC_SEMANTIC_MODEL: RelationField = RelationField('fabricSemanticModel') class-attribute

TBC

FABRIC_SEMANTIC_MODEL_QUALIFIED_NAME: KeywordField = KeywordField('fabricSemanticModelQualifiedName', 'fabricSemanticModelQualifiedName') class-attribute

Unique name of the Fabric semantic model that contains this asset.

FABRIC_SEMANTIC_MODEL_TABLE_COLUMNS: RelationField = RelationField('fabricSemanticModelTableColumns') class-attribute

TBC

FabricSemanticModelTableColumn

pyatlan.model.assets.core.fabric_semantic_model_table_column.FabricSemanticModelTableColumn(__pydantic_self__, **data: Any)

Bases: Fabric

Description

Source code in pyatlan/model/assets/core/referenceable.py
def __init__(__pydantic_self__, **data: Any) -> None:
    super().__init__(**data)
    __pydantic_self__.__fields_set__.update(["attributes", "type_name"])

Attributes

FABRIC_SEMANTIC_MODEL_TABLE: RelationField = RelationField('fabricSemanticModelTable') class-attribute

TBC

FABRIC_SEMANTIC_MODEL_TABLE_NAME: KeywordField = KeywordField('fabricSemanticModelTableName', 'fabricSemanticModelTableName') class-attribute

Name of the Fabric semantic model table that contains this asset.

FABRIC_SEMANTIC_MODEL_TABLE_QUALIFIED_NAME: KeywordField = KeywordField('fabricSemanticModelTableQualifiedName', 'fabricSemanticModelTableQualifiedName') class-attribute

Unique name of the Fabric semantic model table that contains this asset.

FabricVisual

pyatlan.model.assets.core.fabric_visual.FabricVisual(__pydantic_self__, **data: Any)

Bases: Fabric

Description

Source code in pyatlan/model/assets/core/referenceable.py
def __init__(__pydantic_self__, **data: Any) -> None:
    super().__init__(**data)
    __pydantic_self__.__fields_set__.update(["attributes", "type_name"])

Attributes

FABRIC_PAGE: RelationField = RelationField('fabricPage') class-attribute

TBC

FABRIC_PAGE_NAME: KeywordField = KeywordField('fabricPageName', 'fabricPageName') class-attribute

Name of the Fabric page that contains this asset.

FABRIC_PAGE_QUALIFIED_NAME: KeywordField = KeywordField('fabricPageQualifiedName', 'fabricPageQualifiedName') class-attribute

Unique name of the Fabric page that contains this asset.

FABRIC_VISUAL_TYPE: KeywordField = KeywordField('fabricVisualType', 'fabricVisualType') class-attribute

Type of visual.

FabricWorkspace

pyatlan.model.assets.core.fabric_workspace.FabricWorkspace(__pydantic_self__, **data: Any)

Bases: Fabric

Description

Source code in pyatlan/model/assets/core/referenceable.py
def __init__(__pydantic_self__, **data: Any) -> None:
    super().__init__(**data)
    __pydantic_self__.__fields_set__.update(["attributes", "type_name"])

Attributes

FABRIC_DASHBOARDS: RelationField = RelationField('fabricDashboards') class-attribute

TBC

FABRIC_DATABASES: RelationField = RelationField('fabricDatabases') class-attribute

TBC

FABRIC_DATAFLOWS: RelationField = RelationField('fabricDataflows') class-attribute

TBC

FABRIC_DATA_PIPELINES: RelationField = RelationField('fabricDataPipelines') class-attribute

TBC

FABRIC_REPORTS: RelationField = RelationField('fabricReports') class-attribute

TBC

FABRIC_SEMANTIC_MODELS: RelationField = RelationField('fabricSemanticModels') class-attribute

TBC

PowerBI

pyatlan.model.assets.core.power_b_i.PowerBI(__pydantic_self__, **data: Any)

Bases: BI

Description

Source code in pyatlan/model/assets/core/referenceable.py
def __init__(__pydantic_self__, **data: Any) -> None:
    super().__init__(**data)
    __pydantic_self__.__fields_set__.update(["attributes", "type_name"])

Attributes

POWER_BI_ENDORSED_AT: NumericField = NumericField('powerBIEndorsedAt', 'powerBIEndorsedAt') class-attribute

Time at which this asset was endorsed in Power BI.

POWER_BI_ENDORSED_BY: KeywordField = KeywordField('powerBIEndorsedBy', 'powerBIEndorsedBy') class-attribute

User who endorsed this asset in Power BI.

POWER_BI_ENDORSEMENT: KeywordField = KeywordField('powerBIEndorsement', 'powerBIEndorsement') class-attribute

Endorsement status of this asset, in Power BI.

POWER_BI_FORMAT_STRING: TextField = TextField('powerBIFormatString', 'powerBIFormatString') class-attribute

Format of this asset, as specified in the FORMAT_STRING of the MDX cell property.

POWER_BI_IS_HIDDEN: BooleanField = BooleanField('powerBIIsHidden', 'powerBIIsHidden') class-attribute

Whether this asset is hidden in Power BI (true) or not (false).

POWER_BI_TABLE_QUALIFIED_NAME: KeywordTextField = KeywordTextField('powerBITableQualifiedName', 'powerBITableQualifiedName', 'powerBITableQualifiedName.text') class-attribute

Unique name of the Power BI table in which this asset exists.

PowerBIApp

pyatlan.model.assets.core.power_b_i_app.PowerBIApp(__pydantic_self__, **data: Any)

Bases: PowerBI

Description

Source code in pyatlan/model/assets/core/referenceable.py
def __init__(__pydantic_self__, **data: Any) -> None:
    super().__init__(**data)
    __pydantic_self__.__fields_set__.update(["attributes", "type_name"])

Attributes

POWER_BI_APP_GROUPS: KeywordField = KeywordField('powerBIAppGroups', 'powerBIAppGroups') class-attribute

List of groups and their permission access for a PowerBI App.

POWER_BI_APP_ID: KeywordField = KeywordField('powerBIAppId', 'powerBIAppId') class-attribute

Unique ID of the PowerBI App in the PowerBI Assets Ecosystem.

POWER_BI_APP_USERS: KeywordField = KeywordField('powerBIAppUsers', 'powerBIAppUsers') class-attribute

List of users and their permission access for a PowerBI App.

POWER_BI_DASHBOARDS: RelationField = RelationField('powerBIDashboards') class-attribute

TBC

POWER_BI_REPORTS: RelationField = RelationField('powerBIReports') class-attribute

TBC

PowerBIColumn

pyatlan.model.assets.core.power_b_i_column.PowerBIColumn(__pydantic_self__, **data: Any)

Bases: PowerBI

Description

Source code in pyatlan/model/assets/core/referenceable.py
def __init__(__pydantic_self__, **data: Any) -> None:
    super().__init__(**data)
    __pydantic_self__.__fields_set__.update(["attributes", "type_name"])

Attributes

DATASET_QUALIFIED_NAME: TextField = TextField('datasetQualifiedName', 'datasetQualifiedName') class-attribute

Unique name of the dataset in which this column exists.

POWER_BI_COLUMN_DATA_CATEGORY: KeywordField = KeywordField('powerBIColumnDataCategory', 'powerBIColumnDataCategory') class-attribute

Data category that describes the data in this column.

POWER_BI_COLUMN_DATA_TYPE: KeywordField = KeywordField('powerBIColumnDataType', 'powerBIColumnDataType') class-attribute

Data type of this column.

POWER_BI_COLUMN_SUMMARIZE_BY: KeywordField = KeywordField('powerBIColumnSummarizeBy', 'powerBIColumnSummarizeBy') class-attribute

Aggregate function to use for summarizing this column.

POWER_BI_MEASURES: RelationField = RelationField('powerBIMeasures') class-attribute

TBC

POWER_BI_SORT_BY_COLUMN: KeywordField = KeywordField('powerBISortByColumn', 'powerBISortByColumn') class-attribute

Name of a column in the same table to use to order this column.

TABLE: RelationField = RelationField('table') class-attribute

TBC

WORKSPACE_QUALIFIED_NAME: KeywordTextField = KeywordTextField('workspaceQualifiedName', 'workspaceQualifiedName.keyword', 'workspaceQualifiedName') class-attribute

Unique name of the workspace in which this column exists.

PowerBIDashboard

pyatlan.model.assets.core.power_b_i_dashboard.PowerBIDashboard(__pydantic_self__, **data: Any)

Bases: PowerBI

Description

Source code in pyatlan/model/assets/core/referenceable.py
def __init__(__pydantic_self__, **data: Any) -> None:
    super().__init__(**data)
    __pydantic_self__.__fields_set__.update(["attributes", "type_name"])

Attributes

POWER_BI_APPS: RelationField = RelationField('powerBIApps') class-attribute

TBC

TILES: RelationField = RelationField('tiles') class-attribute

TBC

TILE_COUNT: NumericField = NumericField('tileCount', 'tileCount') class-attribute

Number of tiles in this table.

WEB_URL: TextField = TextField('webUrl', 'webUrl') class-attribute

Deprecated. See 'sourceUrl' instead.

WORKSPACE: RelationField = RelationField('workspace') class-attribute

TBC

WORKSPACE_QUALIFIED_NAME: KeywordTextField = KeywordTextField('workspaceQualifiedName', 'workspaceQualifiedName.keyword', 'workspaceQualifiedName') class-attribute

Unique name of the workspace in which this dashboard exists.

PowerBIDataflow

pyatlan.model.assets.core.power_b_i_dataflow.PowerBIDataflow(__pydantic_self__, **data: Any)

Bases: PowerBI

Description

Source code in pyatlan/model/assets/core/referenceable.py
def __init__(__pydantic_self__, **data: Any) -> None:
    super().__init__(**data)
    __pydantic_self__.__fields_set__.update(["attributes", "type_name"])

Attributes

DATASETS: RelationField = RelationField('datasets') class-attribute

TBC

POWER_BI_DATAFLOW_CHILDREN: RelationField = RelationField('powerBIDataflowChildren') class-attribute

TBC

POWER_BI_DATAFLOW_ENTITY_COLUMNS: RelationField = RelationField('powerBIDataflowEntityColumns') class-attribute

TBC

POWER_BI_DATAFLOW_PARENTS: RelationField = RelationField('powerBIDataflowParents') class-attribute

TBC

POWER_BI_DATAFLOW_REFRESH_SCHEDULE_FREQUENCY: KeywordField = KeywordField('powerBIDataflowRefreshScheduleFrequency', 'powerBIDataflowRefreshScheduleFrequency') class-attribute

Refresh Schedule frequency for a PowerBI Dataflow.

POWER_BI_DATAFLOW_REFRESH_SCHEDULE_TIMES: KeywordField = KeywordField('powerBIDataflowRefreshScheduleTimes', 'powerBIDataflowRefreshScheduleTimes') class-attribute

Time for the refresh schedule set for a PowerBI Dataflow.

POWER_BI_DATAFLOW_REFRESH_SCHEDULE_TIME_ZONE: KeywordField = KeywordField('powerBIDataflowRefreshScheduleTimeZone', 'powerBIDataflowRefreshScheduleTimeZone') class-attribute

Time zone for the refresh schedule set for a PowerBI Dataflow.

POWER_BI_DATASOURCES: RelationField = RelationField('powerBIDatasources') class-attribute

TBC

POWER_BI_PROCESSES: RelationField = RelationField('powerBIProcesses') class-attribute

TBC

TABLES: RelationField = RelationField('tables') class-attribute

TBC

WEB_URL: TextField = TextField('webUrl', 'webUrl') class-attribute

Deprecated. See 'sourceUrl' instead.

WORKSPACE: RelationField = RelationField('workspace') class-attribute

TBC

WORKSPACE_QUALIFIED_NAME: KeywordTextField = KeywordTextField('workspaceQualifiedName', 'workspaceQualifiedName.keyword', 'workspaceQualifiedName') class-attribute

Unique name of the workspace in which this dataflow exists.

PowerBIDataflowEntityColumn

pyatlan.model.assets.core.power_b_i_dataflow_entity_column.PowerBIDataflowEntityColumn(__pydantic_self__, **data: Any)

Bases: PowerBI

Description

Source code in pyatlan/model/assets/core/referenceable.py
def __init__(__pydantic_self__, **data: Any) -> None:
    super().__init__(**data)
    __pydantic_self__.__fields_set__.update(["attributes", "type_name"])

Attributes

POWER_BI_DATAFLOW: RelationField = RelationField('powerBIDataflow') class-attribute

TBC

POWER_BI_DATAFLOW_ENTITY_COLUMN_DATA_TYPE: KeywordField = KeywordField('powerBIDataflowEntityColumnDataType', 'powerBIDataflowEntityColumnDataType') class-attribute

Data type of this dataflow entity column.

POWER_BI_DATAFLOW_ENTITY_NAME: TextField = TextField('powerBIDataflowEntityName', 'powerBIDataflowEntityName') class-attribute

Unique name of the dataflow entity in which this dataflow entity column exists.

POWER_BI_DATAFLOW_QUALIFIED_NAME: KeywordField = KeywordField('powerBIDataflowQualifiedName', 'powerBIDataflowQualifiedName') class-attribute

Unique name of the dataflow in which this dataflow entity column exists.

POWER_BI_WORKSPACE_QUALIFIED_NAME: KeywordField = KeywordField('powerBIWorkspaceQualifiedName', 'powerBIWorkspaceQualifiedName') class-attribute

Unique name of the workspace in which this dataflow entity column exists.

PowerBIDataset

pyatlan.model.assets.core.power_b_i_dataset.PowerBIDataset(__pydantic_self__, **data: Any)

Bases: PowerBI

Description

Source code in pyatlan/model/assets/core/referenceable.py
def __init__(__pydantic_self__, **data: Any) -> None:
    super().__init__(**data)
    __pydantic_self__.__fields_set__.update(["attributes", "type_name"])

Attributes

DATAFLOWS: RelationField = RelationField('dataflows') class-attribute

TBC

DATASOURCES: RelationField = RelationField('datasources') class-attribute

TBC

REPORTS: RelationField = RelationField('reports') class-attribute

TBC

TABLES: RelationField = RelationField('tables') class-attribute

TBC

TILES: RelationField = RelationField('tiles') class-attribute

TBC

WEB_URL: TextField = TextField('webUrl', 'webUrl') class-attribute

Deprecated. See 'sourceUrl' instead.

WORKSPACE: RelationField = RelationField('workspace') class-attribute

TBC

WORKSPACE_QUALIFIED_NAME: KeywordTextField = KeywordTextField('workspaceQualifiedName', 'workspaceQualifiedName.keyword', 'workspaceQualifiedName') class-attribute

Unique name of the workspace in which this dataset exists.

PowerBIDatasource

pyatlan.model.assets.core.power_b_i_datasource.PowerBIDatasource(__pydantic_self__, **data: Any)

Bases: PowerBI

Description

Source code in pyatlan/model/assets/core/referenceable.py
def __init__(__pydantic_self__, **data: Any) -> None:
    super().__init__(**data)
    __pydantic_self__.__fields_set__.update(["attributes", "type_name"])

Attributes

CONNECTION_DETAILS: KeywordField = KeywordField('connectionDetails', 'connectionDetails') class-attribute

Connection details of the datasource.

DATASETS: RelationField = RelationField('datasets') class-attribute

TBC

POWER_BI_DATAFLOWS: RelationField = RelationField('powerBIDataflows') class-attribute

TBC

PowerBIMeasure

pyatlan.model.assets.core.power_b_i_measure.PowerBIMeasure(__pydantic_self__, **data: Any)

Bases: PowerBI

Description

Source code in pyatlan/model/assets/core/referenceable.py
def __init__(__pydantic_self__, **data: Any) -> None:
    super().__init__(**data)
    __pydantic_self__.__fields_set__.update(["attributes", "type_name"])

Attributes

DATASET_QUALIFIED_NAME: TextField = TextField('datasetQualifiedName', 'datasetQualifiedName') class-attribute

Unique name of the dataset in which this measure exists.

POWER_BI_COLUMNS: RelationField = RelationField('powerBIColumns') class-attribute

TBC

POWER_BI_IS_EXTERNAL_MEASURE: BooleanField = BooleanField('powerBIIsExternalMeasure', 'powerBIIsExternalMeasure') class-attribute

Whether this measure is external (true) or internal (false).

POWER_BI_MEASURE_EXPRESSION: TextField = TextField('powerBIMeasureExpression', 'powerBIMeasureExpression') class-attribute

DAX expression for this measure.

TABLE: RelationField = RelationField('table') class-attribute

TBC

WORKSPACE_QUALIFIED_NAME: KeywordTextField = KeywordTextField('workspaceQualifiedName', 'workspaceQualifiedName.keyword', 'workspaceQualifiedName') class-attribute

Unique name of the workspace in which this measure exists.

PowerBIPage

pyatlan.model.assets.core.power_b_i_page.PowerBIPage(__pydantic_self__, **data: Any)

Bases: PowerBI

Description

Source code in pyatlan/model/assets/core/referenceable.py
def __init__(__pydantic_self__, **data: Any) -> None:
    super().__init__(**data)
    __pydantic_self__.__fields_set__.update(["attributes", "type_name"])

Attributes

REPORT: RelationField = RelationField('report') class-attribute

TBC

REPORT_QUALIFIED_NAME: TextField = TextField('reportQualifiedName', 'reportQualifiedName') class-attribute

Unique name of the report in which this page exists.

WORKSPACE_QUALIFIED_NAME: KeywordTextField = KeywordTextField('workspaceQualifiedName', 'workspaceQualifiedName.keyword', 'workspaceQualifiedName') class-attribute

Unique name of the workspace in which this page exists.

PowerBIReport

pyatlan.model.assets.core.power_b_i_report.PowerBIReport(__pydantic_self__, **data: Any)

Bases: PowerBI

Description

Source code in pyatlan/model/assets/core/referenceable.py
def __init__(__pydantic_self__, **data: Any) -> None:
    super().__init__(**data)
    __pydantic_self__.__fields_set__.update(["attributes", "type_name"])

Attributes

DATASET: RelationField = RelationField('dataset') class-attribute

TBC

DATASET_QUALIFIED_NAME: TextField = TextField('datasetQualifiedName', 'datasetQualifiedName') class-attribute

Unique name of the dataset used to build this report.

PAGES: RelationField = RelationField('pages') class-attribute

TBC

PAGE_COUNT: NumericField = NumericField('pageCount', 'pageCount') class-attribute

Number of pages in this report.

POWER_BI_APPS: RelationField = RelationField('powerBIApps') class-attribute

TBC

TILES: RelationField = RelationField('tiles') class-attribute

TBC

WEB_URL: TextField = TextField('webUrl', 'webUrl') class-attribute

Deprecated. See 'sourceUrl' instead.

WORKSPACE: RelationField = RelationField('workspace') class-attribute

TBC

WORKSPACE_QUALIFIED_NAME: KeywordTextField = KeywordTextField('workspaceQualifiedName', 'workspaceQualifiedName.keyword', 'workspaceQualifiedName') class-attribute

Unique name of the workspace in which this report exists.

PowerBITable

pyatlan.model.assets.core.power_b_i_table.PowerBITable(__pydantic_self__, **data: Any)

Bases: PowerBI

Description

Source code in pyatlan/model/assets/core/referenceable.py
def __init__(__pydantic_self__, **data: Any) -> None:
    super().__init__(**data)
    __pydantic_self__.__fields_set__.update(["attributes", "type_name"])

Attributes

COLUMNS: RelationField = RelationField('columns') class-attribute

TBC

DATAFLOWS: RelationField = RelationField('dataflows') class-attribute

TBC

DATAFLOW_QUALIFIED_NAMES: KeywordTextField = KeywordTextField('dataflowQualifiedNames', 'dataflowQualifiedNames', 'dataflowQualifiedNames.text') class-attribute

List of qualified names of associated Power BI Dataflows.

DATASET: RelationField = RelationField('dataset') class-attribute

TBC

DATASET_QUALIFIED_NAME: TextField = TextField('datasetQualifiedName', 'datasetQualifiedName') class-attribute

Unique name of the dataset in which this table exists.

MEASURES: RelationField = RelationField('measures') class-attribute

TBC

POWER_BI_TABLE_COLUMN_COUNT: NumericField = NumericField('powerBITableColumnCount', 'powerBITableColumnCount') class-attribute

Number of columns in this table.

POWER_BI_TABLE_MEASURE_COUNT: NumericField = NumericField('powerBITableMeasureCount', 'powerBITableMeasureCount') class-attribute

Number of measures in this table.

POWER_BI_TABLE_SOURCE_EXPRESSIONS: TextField = TextField('powerBITableSourceExpressions', 'powerBITableSourceExpressions') class-attribute

Power Query M expressions for the table.

WORKSPACE_QUALIFIED_NAME: KeywordTextField = KeywordTextField('workspaceQualifiedName', 'workspaceQualifiedName.keyword', 'workspaceQualifiedName') class-attribute

Unique name of the workspace in which this table exists.

PowerBITile

pyatlan.model.assets.core.power_b_i_tile.PowerBITile(__pydantic_self__, **data: Any)

Bases: PowerBI

Description

Source code in pyatlan/model/assets/core/referenceable.py
def __init__(__pydantic_self__, **data: Any) -> None:
    super().__init__(**data)
    __pydantic_self__.__fields_set__.update(["attributes", "type_name"])

Attributes

DASHBOARD: RelationField = RelationField('dashboard') class-attribute

TBC

DASHBOARD_QUALIFIED_NAME: TextField = TextField('dashboardQualifiedName', 'dashboardQualifiedName') class-attribute

Unique name of the dashboard in which this tile is pinned.

DATASET: RelationField = RelationField('dataset') class-attribute

TBC

REPORT: RelationField = RelationField('report') class-attribute

TBC

WORKSPACE_QUALIFIED_NAME: KeywordTextField = KeywordTextField('workspaceQualifiedName', 'workspaceQualifiedName.keyword', 'workspaceQualifiedName') class-attribute

Unique name of the workspace in which this tile exists.

PowerBIWorkspace

pyatlan.model.assets.core.power_b_i_workspace.PowerBIWorkspace(__pydantic_self__, **data: Any)

Bases: PowerBI

Description

Source code in pyatlan/model/assets/core/referenceable.py
def __init__(__pydantic_self__, **data: Any) -> None:
    super().__init__(**data)
    __pydantic_self__.__fields_set__.update(["attributes", "type_name"])

Attributes

DASHBOARDS: RelationField = RelationField('dashboards') class-attribute

TBC

DASHBOARD_COUNT: NumericField = NumericField('dashboardCount', 'dashboardCount') class-attribute

Number of dashboards in this workspace.

DATAFLOWS: RelationField = RelationField('dataflows') class-attribute

TBC

DATAFLOW_COUNT: NumericField = NumericField('dataflowCount', 'dataflowCount') class-attribute

Number of dataflows in this workspace.

DATASETS: RelationField = RelationField('datasets') class-attribute

TBC

DATASET_COUNT: NumericField = NumericField('datasetCount', 'datasetCount') class-attribute

Number of datasets in this workspace.

REPORTS: RelationField = RelationField('reports') class-attribute

TBC

REPORT_COUNT: NumericField = NumericField('reportCount', 'reportCount') class-attribute

Number of reports in this workspace.

WEB_URL: TextField = TextField('webUrl', 'webUrl') class-attribute

Deprecated.