Skip to content

Commit

Permalink
Release BigQuery v2.0.1 (#440)
Browse files Browse the repository at this point in the history
Co-authored-by: py <pranshi.hasura.io>
  • Loading branch information
pranshi06 authored Jan 16, 2025
1 parent 30d8aae commit 05d4a66
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
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": "v2.0.0"
"latest_version": "v2.0.1"
},
"author": {
"support_email": "[email protected]",
Expand All @@ -15,6 +15,17 @@
"is_verified": true,
"is_hosted_by_hasura": true,
"packages": [
{
"version": "v2.0.1",
"uri": "https://github.com/hasura/ndc-bigquery/releases/download/v2.0.1/package.tar.gz",
"checksum": {
"type": "sha256",
"value": "24a0a9143591970876326825f5ffdef21180a2e384c5ea8ed4bf133b2c332aca"
},
"source": {
"hash": "52f9a8c39dd7dc17fa6a5fce6aef0d42adc8eed1"
}
},
{
"version": "v2.0.0",
"uri": "https://github.com/hasura/ndc-bigquery/releases/download/v2.0.0/package.tar.gz",
Expand Down Expand Up @@ -53,6 +64,11 @@
"is_open_source": true,
"repository": "https://github.com/hasura/ndc-bigquery/",
"version": [
{
"tag": "v2.0.1",
"hash": "52f9a8c39dd7dc17fa6a5fce6aef0d42adc8eed1",
"is_verified": true
},
{
"tag": "v2.0.0",
"hash": "ffa5d601278d417eb68dd5a0be6e06a3e5e3e672",
Expand Down
11 changes: 11 additions & 0 deletions registry/hasura/bigquery/releases/v2.0.1/connector-packaging.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version": "v2.0.1",
"uri": "https://github.com/hasura/ndc-bigquery/releases/download/v2.0.1/package.tar.gz",
"checksum": {
"type": "sha256",
"value": "24a0a9143591970876326825f5ffdef21180a2e384c5ea8ed4bf133b2c332aca"
},
"source": {
"hash": "52f9a8c39dd7dc17fa6a5fce6aef0d42adc8eed1"
}
}

0 comments on commit 05d4a66

Please sign in to comment.