Dummy NotebookUtils/MsSparkUtils for Python
This is a pure dummy interfaces package which mirrors MsSparkUtils' APIs of Azure Synapse Analytics for python users,customer of Azure Synapse Analytics can download this package from PyPi to generate the build.
Getting started
Install dummy_notebookutils with pip:
pip install dummy-notebookutils
Examples
from notebookutils import mssparkutils
mssparkutils.fs.ls("/")
NOTICE: again, the package only mirrors APIs of synapse mssparkutils without actual functionality. The main goal is to help customer generating the local build. You always need upload your built package to synapse workspace for end to end testing.