From e1e7be2bf168bac334e8095d1ccc8b3bfde074fd Mon Sep 17 00:00:00 2001 From: Vishnu Bharathi Date: Tue, 9 Jan 2024 19:58:12 +0530 Subject: [PATCH] update namespace information for all hub connectors --- registry/clickhouse/metadata.json | 1 + registry/postgres/metadata.json | 1 + registry/qdrant/metadata.json | 1 + registry/sendgrid/metadata.json | 2 +- registry/typescript-deno/metadata.json | 1 + 5 files changed, 5 insertions(+), 1 deletion(-) diff --git a/registry/clickhouse/metadata.json b/registry/clickhouse/metadata.json index ef1e70aa..0b81aa5d 100644 --- a/registry/clickhouse/metadata.json +++ b/registry/clickhouse/metadata.json @@ -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", diff --git a/registry/postgres/metadata.json b/registry/postgres/metadata.json index d970e701..5ceea07e 100644 --- a/registry/postgres/metadata.json +++ b/registry/postgres/metadata.json @@ -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", diff --git a/registry/qdrant/metadata.json b/registry/qdrant/metadata.json index a565d3a8..74e7cefb 100644 --- a/registry/qdrant/metadata.json +++ b/registry/qdrant/metadata.json @@ -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", diff --git a/registry/sendgrid/metadata.json b/registry/sendgrid/metadata.json index 8cebb9a8..9ce2a4b2 100644 --- a/registry/sendgrid/metadata.json +++ b/registry/sendgrid/metadata.json @@ -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", diff --git a/registry/typescript-deno/metadata.json b/registry/typescript-deno/metadata.json index af7bdeda..96d5cef8 100644 --- a/registry/typescript-deno/metadata.json +++ b/registry/typescript-deno/metadata.json @@ -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",