diff --git a/src/sempy_labs/_data_pipelines.py b/src/sempy_labs/_data_pipelines.py index ff68d5fd..3062a6c4 100644 --- a/src/sempy_labs/_data_pipelines.py +++ b/src/sempy_labs/_data_pipelines.py @@ -15,7 +15,7 @@ def list_data_pipelines(workspace: Optional[str] = None) -> pd.DataFrame: """ Shows the data pipelines within a workspace. - This is a wrapper function for the following API: `Items - List Data Pipelines `_. Parameters ---------- @@ -59,7 +59,7 @@ def create_data_pipeline( """ Creates a Fabric data pipeline. - This is a wrapper function for the following API: `Items - Create Data Pipeline `_. Parameters ---------- @@ -96,7 +96,7 @@ def delete_data_pipeline(name: str, workspace: Optional[str] = None): """ Deletes a Fabric data pipeline. - This is a wrapper function for the following API: `Items - Delete Data Pipeline `_. Parameters ---------- diff --git a/src/sempy_labs/_dataflows.py b/src/sempy_labs/_dataflows.py index 21d0b82c..16661049 100644 --- a/src/sempy_labs/_dataflows.py +++ b/src/sempy_labs/_dataflows.py @@ -59,7 +59,7 @@ def assign_workspace_to_dataflow_storage( """ Assigns a dataflow storage account to a workspace. - This is a wrapper function for the following API: `Dataflow Storage Accounts - Groups AssignToDataflowStorage `_. Parameters ---------- @@ -101,7 +101,7 @@ def list_dataflow_storage_accounts() -> pd.DataFrame: """ Shows the accessible dataflow storage accounts. - This is a wrapper function for the following API: `Dataflow Storage Accounts - Get Dataflow Storage Accounts `_. Returns ------- diff --git a/src/sempy_labs/_deployment_pipelines.py b/src/sempy_labs/_deployment_pipelines.py index 15c89811..4ff8b94f 100644 --- a/src/sempy_labs/_deployment_pipelines.py +++ b/src/sempy_labs/_deployment_pipelines.py @@ -11,7 +11,7 @@ def list_deployment_pipelines() -> pd.DataFrame: """ Shows a list of deployment pipelines the user can access. - This is a wrapper function for the following API: `Deployment Pipelines - List Deployment Pipelines `_. Returns ------- @@ -47,7 +47,7 @@ def list_deployment_pipeline_stages(deployment_pipeline: str) -> pd.DataFrame: """ Shows the specified deployment pipeline stages. - This is a wrapper function for the following API: `Deployment Pipelines - List Deployment Pipeline Stages `_. Parameters ---------- @@ -110,7 +110,7 @@ def list_deployment_pipeline_stage_items( """ Shows the supported items from the workspace assigned to the specified stage of the specified deployment pipeline. - This is a wrapper function for the following API: `Deployment Pipelines - List Deployment Pipeline Stage Items `_. Parameters ---------- diff --git a/src/sempy_labs/_environments.py b/src/sempy_labs/_environments.py index 0bead9ab..58e001d4 100644 --- a/src/sempy_labs/_environments.py +++ b/src/sempy_labs/_environments.py @@ -16,7 +16,7 @@ def create_environment( """ Creates a Fabric environment. - This is a wrapper function for the following API: `Items - Create Environment `_. Parameters ---------- @@ -53,7 +53,7 @@ def list_environments(workspace: Optional[str] = None) -> pd.DataFrame: """ Shows the environments within a workspace. - This is a wrapper function for the following API: `Items - List Environments `_. Parameters ---------- @@ -95,7 +95,7 @@ def delete_environment(environment: str, workspace: Optional[str] = None): """ Deletes a Fabric environment. - This is a wrapper function for the following API: `Items - Delete Environment `_. Parameters ---------- diff --git a/src/sempy_labs/_eventhouses.py b/src/sempy_labs/_eventhouses.py index 7035a3e2..8ef4269d 100644 --- a/src/sempy_labs/_eventhouses.py +++ b/src/sempy_labs/_eventhouses.py @@ -16,7 +16,7 @@ def create_eventhouse( """ Creates a Fabric eventhouse. - This is a wrapper function for the following API: `Items - Create Eventhouse `_. Parameters ---------- @@ -53,7 +53,7 @@ def list_eventhouses(workspace: Optional[str] = None) -> pd.DataFrame: """ Shows the eventhouses within a workspace. - This is a wrapper function for the following API: `Items - List Eventhouses `_. Parameters ---------- @@ -95,7 +95,7 @@ def delete_eventhouse(name: str, workspace: Optional[str] = None): """ Deletes a Fabric eventhouse. - This is a wrapper function for the following API: `Items - Delete Eventhouse `_. Parameters ---------- diff --git a/src/sempy_labs/_eventstreams.py b/src/sempy_labs/_eventstreams.py index f226752d..b13e8b9c 100644 --- a/src/sempy_labs/_eventstreams.py +++ b/src/sempy_labs/_eventstreams.py @@ -14,7 +14,7 @@ def list_eventstreams(workspace: Optional[str] = None) -> pd.DataFrame: """ Shows the eventstreams within a workspace. - This is a wrapper function for the following API: `Items - List Eventstreams `_. Parameters ---------- @@ -58,7 +58,7 @@ def create_eventstream( """ Creates a Fabric eventstream. - This is a wrapper function for the following API: `Items - Create Eventstream `_. Parameters ---------- @@ -95,7 +95,7 @@ def delete_eventstream(name: str, workspace: Optional[str] = None): """ Deletes a Fabric eventstream. - This is a wrapper function for the following API: `Items - Delete Eventstream `_. Parameters ---------- diff --git a/src/sempy_labs/_external_data_shares.py b/src/sempy_labs/_external_data_shares.py index 90479df9..7bd111df 100644 --- a/src/sempy_labs/_external_data_shares.py +++ b/src/sempy_labs/_external_data_shares.py @@ -20,7 +20,7 @@ def create_external_data_share( """ Creates an external data share for a given path or list of paths in the specified item. - This is a wrapper function for the following API: `External Data Shares - Create External Data Share `_. Parameters ---------- diff --git a/src/sempy_labs/_generate_semantic_model.py b/src/sempy_labs/_generate_semantic_model.py index 6fe49a0d..bb6d9064 100644 --- a/src/sempy_labs/_generate_semantic_model.py +++ b/src/sempy_labs/_generate_semantic_model.py @@ -102,7 +102,7 @@ def create_semantic_model_from_bim( """ Creates a new semantic model based on a Model.bim file. - This is a wrapper function for the following API: `Items - Create Semantic Model `_. Parameters ---------- @@ -168,7 +168,7 @@ def update_semantic_model_from_bim( """ Updates a semantic model definition based on a Model.bim file. - This is a wrapper function for the following API: `Items - Update Semantic Model Definition `_. Parameters ---------- @@ -308,7 +308,7 @@ def get_semantic_model_bim( """ Extracts the Model.bim file for a given semantic model. - This is a wrapper function for the following API: `Items - Get Semantic Model Definition `_. Parameters ---------- diff --git a/src/sempy_labs/_git.py b/src/sempy_labs/_git.py index 6028a3f3..6944220a 100644 --- a/src/sempy_labs/_git.py +++ b/src/sempy_labs/_git.py @@ -21,7 +21,7 @@ def connect_workspace_to_git( """ Connects a workspace to a git repository. - This is a wrapper function for the following API: `Git - Connect `_. Parameters ---------- @@ -72,7 +72,7 @@ def disconnect_workspace_from_git(workspace: Optional[str] = None): """ Disconnects a workpsace from a git repository. - This is a wrapper function for the following API: `Git - Disconnect `_. Parameters ---------- @@ -98,7 +98,7 @@ def get_git_status(workspace: Optional[str] = None) -> pd.DataFrame: """ Obtains the Git status of items in the workspace, that can be committed to Git. - This is a wrapper function for the following API: `Git - Get Status . Parameters ---------- @@ -161,7 +161,7 @@ def get_git_connection(workspace: Optional[str] = None) -> pd.DataFrame: """ Obtains the Git status of items in the workspace, that can be committed to Git. - This is a wrapper function for the following API: `Git - Get Connection `_. Parameters ---------- @@ -221,7 +221,7 @@ def initialize_git_connection(workspace: Optional[str] = None): """ Initializes a connection for a workspace that is connected to Git. - This is a wrapper function for the following API: `Git - Initialize Connection `_. Parameters ---------- @@ -252,7 +252,7 @@ def commit_to_git( """ Commits all or a selection of items within a workspace to Git. - This is a wrapper function for the following API: `Git - Commit to Git `_. Parameters ---------- @@ -320,7 +320,7 @@ def update_from_git( """ Updates the workspace with commits pushed to the connected branch. - This is a wrapper function for the following API: `Git - Update From Git `_. Parameters ---------- diff --git a/src/sempy_labs/_kql_databases.py b/src/sempy_labs/_kql_databases.py index b6a9a55c..3999b501 100644 --- a/src/sempy_labs/_kql_databases.py +++ b/src/sempy_labs/_kql_databases.py @@ -14,7 +14,7 @@ def list_kql_databases(workspace: Optional[str] = None) -> pd.DataFrame: """ Shows the KQL databases within a workspace. - This is a wrapper function for the following API: `Items - List KQL Databases `_. Parameters ---------- @@ -74,7 +74,7 @@ def create_kql_database( """ Creates a KQL database. - This is a wrapper function for the following API: `Items - Create KQL Database `_. Parameters ---------- @@ -111,7 +111,7 @@ def delete_kql_database(name: str, workspace: Optional[str] = None): """ Deletes a KQL database. - This is a wrapper function for the following API: `Items - Delete KQL Database `_. Parameters ---------- diff --git a/src/sempy_labs/_kql_querysets.py b/src/sempy_labs/_kql_querysets.py index 83200886..caccad1c 100644 --- a/src/sempy_labs/_kql_querysets.py +++ b/src/sempy_labs/_kql_querysets.py @@ -14,7 +14,7 @@ def list_kql_querysets(workspace: Optional[str] = None) -> pd.DataFrame: """ Shows the KQL querysets within a workspace. - This is a wrapper function for the following API: `Items - List KQL Querysets `_. Parameters ---------- @@ -64,7 +64,7 @@ def create_kql_queryset( """ Creates a KQL queryset. - This is a wrapper function for the following API: `Items - Create KQL Queryset `_. Parameters ---------- @@ -101,7 +101,7 @@ def delete_kql_queryset(name: str, workspace: Optional[str] = None): """ Deletes a KQL queryset. - This is a wrapper function for the following API: `Items - Delete KQL Queryset `_. Parameters ---------- diff --git a/src/sempy_labs/_mirrored_warehouses.py b/src/sempy_labs/_mirrored_warehouses.py index ebb90327..cd6f97f9 100644 --- a/src/sempy_labs/_mirrored_warehouses.py +++ b/src/sempy_labs/_mirrored_warehouses.py @@ -12,7 +12,7 @@ def list_mirrored_warehouses(workspace: Optional[str] = None) -> pd.DataFrame: """ Shows the mirrored warehouses within a workspace. - This is a wrapper function for the following API: `Items - List Mirrored Warehouses `_. Parameters ---------- diff --git a/src/sempy_labs/_ml_experiments.py b/src/sempy_labs/_ml_experiments.py index c3b6de59..fee5fc51 100644 --- a/src/sempy_labs/_ml_experiments.py +++ b/src/sempy_labs/_ml_experiments.py @@ -14,7 +14,7 @@ def list_ml_experiments(workspace: Optional[str] = None) -> pd.DataFrame: """ Shows the ML experiments within a workspace. - This is a wrapper function for the following API: `Items - List ML Experiments `_. Parameters ---------- @@ -62,7 +62,7 @@ def create_ml_experiment( """ Creates a Fabric ML experiment. - This is a wrapper function for the following API: `Items - Create ML Experiment `_. Parameters ---------- @@ -99,7 +99,7 @@ def delete_ml_experiment(name: str, workspace: Optional[str] = None): """ Deletes a Fabric ML experiment. - This is a wrapper function for the following API: `Items - Delete ML Experiment `_. Parameters ---------- diff --git a/src/sempy_labs/_ml_models.py b/src/sempy_labs/_ml_models.py index 756a3553..7f02b1ef 100644 --- a/src/sempy_labs/_ml_models.py +++ b/src/sempy_labs/_ml_models.py @@ -14,7 +14,7 @@ def list_ml_models(workspace: Optional[str] = None) -> pd.DataFrame: """ Shows the ML models within a workspace. - This is a wrapper function for the following API: `Items - List ML Models `_. Parameters ---------- @@ -62,7 +62,7 @@ def create_ml_model( """ Creates a Fabric ML model. - This is a wrapper function for the following API: `Items - Create ML Model `_. Parameters ---------- @@ -97,7 +97,7 @@ def delete_ml_model(name: str, workspace: Optional[str] = None): """ Deletes a Fabric ML model. - This is a wrapper function for the following API: `Items - Delete ML Model `_. Parameters ---------- diff --git a/src/sempy_labs/_notebooks.py b/src/sempy_labs/_notebooks.py index 136dce9f..09dabe99 100644 --- a/src/sempy_labs/_notebooks.py +++ b/src/sempy_labs/_notebooks.py @@ -18,7 +18,7 @@ def get_notebook_definition( """ Obtains the notebook definition. - This is a wrapper function for the following API: `Items - Get Notebook Definition `_. Parameters ---------- diff --git a/src/sempy_labs/_query_scale_out.py b/src/sempy_labs/_query_scale_out.py index 7d3b91f7..5f4a7974 100644 --- a/src/sempy_labs/_query_scale_out.py +++ b/src/sempy_labs/_query_scale_out.py @@ -13,7 +13,7 @@ def qso_sync(dataset: str, workspace: Optional[str] = None): """ Triggers a query scale-out sync of read-only replicas for the specified dataset from the specified workspace. - This is a wrapper function for the following API: `Datasets - Trigger Query Scale Out Sync In Group `_. Parameters ---------- @@ -46,7 +46,7 @@ def qso_sync_status( """ Returns the query scale-out sync status for the specified dataset from the specified workspace. - This is a wrapper function for the following API: `Datasets - Get Query Scale Out Sync Status In Group `_. Parameters ---------- @@ -143,7 +143,7 @@ def disable_qso(dataset: str, workspace: Optional[str] = None) -> pd.DataFrame: """ Sets the max read-only replicas to 0, disabling query scale out. - This is a wrapper function for the following API: `Datasets - Update Dataset In Group `_. Parameters ---------- @@ -190,7 +190,7 @@ def set_qso( """ Sets the query scale out settings for a semantic model. - This is a wrapper function for the following API: `Datasets - Update Dataset In Group `_. Parameters ---------- diff --git a/src/sempy_labs/_spark.py b/src/sempy_labs/_spark.py index 5b178e90..1a47e4c3 100644 --- a/src/sempy_labs/_spark.py +++ b/src/sempy_labs/_spark.py @@ -12,7 +12,7 @@ def list_custom_pools(workspace: Optional[str] = None) -> pd.DataFrame: """ Lists all `custom pools `_ within a workspace. - This is a wrapper function for the following API: `Custom Pools - List Workspace Custom Pools `_. Parameters ---------- @@ -100,7 +100,7 @@ def create_custom_pool( """ Creates a `custom pool `_ within a workspace. - This is a wrapper function for the following API: `Custom Pools - Create Workspace Custom Pool `_. Parameters ---------- @@ -173,7 +173,7 @@ def update_custom_pool( """ Updates the properties of a `custom pool `_ within a workspace. - This is a wrapper function for the following API: `Custom Pools - Update Workspace Custom Pool `_. Parameters ---------- @@ -270,7 +270,7 @@ def delete_custom_pool(pool_name: str, workspace: Optional[str] = None): """ Deletes a `custom pool `_ within a workspace. - This is a wrapper function for the following API: `Custom Pools - Delete Workspace Custom Pool `_. Parameters ---------- @@ -309,7 +309,7 @@ def get_spark_settings( """ Shows the spark settings for a workspace. - This is a wrapper function for the following API: `Workspace Settings - Get Spark Settings `_. Parameters ---------- @@ -398,7 +398,7 @@ def update_spark_settings( """ Updates the spark settings for a workspace. - This is a wrapper function for the following API: `Workspace Settings - Update Spark Settings `_. Parameters ---------- diff --git a/src/sempy_labs/_warehouses.py b/src/sempy_labs/_warehouses.py index 04035bb7..03d712aa 100644 --- a/src/sempy_labs/_warehouses.py +++ b/src/sempy_labs/_warehouses.py @@ -19,7 +19,7 @@ def create_warehouse( """ Creates a Fabric warehouse. - This is a wrapper function for the following API: `Items - Create Warehouse `_. Parameters ---------- @@ -63,7 +63,7 @@ def list_warehouses(workspace: Optional[str] = None) -> pd.DataFrame: """ Shows the warehouses within a workspace. - This is a wrapper function for the following API: `Items - List Warehouses `_. Parameters ---------- @@ -119,7 +119,7 @@ def delete_warehouse(name: str, workspace: Optional[str] = None): """ Deletes a Fabric warehouse. - This is a wrapper function for the following API: `Items - Delete Warehouse `_. Parameters ---------- diff --git a/src/sempy_labs/_workspace_identity.py b/src/sempy_labs/_workspace_identity.py index 9810951e..b342273a 100644 --- a/src/sempy_labs/_workspace_identity.py +++ b/src/sempy_labs/_workspace_identity.py @@ -12,7 +12,7 @@ def provision_workspace_identity(workspace: Optional[str] = None): """ Provisions a workspace identity for a workspace. - This is a wrapper function for the following API: `Workspaces - Provision Identity `_. Parameters ---------- @@ -41,7 +41,7 @@ def deprovision_workspace_identity(workspace: Optional[str] = None): """ Deprovisions a workspace identity for a workspace. - This is a wrapper function for the following API: `Workspaces - Derovision Identity `_. Parameters ---------- diff --git a/src/sempy_labs/_workspaces.py b/src/sempy_labs/_workspaces.py index e500aa8f..7c8fb0c2 100644 --- a/src/sempy_labs/_workspaces.py +++ b/src/sempy_labs/_workspaces.py @@ -14,7 +14,7 @@ def delete_user_from_workspace(email_address: str, workspace: Optional[str] = No """ Removes a user from a workspace. - This is a wrapper function for the following API: `Groups - Delete User In Group `_. Parameters ---------- @@ -47,7 +47,7 @@ def update_workspace_user( """ Updates a user's role within a workspace. - This is a wrapper function for the following API: `Groups - Update Group User `_. Parameters ---------- @@ -99,7 +99,7 @@ def list_workspace_users(workspace: Optional[str] = None) -> pd.DataFrame: """ A list of all the users of a workspace and their roles. - This is a wrapper function for the following API: `Workspaces - List Workspace Role Assignments `_. Parameters ---------- @@ -148,7 +148,7 @@ def add_user_to_workspace( """ Adds a user to a workspace. - This is a wrapper function for the following API: `Groups - Add Group User `_. Parameters ---------- @@ -204,7 +204,7 @@ def assign_workspace_to_capacity(capacity_name: str, workspace: Optional[str] = """ Assigns a workspace to a capacity. - This is a wrapper function for the following API: `Workspaces - Assign To Capacity `_. Parameters ---------- @@ -238,7 +238,7 @@ def unassign_workspace_from_capacity(workspace: Optional[str] = None): """ Unassigns a workspace from its assigned capacity. - This is a wrapper function for the following API: `Workspaces - Unassign From Capacity `_. Parameters ---------- @@ -264,7 +264,7 @@ def list_workspace_role_assignments(workspace: Optional[str] = None) -> pd.DataF """ Shows the members of a given workspace. - This is a wrapper function for the following API: `Workspaces - List Workspace Role Assignments `_. Parameters ---------- diff --git a/src/sempy_labs/admin/_basic_functions.py b/src/sempy_labs/admin/_basic_functions.py index 2f41f4c4..7de5d8e5 100644 --- a/src/sempy_labs/admin/_basic_functions.py +++ b/src/sempy_labs/admin/_basic_functions.py @@ -366,7 +366,7 @@ def revoke_external_data_share( """ Revokes the specified external data share. Note: This action cannot be undone. - This is a wrapper function for the following API: `External Data Shares - Revoke External Data Share `_. Parameters ---------- @@ -399,7 +399,7 @@ def list_capacities_delegated_tenant_settings( """ Returns list of tenant setting overrides that override at the capacities. - This is a wrapper function for the following API: `Tenants - List Capacities Tenant Settings Overrides `_. Parameters ---------- @@ -530,7 +530,7 @@ def list_datasets() -> pd.DataFrame: """ Shows a list of datasets for the organization. - This is a wrapper function for the following API: `Admin - Datasets GetDatasetsAsAdmin `_. Returns ------- @@ -620,7 +620,7 @@ def list_item_access_details( """ Returns a list of users (including groups and service principals) and lists their workspace roles. - This is a wrapper function for the following API: `Items - List Item Access Details `_. Parameters ---------- @@ -688,7 +688,7 @@ def list_access_entities( """ Shows a list of permission details for Fabric and Power BI items the specified user can access. - This is a wrapper function for the following API: `Users - List Access Entities `_. Parameters ---------- @@ -740,7 +740,7 @@ def list_workspace_access_details( """ Shows a list of users (including groups and Service Principals) that have access to the specified workspace. - This is a wrapper function for the following API: `Workspaces - List Workspace Access Details `_. Parameters ---------- @@ -821,7 +821,7 @@ def list_items( """ Shows a list of active Fabric and Power BI items. - This is a wrapper function for the following API: `Items - List Items `_. Parameters ---------- @@ -923,7 +923,7 @@ def list_activity_events( """ Shows a list of audit activity events for a tenant. - This is a wrapper function for the following API: `Admin - Get Activity Events `_. Parameters ---------- diff --git a/src/sempy_labs/admin/_domains.py b/src/sempy_labs/admin/_domains.py index 961798e4..6b83430e 100644 --- a/src/sempy_labs/admin/_domains.py +++ b/src/sempy_labs/admin/_domains.py @@ -84,7 +84,7 @@ def list_domain_workspaces(domain_name: str) -> pd.DataFrame: """ Shows a list of workspaces within the domain. - This is a wrapper function for the following API: `Domains - List Domain Workspaces `_. + This is a wrapper function for the following API: `Domains - List Domain Workspaces `_. Parameters ---------- diff --git a/src/sempy_labs/lakehouse/_get_lakehouse_tables.py b/src/sempy_labs/lakehouse/_get_lakehouse_tables.py index cfe5db3e..9b4a469f 100644 --- a/src/sempy_labs/lakehouse/_get_lakehouse_tables.py +++ b/src/sempy_labs/lakehouse/_get_lakehouse_tables.py @@ -31,7 +31,7 @@ def get_lakehouse_tables( """ Shows the tables of a lakehouse and their respective properties. Option to include additional properties relevant to Direct Lake guardrails. - This is a wrapper function for the following API: `Tables - List Tables `_ plus extended capabilities. Parameters ---------- diff --git a/src/sempy_labs/lakehouse/_shortcuts.py b/src/sempy_labs/lakehouse/_shortcuts.py index c0642e7a..e2871466 100644 --- a/src/sempy_labs/lakehouse/_shortcuts.py +++ b/src/sempy_labs/lakehouse/_shortcuts.py @@ -20,7 +20,7 @@ def create_shortcut_onelake( """ Creates a `shortcut `_ to a delta table in OneLake. - This is a wrapper function for the following API: `OneLake Shortcuts - Create Shortcut `_. Parameters ---------- @@ -171,7 +171,7 @@ def delete_shortcut( """ Deletes a shortcut. - This is a wrapper function for the following API: `OneLake Shortcuts - Delete Shortcut `_. Parameters ---------- diff --git a/src/sempy_labs/report/_generate_report.py b/src/sempy_labs/report/_generate_report.py index 98b9e620..e62e8f80 100644 --- a/src/sempy_labs/report/_generate_report.py +++ b/src/sempy_labs/report/_generate_report.py @@ -23,7 +23,7 @@ def create_report_from_reportjson( """ Creates a report based on a report.json file (and an optional themes.json file). - This is a wrapper function for the following API: `Items - Create Report `_. Parameters ---------- @@ -126,7 +126,7 @@ def update_report_from_reportjson( """ Updates a report based on a report.json file. - This is a wrapper function for the following API: `Items - Update Report Definition `_. Parameters ---------- @@ -183,7 +183,7 @@ def get_report_definition(report: str, workspace: Optional[str] = None) -> pd.Da """ Gets the collection of definition files of a report. - This is a wrapper function for the following API: `Items - Get Report Definition `_. Parameters ---------- diff --git a/src/sempy_labs/report/_report_functions.py b/src/sempy_labs/report/_report_functions.py index 348707f3..30df40c8 100644 --- a/src/sempy_labs/report/_report_functions.py +++ b/src/sempy_labs/report/_report_functions.py @@ -33,7 +33,7 @@ def get_report_json( """ Gets the report.json file content of a Power BI report. - This is a wrapper function for the following API: `Items - Get Report Definition `_. Parameters ---------- @@ -159,7 +159,7 @@ def export_report( """ Exports a Power BI report to a file in your lakehouse. - This is a wrapper function for the following APIs: `Reports - Export To File In Group `_, `Reports - Get File Of Export To File In Group `_. + This is a wrapper function for the following APIs: `Reports - Export To File In Group `_, `Reports - Get Export To File Status In Group `_, `Reports - Get File Of Export To File In Group `_. Parameters ---------- @@ -405,7 +405,7 @@ def clone_report( """ Clones a Power BI report. - This is a wrapper function for the following API: `Reports - Clone Report In Group `_. Parameters ---------- diff --git a/src/sempy_labs/report/_report_rebind.py b/src/sempy_labs/report/_report_rebind.py index ee0ec1d9..c561a189 100644 --- a/src/sempy_labs/report/_report_rebind.py +++ b/src/sempy_labs/report/_report_rebind.py @@ -19,7 +19,7 @@ def report_rebind( """ Rebinds a report to a semantic model. - This is a wrapper function for the following API: `Reports - Rebind Report In Group `_. Parameters ----------