You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This method allows users to save the report_json file to a lakehouse when specifying a name to 'save_to_file_name', but it only works with PySpark (Python) Notebook.
If possible, please extend it to the regular Python Notebook.
The text was updated successfully, but these errors were encountered:
Correct. Currently saving dataframes to delta tables is done via spark. Looking at alternatives to reduce spark dependencies so that folks can leverage pure python notebooks in more scenarios.
sempy_labs.report.get_report_json(report: str, workspace: str | UUID | None, save_to_file_name: str | None = None) -> dict
This method allows users to save the report_json file to a lakehouse when specifying a name to 'save_to_file_name', but it only works with PySpark (Python) Notebook.
If possible, please extend it to the regular Python Notebook.
The text was updated successfully, but these errors were encountered: