An open API service indexing awesome lists of open source software.

https://github.com/renardeinside/dbx-sql-export

Quick example on exporting data via Databricks SQL ODBC driver
https://github.com/renardeinside/dbx-sql-export

Last synced: 9 months ago
JSON representation

Quick example on exporting data via Databricks SQL ODBC driver

Awesome Lists containing this project

README

          

# Quick example on using Databricks ODBC driver from Python

## Pre-requisites:
- Docker
- make

## How-to
- provide the following variables in `.env`:
```
DATABRICKS_TOKEN=dapi...
DATABRICKS_SERVER_HOSTNAME=...
DATABRICKS_HTTP_PATH=...
```

- build:
```
make build
```
launch:
```
make launch
```