Skip to main content
Version: 0.18.9

PowerBITable

class great_expectations.experimental.datasource.PowerBITable(*, name: str, type: Literal['powerbi_table'] = 'powerbi_table', id: Optional[uuid.UUID] = None, order_by: List[great_expectations.datasource.fluent.interfaces.Sorter] = None, batch_metadata: Dict[str, Any] = None, table: str, fully_qualified_columns: bool = False, num_rows: Optional[int] = None, multiindex_hierarchies: bool = False, mode: Literal['xmla', 'rest', 'onelake'] = 'xmla')#

Microsoft PowerBI Table.