Skip to content

IceRhymers/sql2uc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL2UC

This project is an attempt to translate SQL like syntax (like databricks SQL) to API calls and objects for Unity Catalog to provide a familiar SQL like interface when managing data assets within Unity Catalog.

Work in Progress.

Building

Configuring Podman

I'm using podman for this project since it's free, and use test containers for unit and integration tests.

First you'll need to set the machine to rootful

podman machine set --rootful

Then you need to tell ryuk to be privileged.

echo "ryuk.container.privileged = true" >> ~/.testcontainers.properties

About

SQL to Unity Catalog API calls translator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published