Skip to content

Commit

Permalink
Release Databricks connector!
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik committed Oct 30, 2024
1 parent 60e9a93 commit b6ab870
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
Binary file added registry/hasura/databricks/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions registry/hasura/databricks/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"overview": {
"namespace": "hasura",
"description": "The Databricks Native Data Connector allows for connecting to a Databricks instance giving you an instant GraphQL API on top of your Databricks data.",
"title": "Databricks Native Data Connector",
"logo": "logo.png",
"tags": [
"database"
],
"latest_version": "v0.1.3"
},
"author": {
"support_email": "[email protected]",
"homepage": "https://hasura.io",
"name": "Hasura"
},
"is_verified": true,
"is_hosted_by_hasura": false,
"source_code": {
"is_open_source": true,
"repository": "https://github.com/hasura/ndc-databricks/",
"version": [
{
"tag": "v0.1.3",
"hash": "5c7defbbd6144784995f5c7a42fc5927eacf293a",
"is_verified": true
}
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version": "0.1.3",
"uri": "https://github.com/hasura/ndc-databricks/releases/download/v0.1.3/connector-definition.tgz",
"checksum": {
"type": "sha256",
"value": "34c9e638fcc17a6af719bbd8be4f7deb0c66d2927b26fdc42ff1e87e408e7a09"
},
"source": {
"hash": "5c7defbbd6144784995f5c7a42fc5927eacf293a"
}
}

0 comments on commit b6ab870

Please sign in to comment.