Skip to content

Commit

Permalink
cleanup docstr
Browse files Browse the repository at this point in the history
  • Loading branch information
benpankow committed Aug 7, 2024
1 parent f71ea05 commit f715089
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ def fetch_powerbi_workspace_data(
"""Retrieves all Power BI content from the workspace and returns it as a PowerBIWorkspaceData object.
Future work will cache this data to avoid repeated calls to the Power BI API.
Args:
powerbi_workspace (PowerBiWorkspace): The Power BI resource to use to fetch the data.
Returns:
PowerBIWorkspaceData: A snapshot of the Power BI workspace's content.
"""
Expand Down Expand Up @@ -133,7 +130,6 @@ def build_asset_specs(
Future work will cache this data to avoid repeated calls to the Power BI API.
Args:
powerbi_workspace (PowerBiWorkspace): The Power BI resource to use to fetch the data.
dagster_powerbi_translator (Type[DagsterPowerBITranslator]): The translator to use
to convert Power BI content into AssetSpecs. Defaults to DagsterPowerBITranslator.
Expand Down

0 comments on commit f715089

Please sign in to comment.