Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PySpark + UCOSS

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.

Build and run with docker compose

docker compose up -d --build  

Run pyspark app

docker exec ucoss python /opt/app/app.py

Result

The example app queries the built-in numbers table. You should see this as output. Alt text

Unity Catalog OSS CLI

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.

About

Pyspark integration example with UnityCatalog OSS

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages