Skip to content

ZenW00kie/pybricks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyBricks

PyBricks is the Databricks SDK for Python, which allows Python developers to write software that uses the Databricks platform, including Clusters and DBFS.

This app uses the following open-source libraries: Databricks CLI License

Setup

Automatic authentication

In order to make use of the automatic authentication you currently need a .databrickscfg file in your home directory (we're working on having the ability to create this config on the fly). The config file should look like the following:

[DEFAULT]
host = HOST
username = USERNAME
password = PASSWORD
token = DATABRICKS TOKEN

You can use you username and password and/or create an API token.

Clusters

DBFS

Jobs

Stacks

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages