Example containing a small PySpark application that configures the integration with Unity Catalog OSS to query a delta table.
The repo provides a Docker image that for show & tell purpose contains the unity catalog server along with a PySpark app for those in the Python ecosystem.
docker compose up -d --build docker exec ucoss python /opt/app/app.pyThe example app queries the built-in numbers table. You should see this as output.

You can use the cli to interact with Unity Catalog APIs to crud catalogs, schemas, tables, etc.
Have a look at some examples in the official repo.