A short description of your project.
Project description
notebookutils-interface
Provides implementations and interfaces upon the dummy notebook utils from Microsoft in Synapse Analytics and Fabric to support local development with notebookutils
Based on the dummy-notebookutils from pypi: https://pypi.org/project/dummy-notebookutils/ and aims to add functionality to run in a local development environment.
Sample usage
from notebookutils import mssparkutils
files = mssparkutils.fs.ls("notebookutils/")
print(files)
Output of the sample: [FileInfo(path=notebookutils/credentials.py, name=credentials.py, size=212), FileInfo(path=notebookutils/fabricClient.py, name=fabricClient.py, size=309), FileInfo(path=notebookutils/fs.py, name=fs.py, size=1004), FileInfo(path=notebookutils/lakehouse.py, name=lakehouse.py, size=654), FileInfo(path=notebookutils/mssparkutils, name=mssparkutils, size=None), FileInfo(path=notebookutils/notebook.py, name=notebook.py, size=681), FileInfo(path=notebookutils/runtime.py, name=runtime.py, size=123), FileInfo(path=notebookutils/session.py, name=session.py, size=61), FileInfo(path=notebookutils/warehouse.py, name=warehouse.py, size=438), FileInfo(path=notebookutils/workspace.py, name=workspace.py, size=449), FileInfo(path=notebookutils/init.py, name=init.py, size=205), FileInfo(path=notebookutils/pycache, name=pycache, size=None)]
What can this interface be used for
- Actual mssparkutils.fs implementation to interact with the local file system
- fs implementation doesn't support Hadoop or Cloud Storage yet such as Azure Data Lake (can be added later)
- Dummy API Calls to mssparkutils for most functionality
Important Notes
This interface should be used instead of dummy-notebookutils from Microsoft, as they have the same module path notebookutils and notebookutils.mssparkutils.
In Synapse and Fabric this install is not required, the same imports as in the sample can be used but will then point to the actual notebookutils and notebookutils.mssparkutils installed natively in Fabric/Synapse.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file notebookutils_interface-0.2.1.tar.gz.
File metadata
- Download URL: notebookutils_interface-0.2.1.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ddf7d2d6a395d820a111f1d94131c06c0b6b5043cfcf746bd01afa4eb421115c
|
|
| MD5 |
db2318524db4a5dbf6279627362cd11d
|
|
| BLAKE2b-256 |
42afb2173a4b3338cd29b40a51eac8fe92d18d387d9865b8cd8ed506d8fe0631
|
File details
Details for the file notebookutils_interface-0.2.1-py3-none-any.whl.
File metadata
- Download URL: notebookutils_interface-0.2.1-py3-none-any.whl
- Upload date:
- Size: 9.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
617b800a06b967a8edeff6ce177301f42ca083fe5c4267d3bf87823edeb7fffe
|
|
| MD5 |
72ebb3f629803faf33101e7359ad103a
|
|
| BLAKE2b-256 |
1db63640ee6b181ea7cb1bcdccaa8cd01b59c1bf26faaa27d2c63f07a91734f0
|