Skip to main content

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)

image

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 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

onelake-shortcut-tools-0.1.1.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

onelake_shortcut_tools-0.1.1-py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page