From 364e7eddccdadc82bc4dcb6a3bf136f305a6fec4 Mon Sep 17 00:00:00 2001 From: py Date: Fri, 6 Dec 2024 14:31:43 +0530 Subject: [PATCH] release BigQuery v1.0.0 --- registry/hasura/bigquery/README.md | 1 - registry/hasura/bigquery/metadata.json | 18 +++++++++++++++++- .../releases/v1.0.0/connector-packaging.json | 11 +++++++++++ 3 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 registry/hasura/bigquery/releases/v1.0.0/connector-packaging.json diff --git a/registry/hasura/bigquery/README.md b/registry/hasura/bigquery/README.md index 07619a99..fad447fc 100644 --- a/registry/hasura/bigquery/README.md +++ b/registry/hasura/bigquery/README.md @@ -3,7 +3,6 @@ [![Docs](https://img.shields.io/badge/docs-v3.x-brightgreen.svg?style=flat)](https://hasura.io/docs/3.0) [![ndc-hub](https://img.shields.io/badge/ndc--hub-bigquery-blue.svg?style=flat)](https://hasura.io/connectors/bigquery) [![License](https://img.shields.io/badge/license-Apache--2.0-purple.svg?style=flat)](LICENSE.txt) -[![Status](https://img.shields.io/badge/status-alpha-yellow.svg?style=flat)](./readme.md) With this connector, Hasura allows you to instantly create a real-time GraphQL API on top of your data models in BigQuery. This connector supports BigQuery's functionalities listed in the table below, allowing for efficient and diff --git a/registry/hasura/bigquery/metadata.json b/registry/hasura/bigquery/metadata.json index c2b35936..52e5c676 100644 --- a/registry/hasura/bigquery/metadata.json +++ b/registry/hasura/bigquery/metadata.json @@ -5,7 +5,7 @@ "title": "BigQuery Connector", "logo": "logo.png", "tags": ["database"], - "latest_version": "v0.1.1" + "latest_version": "v1.0.0" }, "author": { "support_email": "support@hasura.io", @@ -15,6 +15,17 @@ "is_verified": true, "is_hosted_by_hasura": true, "packages": [ + { + "version": "v1.0.0", + "uri": "https://github.com/hasura/ndc-bigquery/releases/download/v1.0.0/package.tar.gz", + "checksum": { + "type": "sha256", + "value": "51c8b7efe737c102373e79a2c78e4ab8d36fe9d6af6f8637fd75c347d6623c35" + }, + "source": { + "hash": "330310de3f8dc06ffada89d7bc908597a68a4eb8" + } + }, { "version": "0.1.1", "uri": "https://github.com/hasura/ndc-bigquery/releases/download/v0.1.1/package.tar.gz", @@ -31,6 +42,11 @@ "is_open_source": true, "repository": "https://github.com/hasura/ndc-bigquery/", "version": [ + { + "tag": "v1.0.0", + "hash": "330310de3f8dc06ffada89d7bc908597a68a4eb8", + "is_verified": true + }, { "tag": "v0.1.1", "hash": "10ac176c590840971354a611c156aef6bc9915c4", diff --git a/registry/hasura/bigquery/releases/v1.0.0/connector-packaging.json b/registry/hasura/bigquery/releases/v1.0.0/connector-packaging.json new file mode 100644 index 00000000..789c0990 --- /dev/null +++ b/registry/hasura/bigquery/releases/v1.0.0/connector-packaging.json @@ -0,0 +1,11 @@ +{ + "version": "v1.0.0", + "uri": "https://github.com/hasura/ndc-bigquery/releases/download/v1.0.0/package.tar.gz", + "checksum": { + "type": "sha256", + "value": "51c8b7efe737c102373e79a2c78e4ab8d36fe9d6af6f8637fd75c347d6623c35" + }, + "source": { + "hash": "330310de3f8dc06ffada89d7bc908597a68a4eb8" + } +} \ No newline at end of file