Databricks SDK for JavaScript
    Preparing search index...
    interface PowerBiTask {
        connectionResourceName?: string;
        powerBiModel?: PowerBiModel;
        refreshAfterUpdate?: boolean;
        tables?: PowerBiTable[];
        warehouseId?: string;
    }
    Index

    Properties

    connectionResourceName?: string

    The resource name of the UC connection to authenticate from to Power BI

    powerBiModel?: PowerBiModel

    The semantic model to update

    refreshAfterUpdate?: boolean

    Whether the model should be refreshed after the update

    tables?: PowerBiTable[]

    The tables to be exported to Power BI

    warehouseId?: string

    The SQL warehouse ID to use as the Power BI data source