Skip to content

Commit

Permalink
update namespace information for all hub connectors
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptnull committed Jan 9, 2024
1 parent 2fd2e6f commit e1e7be2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions registry/clickhouse/metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"overview":{
"namespace":"hasura",
"description":"The Clickhouse Native Data Connector allows for connecting to a Clickhouse instance giving you an instant GraphQL API on top of your Clickhouse data.",
"title":"Clickhouse Native Data Connector",
"logo":"logo.png",
Expand Down
1 change: 1 addition & 0 deletions registry/postgres/metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"overview": {
"namespace":"hasura",
"description": "Connect to a PostgreSQL database and expose them to Hasura v3 Project",
"title": "PostgreSQL Native Data Connector",
"logo": "logo.png",
Expand Down
1 change: 1 addition & 0 deletions registry/qdrant/metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"overview":{
"namespace":"hasura",
"description":"The Qdrant Data Connector allows for connecting to a Qdrant instance giving you an instant GraphQL API on top of your Qdrant Vector Data.",
"title":"Qdrant Data Connector",
"logo":"logo.png",
Expand Down
2 changes: 1 addition & 1 deletion registry/sendgrid/metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"overview":{
"namespace": "hasura",
"namespace":"hasura",
"description":"Connect to SendGrid v3 API and expose it to Hasura Cloud v3 project",
"title":"SendGrid Native Data Connector",
"logo":"logo.png",
Expand Down
1 change: 1 addition & 0 deletions registry/typescript-deno/metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"overview":{
"namespace":"hasura",
"description":"Connect to user-supplied typescript functions and expose them to Hasura Cloud v3 project",
"title":"Typescript (Deno) Connector",
"logo":"logo.png",
Expand Down

0 comments on commit e1e7be2

Please sign in to comment.