Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 746 Bytes

CONTRIBUTING.md

File metadata and controls

36 lines (29 loc) · 746 Bytes

We happily welcome contributions to this project. We use GitHub Issues to track community reported issues and GitHub Pull Requests for accepting changes pursuant to a CLA.

Setup for Development

configure databricks sdk and cli authentication

~/.databrickscfg:
[DEFAULT]
host             = https://<workspace>.cloud.databricks.com
jobs-api-version = 2.0
cluster_id       = 9999-999999-dcbte59m
token            = dapifdeadbeef.......

setup and activate python environment

pyenv virtualenv pixels
pyenv activate pixels

get source code

git clone https://github.com/databricks-industry-solutions/pixels
cd pixels

install dependencies

make dev

verify

make test