https://github.com/octoenergy/tentaclio-databricks
Module to give tentaclio support to databricks
https://github.com/octoenergy/tentaclio-databricks
data
Last synced: about 1 year ago
JSON representation
Module to give tentaclio support to databricks
- Host: GitHub
- URL: https://github.com/octoenergy/tentaclio-databricks
- Owner: octoenergy
- License: mit
- Created: 2021-11-05T10:40:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-14T07:12:14.000Z (over 2 years ago)
- Last Synced: 2024-03-26T08:21:45.310Z (over 2 years ago)
- Topics: data
- Language: Python
- Size: 103 KB
- Stars: 0
- Watchers: 16
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
# tentaclio-databricks
A package containing all the dependencies for the `databricks+thrift` tentaclio schema .
## Quick Start
This project comes with a `Makefile` which is ready to do basic common tasks
```
$ make help
install Initalise the virtual env installing deps
clean Remove all the unwanted clutter
lock Lock dependencies
update Update dependencies (whole tree)
sync Install dependencies as per the lock file
lint Lint files with flake and mypy
format Run black and isort
test Run unit tests
circleci Validate circleci configuration (needs circleci cli)
```
## Configuring access to Databricks
Your connection url should be in the following format:
```
databricks+thrift://@?HTTPPath=
```
Example values:
- token: dapi1213456789abc
- host: myhost.databricks.com
- http_path: /sql/1.0/endpoints/123456789