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