Skip to content

Commit 3693fa3

Browse files
authored
Merge pull request #26 from surfalytics/dqx_demo_branch
DQX Demo project initial commit
2 parents 3eaee69 + 738dff2 commit 3693fa3

5 files changed

Lines changed: 1095 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.12
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
### DQX Demo Project
2+
3+
To run in databricks notebook, use the `dqx_demo_notebook.ipynb` file
4+
5+
To run locally in VS Code, use the `dqx_demo_notebook.ipynb` file
6+
7+
8+
#### Configuring remote connection to Databricks in VS Code
9+
10+
1. Install UV package manager
11+
Ex:
12+
```bash
13+
curl -LsSf https://astral.sh/uv/install.sh | sh
14+
```
15+
16+
2. Install dependencies
17+
```
18+
uv sync
19+
```
20+
21+
3. Create access token in Databricks workspace
22+
Go to Profile > Settings > User > Developer > Access tokens > Manage > Generate new token
23+
24+
4. Create databricks config in the home directory
25+
```
26+
~/.databrickscfg
27+
[DEFAULT]
28+
host = https://abcdefasdf.databricks.com
29+
token = your_generated_token
30+
serverless_compute_id = auto
31+
```

0 commit comments

Comments
 (0)