Skip to content

mwc360/onelake-shortcut-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

onelake-shortcut-tools

PyPI Release PyPI Downloads

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)

image

Supported Configrations

  • Databricks Unity Catalog is currently required. hive_metastore support 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages