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.2'
).evaluate()
display(df)
Supported Configrations
- Databricks Unity Catalog is currently required for the beta release. Support for
hive_metastore
objects will be added in the next release. - Apache Spark Runtime for Fabric 1.2 and 1.3 Preview are currently supported.
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file onelake_shortcut_tools-0.1.2.tar.gz
.
File metadata
- Download URL: onelake_shortcut_tools-0.1.2.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 227b87c76a8cc567c5a03b4867bd0f1fcad6527e08ede41082a2c3d3ca007aeb |
|
MD5 | 228328592b44ebd1f146af92b6e28cb4 |
|
BLAKE2b-256 | e754eb45d93b727d982936a9a3377516200b7661984f6b8fce48021ead2d7f47 |
File details
Details for the file onelake_shortcut_tools-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: onelake_shortcut_tools-0.1.2-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 082ef9f9887b706fce4613bc28a5d564dedb8ac15f75ab73bf794c9ffb092cfa |
|
MD5 | f836efebcf9bfeaabbe98b6e0a671623 |
|
BLAKE2b-256 | 52d48b265f3b80f1f4afb021ce57e809a9733c46d7d774f797988c94ea8ca6ef |