A library of tools for OneLake shortcuts.
Project description
onelake-shortcut-tools
OneLake Shortcut Tools is library to help enable using OneLake Shortcuts in Microsoft Fabric.
Key Features:
- Databricks Delta Table Compatibility Checker: Quickly determine the compatibility of Databricks Delta tables with different Fabric runtime versions. Classification of read vs. write compatibility and whether or not droppable features exist which can allow for the table to be read or written to via Fabric Spark.
Installation
pip install onelake-shortcut-tools
Usage
from onelake_shortcut_tools.compatibility_checker import CompatibilityChecker
df = CompatibilityChecker(
catalog_names=['catalog1', 'catalog2'],
schema_names=[],
fabric_runtime='1.3'
).evaluate()
display(df)
Supported Configrations
- Databricks Unity Catalog is currently required.
hive_metastoresupport will be added if there's interest. Please submit and issue! - Apache Spark Runtime for Fabric 1.2, 1.3, and 2.0 EPP are currently supported.
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 onelake_shortcut_tools-0.2.1.tar.gz.
File metadata
- Download URL: onelake_shortcut_tools-0.2.1.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.24
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67fcf0d96e76301c75c96ad2444f57be6748e41d0d9524891238579a36338269
|
|
| MD5 |
d0f73190905ca09094421b9bcdb878e9
|
|
| BLAKE2b-256 |
45a8a55fcbdeaa43498fc79b716b561c0fd3c7b4fc1823ce8fc658c3cc07dba1
|
File details
Details for the file onelake_shortcut_tools-0.2.1-py3-none-any.whl.
File metadata
- Download URL: onelake_shortcut_tools-0.2.1-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.24
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e11ab10eaff518deb38c43102221245ee50a441df236db55b32932025dc3716c
|
|
| MD5 |
0361867b6bde0ff30600dd4f89b8b820
|
|
| BLAKE2b-256 |
77076f40af50aff5d87b4f10a09ab74987b4fb89624b2b11e9a43c2fe3dc7f27
|