Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Saving report_json file to lakehouse using Python Notebook #407

Open
triCNguyen5 opened this issue Jan 14, 2025 · 1 comment
Open

Saving report_json file to lakehouse using Python Notebook #407

triCNguyen5 opened this issue Jan 14, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@triCNguyen5
Copy link

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.

@triCNguyen5 triCNguyen5 added the enhancement New feature or request label Jan 14, 2025
@m-kovalsky
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants