Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/sempy_labs/_data_pipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://learn.microsoft.com/rest/api/fabric/datapipeline/items/list-data-pipelines`_.
This is a wrapper function for the following API: `Items - List Data Pipelines <https://learn.microsoft.com/rest/api/fabric/datapipeline/items/list-data-pipelines>`_.

Parameters
----------
Expand Down Expand Up @@ -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 <https://learn.microsoft.com/rest/api/fabric/datapipeline/items/create-data-pipeline`_.
This is a wrapper function for the following API: `Items - Create Data Pipeline <https://learn.microsoft.com/rest/api/fabric/datapipeline/items/create-data-pipeline>`_.

Parameters
----------
Expand Down Expand Up @@ -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 <https://learn.microsoft.com/rest/api/fabric/datapipeline/items/delete-data-pipeline`_.
This is a wrapper function for the following API: `Items - Delete Data Pipeline <https://learn.microsoft.com/rest/api/fabric/datapipeline/items/delete-data-pipeline>`_.

Parameters
----------
Expand Down
4 changes: 2 additions & 2 deletions src/sempy_labs/_dataflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://learn.microsoft.com/rest/api/power-bi/dataflow-storage-accounts/groups-assign-to-dataflow-storage`_.
This is a wrapper function for the following API: `Dataflow Storage Accounts - Groups AssignToDataflowStorage <https://learn.microsoft.com/rest/api/power-bi/dataflow-storage-accounts/groups-assign-to-dataflow-storage>`_.

Parameters
----------
Expand Down Expand Up @@ -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 <https://learn.microsoft.com/rest/api/power-bi/dataflow-storage-accounts/get-dataflow-storage-accounts`_.
This is a wrapper function for the following API: `Dataflow Storage Accounts - Get Dataflow Storage Accounts <https://learn.microsoft.com/rest/api/power-bi/dataflow-storage-accounts/get-dataflow-storage-accounts>`_.

Returns
-------
Expand Down
6 changes: 3 additions & 3 deletions src/sempy_labs/_deployment_pipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://learn.microsoft.com/rest/api/fabric/core/deployment-pipelines/list-deployment-pipelines`_.
This is a wrapper function for the following API: `Deployment Pipelines - List Deployment Pipelines <https://learn.microsoft.com/rest/api/fabric/core/deployment-pipelines/list-deployment-pipelines>`_.

Returns
-------
Expand Down Expand Up @@ -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 <https://learn.microsoft.com/rest/api/fabric/core/deployment-pipelines/list-deployment-pipeline-stages`_.
This is a wrapper function for the following API: `Deployment Pipelines - List Deployment Pipeline Stages <https://learn.microsoft.com/rest/api/fabric/core/deployment-pipelines/list-deployment-pipeline-stages>`_.

Parameters
----------
Expand Down Expand Up @@ -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 <https://learn.microsoft.com/rest/api/fabric/core/deployment-pipelines/list-deployment-pipeline-stage-items`_.
This is a wrapper function for the following API: `Deployment Pipelines - List Deployment Pipeline Stage Items <https://learn.microsoft.com/rest/api/fabric/core/deployment-pipelines/list-deployment-pipeline-stage-items>`_.

Parameters
----------
Expand Down
6 changes: 3 additions & 3 deletions src/sempy_labs/_environments.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def create_environment(
"""
Creates a Fabric environment.

This is a wrapper function for the following API: `Items - Create Environment <https://learn.microsoft.com/rest/api/fabric/environment/items/create-environment`_.
This is a wrapper function for the following API: `Items - Create Environment <https://learn.microsoft.com/rest/api/fabric/environment/items/create-environment>`_.

Parameters
----------
Expand Down Expand Up @@ -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 <https://learn.microsoft.com/rest/api/fabric/environment/items/list-environments`_.
This is a wrapper function for the following API: `Items - List Environments <https://learn.microsoft.com/rest/api/fabric/environment/items/list-environments>`_.

Parameters
----------
Expand Down Expand Up @@ -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 <https://learn.microsoft.com/rest/api/fabric/environment/items/delete-environment`_.
This is a wrapper function for the following API: `Items - Delete Environment <https://learn.microsoft.com/rest/api/fabric/environment/items/delete-environment>`_.

Parameters
----------
Expand Down
6 changes: 3 additions & 3 deletions src/sempy_labs/_eventhouses.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def create_eventhouse(
"""
Creates a Fabric eventhouse.

This is a wrapper function for the following API: `Items - Create Eventhouse <https://learn.microsoft.com/rest/api/fabric/environment/items/create-eventhouse`_.
This is a wrapper function for the following API: `Items - Create Eventhouse <https://learn.microsoft.com/rest/api/fabric/environment/items/create-eventhouse>`_.

Parameters
----------
Expand Down Expand Up @@ -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 <https://learn.microsoft.com/rest/api/fabric/environment/items/list-eventhouses`_.
This is a wrapper function for the following API: `Items - List Eventhouses <https://learn.microsoft.com/rest/api/fabric/environment/items/list-eventhouses>`_.

Parameters
----------
Expand Down Expand Up @@ -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 <https://learn.microsoft.com/rest/api/fabric/environment/items/delete-eventhouse`_.
This is a wrapper function for the following API: `Items - Delete Eventhouse <https://learn.microsoft.com/rest/api/fabric/environment/items/delete-eventhouse>`_.

Parameters
----------
Expand Down
6 changes: 3 additions & 3 deletions src/sempy_labs/_eventstreams.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://learn.microsoft.com/rest/api/fabric/environment/items/list-eventstreams`_.
This is a wrapper function for the following API: `Items - List Eventstreams <https://learn.microsoft.com/rest/api/fabric/environment/items/list-eventstreams>`_.

Parameters
----------
Expand Down Expand Up @@ -58,7 +58,7 @@ def create_eventstream(
"""
Creates a Fabric eventstream.

This is a wrapper function for the following API: `Items - Create Eventstream <https://learn.microsoft.com/rest/api/fabric/environment/items/create-eventstream`_.
This is a wrapper function for the following API: `Items - Create Eventstream <https://learn.microsoft.com/rest/api/fabric/environment/items/create-eventstream>`_.

Parameters
----------
Expand Down Expand Up @@ -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 <https://learn.microsoft.com/rest/api/fabric/environment/items/delete-eventstream`_.
This is a wrapper function for the following API: `Items - Delete Eventstream <https://learn.microsoft.com/rest/api/fabric/environment/items/delete-eventstream>`_.

Parameters
----------
Expand Down
2 changes: 1 addition & 1 deletion src/sempy_labs/_external_data_shares.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://learn.microsoft.com/rest/api/fabric/core/external-data-shares/create-external-data-share`_.
This is a wrapper function for the following API: `External Data Shares - Create External Data Share <https://learn.microsoft.com/rest/api/fabric/core/external-data-shares/create-external-data-share>`_.

Parameters
----------
Expand Down
6 changes: 3 additions & 3 deletions src/sempy_labs/_generate_semantic_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://learn.microsoft.com/rest/api/fabric/semanticmodel/items/create-semantic-model`_.
This is a wrapper function for the following API: `Items - Create Semantic Model <https://learn.microsoft.com/rest/api/fabric/semanticmodel/items/create-semantic-model>`_.

Parameters
----------
Expand Down Expand Up @@ -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 <https://learn.microsoft.com/rest/api/fabric/semanticmodel/items/update-semantic-model-definition`_.
This is a wrapper function for the following API: `Items - Update Semantic Model Definition <https://learn.microsoft.com/rest/api/fabric/semanticmodel/items/update-semantic-model-definition>`_.

Parameters
----------
Expand Down Expand Up @@ -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 <https://learn.microsoft.com/rest/api/fabric/semanticmodel/items/get-semantic-model-definition`_.
This is a wrapper function for the following API: `Items - Get Semantic Model Definition <https://learn.microsoft.com/rest/api/fabric/semanticmodel/items/get-semantic-model-definition>`_.

Parameters
----------
Expand Down
14 changes: 7 additions & 7 deletions src/sempy_labs/_git.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://learn.microsoft.com/rest/api/fabric/core/git/connect`_.
This is a wrapper function for the following API: `Git - Connect <https://learn.microsoft.com/rest/api/fabric/core/git/connect>`_.

Parameters
----------
Expand Down Expand Up @@ -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 <https://learn.microsoft.com/rest/api/fabric/core/git/disconnect`_.
This is a wrapper function for the following API: `Git - Disconnect <https://learn.microsoft.com/rest/api/fabric/core/git/disconnect>`_.

Parameters
----------
Expand All @@ -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 <https://learn.microsoft.com/rest/api/fabric/core/git/get-status`_.
This is a wrapper function for the following API: `Git - Get Status <https://learn.microsoft.com/rest/api/fabric/core/git/get-status>.

Parameters
----------
Expand Down Expand Up @@ -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 <https://learn.microsoft.com/rest/api/fabric/core/git/get-connection`_.
This is a wrapper function for the following API: `Git - Get Connection <https://learn.microsoft.com/rest/api/fabric/core/git/get-connection>`_.

Parameters
----------
Expand Down Expand Up @@ -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 <https://learn.microsoft.com/rest/api/fabric/core/git/initialize-connection`_.
This is a wrapper function for the following API: `Git - Initialize Connection <https://learn.microsoft.com/rest/api/fabric/core/git/initialize-connection>`_.

Parameters
----------
Expand Down Expand Up @@ -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 <https://learn.microsoft.com/rest/api/fabric/core/git/commit-to-git`_.
This is a wrapper function for the following API: `Git - Commit to Git <https://learn.microsoft.com/rest/api/fabric/core/git/commit-to-git>`_.

Parameters
----------
Expand Down Expand Up @@ -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 <https://learn.microsoft.com/rest/api/fabric/core/git/update-from-git`_.
This is a wrapper function for the following API: `Git - Update From Git <https://learn.microsoft.com/rest/api/fabric/core/git/update-from-git>`_.

Parameters
----------
Expand Down
6 changes: 3 additions & 3 deletions src/sempy_labs/_kql_databases.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://learn.microsoft.com/rest/api/fabric/kqldatabase/items/list-kql-databases`_.
This is a wrapper function for the following API: `Items - List KQL Databases <https://learn.microsoft.com/rest/api/fabric/kqldatabase/items/list-kql-databases>`_.

Parameters
----------
Expand Down Expand Up @@ -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 <https://learn.microsoft.com/rest/api/fabric/kqldatabase/items/create-kql-database`_.
This is a wrapper function for the following API: `Items - Create KQL Database <https://learn.microsoft.com/rest/api/fabric/kqldatabase/items/create-kql-database>`_.

Parameters
----------
Expand Down Expand Up @@ -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 <https://learn.microsoft.com/rest/api/fabric/kqldatabase/items/delete-kql-database`_.
This is a wrapper function for the following API: `Items - Delete KQL Database <https://learn.microsoft.com/rest/api/fabric/kqldatabase/items/delete-kql-database>`_.

Parameters
----------
Expand Down
6 changes: 3 additions & 3 deletions src/sempy_labs/_kql_querysets.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://learn.microsoft.com/rest/api/fabric/kqlqueryset/items/list-kql-querysets`_.
This is a wrapper function for the following API: `Items - List KQL Querysets <https://learn.microsoft.com/rest/api/fabric/kqlqueryset/items/list-kql-querysets>`_.

Parameters
----------
Expand Down Expand Up @@ -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 <https://learn.microsoft.com/rest/api/fabric/kqlqueryset/items/create-kql-queryset`_.
This is a wrapper function for the following API: `Items - Create KQL Queryset <https://learn.microsoft.com/rest/api/fabric/kqlqueryset/items/create-kql-queryset>`_.

Parameters
----------
Expand Down Expand Up @@ -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 <https://learn.microsoft.com/rest/api/fabric/kqlqueryset/items/delete-kql-queryset`_.
This is a wrapper function for the following API: `Items - Delete KQL Queryset <https://learn.microsoft.com/rest/api/fabric/kqlqueryset/items/delete-kql-queryset>`_.

Parameters
----------
Expand Down
2 changes: 1 addition & 1 deletion src/sempy_labs/_mirrored_warehouses.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://learn.microsoft.com/rest/api/fabric/mirroredwarehouse/items/list-mirrored-warehouses`_.
This is a wrapper function for the following API: `Items - List Mirrored Warehouses <https://learn.microsoft.com/rest/api/fabric/mirroredwarehouse/items/list-mirrored-warehouses>`_.

Parameters
----------
Expand Down
6 changes: 3 additions & 3 deletions src/sempy_labs/_ml_experiments.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://learn.microsoft.com/rest/api/fabric/mlexperiment/items/list-ml-experiments`_.
This is a wrapper function for the following API: `Items - List ML Experiments <https://learn.microsoft.com/rest/api/fabric/mlexperiment/items/list-ml-experiments>`_.

Parameters
----------
Expand Down Expand Up @@ -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 <https://learn.microsoft.com/rest/api/fabric/mlexperiment/items/create-ml-experiment`_.
This is a wrapper function for the following API: `Items - Create ML Experiment <https://learn.microsoft.com/rest/api/fabric/mlexperiment/items/create-ml-experiment>`_.

Parameters
----------
Expand Down Expand Up @@ -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 <https://learn.microsoft.com/rest/api/fabric/mlexperiment/items/delete-ml-experiment`_.
This is a wrapper function for the following API: `Items - Delete ML Experiment <https://learn.microsoft.com/rest/api/fabric/mlexperiment/items/delete-ml-experiment>`_.

Parameters
----------
Expand Down
Loading
Loading