diff --git a/registry/hasura/databricks/README.md b/registry/hasura/databricks/README.md index 4c3903c4..f2038616 100644 --- a/registry/hasura/databricks/README.md +++ b/registry/hasura/databricks/README.md @@ -20,7 +20,7 @@ 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 | ✅ | | @@ -28,10 +28,14 @@ Below, you'll find a matrix of all supported features for the Databricks connect | Simple Aggregation | ✅ | | | Sort | ✅ | | | Paginate | ✅ | | +| Table Relationships | ❌ | | | Views | ✅ | | -| Relationships | ✅ | | +| Remote Relationships | ✅ | | +| Custom Fields | ❌ | | | Mutations | ❌ | | | Distinct | ❌ | | +| Enums | ❌ | | +| Naming Conventions | ❌ | | | Default Values | ❌ | | | User-defined Functions | ❌ | | @@ -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: diff --git a/registry/hasura/databricks/metadata.json b/registry/hasura/databricks/metadata.json index 15efb6d2..eb8e7649 100644 --- a/registry/hasura/databricks/metadata.json +++ b/registry/hasura/databricks/metadata.json @@ -7,7 +7,7 @@ "tags": [ "database" ], - "latest_version": "v0.1.7" + "latest_version": "v0.2.0" }, "author": { "support_email": "support@hasura.io", @@ -24,6 +24,11 @@ "tag": "v0.1.7", "hash": "c04744ae937a818073fdf12534c6c59e05a22be8", "is_verified": true + }, + { + "tag": "v0.2.0", + "hash": "61b4562a0c5ececb9b3aa07691bd2be88ed700e9", + "is_verified": true } ] } diff --git a/registry/hasura/databricks/releases/v0.2.0/connector-packaging.json b/registry/hasura/databricks/releases/v0.2.0/connector-packaging.json new file mode 100644 index 00000000..ea928d26 --- /dev/null +++ b/registry/hasura/databricks/releases/v0.2.0/connector-packaging.json @@ -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" + } +}