Skip to content

Commit

Permalink
Release v0.2.0 for databricks (#415)
Browse files Browse the repository at this point in the history
Co-authored-by: Karthikeyan C <[email protected]>
  • Loading branch information
gneeri and codingkarthik authored Dec 23, 2024
1 parent a69ca2d commit a51ba6a
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
12 changes: 9 additions & 3 deletions registry/hasura/databricks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,22 @@ This connector implements the [Data Connector Spec](https://github.com/hasura/nd
Below, you'll find a matrix of all supported features for the Databricks connector:

| Feature | Supported | Notes |
| ------------------------------- | --------- | ----- |
|---------------------------------|-----------|-------|
| Native Queries + Logical Models || |
| Native Mutations || |
| Simple Object Query || |
| Filter / Search || |
| Simple Aggregation || |
| Sort || |
| Paginate || |
| Table Relationships || |
| Views || |
| Relationships || |
| Remote Relationships || |
| Custom Fields || |
| Mutations || |
| Distinct || |
| Enums || |
| Naming Conventions || |
| Default Values || |
| User-defined Functions || |

Expand All @@ -57,8 +61,10 @@ When the wizard runs, you'll be prompted to enter the following env vars necessa
| Name | Description | Required |
|-------------------------|--------------------------------|----------|
| DATABRICKS_JDBC_URL | JDBC URL of your Databricks DB | Yes |
| DATABRICKS_ACCESS_TOKEN | Personal access token | Yes |
| DATABRICKS_SCHEMA | Databricks Schema | Yes |
| DATABRICKS_CATALOG | Databricks Catalog | Yes |

Note: While entering the JDBC URL, ensure that the JDBC URL is in accordance with the DataBricks JDBC URL format, as specified [here](https://docs.databricks.com/en/integrations/jdbc/authentication.html).

After the CLI initializes the connector, you'll need to:

Expand Down
7 changes: 6 additions & 1 deletion registry/hasura/databricks/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"tags": [
"database"
],
"latest_version": "v0.1.7"
"latest_version": "v0.2.0"
},
"author": {
"support_email": "[email protected]",
Expand All @@ -24,6 +24,11 @@
"tag": "v0.1.7",
"hash": "c04744ae937a818073fdf12534c6c59e05a22be8",
"is_verified": true
},
{
"tag": "v0.2.0",
"hash": "61b4562a0c5ececb9b3aa07691bd2be88ed700e9",
"is_verified": true
}
]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version": "v0.2.0",
"uri": "https://github.com/hasura/ndc-databricks/releases/download/v0.2.0/connector-definition.tgz",
"checksum": {
"type": "sha256",
"value": "57ec7207db8ecc65cb2ef60d7c9b8a33729fc5819a51973cc822ba25e1ad7578"
},
"source": {
"hash": "61b4562a0c5ececb9b3aa07691bd2be88ed700e9"
}
}

0 comments on commit a51ba6a

Please sign in to comment.