Skip to content

Commit

Permalink
fixed documentation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kovalsky committed Oct 14, 2024
1 parent 38beebc commit 3d573b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def show_unsupported_direct_lake_objects(
) -> Tuple[pd.DataFrame, pd.DataFrame, pd.DataFrame]:
"""
Returns a list of a semantic model's objects which are not supported by Direct Lake based on
`official documentation <https://learn.microsoft.com/power-bi/enterprise/directlake-overview#known-issues-and-limitations>`_.
`official documentation <https://learn.microsoft.com/power-bi/enterprise/directlake-overview#known-issues-and-limitations>`_.
Parameters
----------
Expand Down
2 changes: 1 addition & 1 deletion src/sempy_labs/migration/_create_pqt_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def create_pqt_file(
):
"""
Dynamically generates a `Power Query Template <https://learn.microsoft.com/power-query/power-query-template>`_ file based on the semantic model. The .pqt file is
saved within the Files section of your lakehouse.
saved within the Files section of your lakehouse.
Dataflows Gen2 has a `limit of 50 tables <https://learn.microsoft.com/power-query/power-query-online-limits>`_. If there are more than 50 tables, this will save multiple Power Query Template
files (with each file having a max of 50 tables).
Expand Down

0 comments on commit 3d573b3

Please sign in to comment.