Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release BigQuery version 1.0.0 #402

Merged
merged 1 commit into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion registry/hasura/bigquery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 17 additions & 1 deletion registry/hasura/bigquery/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions registry/hasura/bigquery/releases/v1.0.0/connector-packaging.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
Loading