Skip to content

Commit

Permalink
Update duckdb connector to v0.1.6 (#437)
Browse files Browse the repository at this point in the history
This PR updates the duckdb connector metadata to version 0.1.6.

Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
TristenHarr and actions-user authored Jan 16, 2025
1 parent 9b2569d commit 30d8aae
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
7 changes: 6 additions & 1 deletion registry/hasura/duckdb/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"tags": [
"database"
],
"latest_version": "v0.1.4"
"latest_version": "v0.1.6"
},
"author": {
"support_email": "Community Supported",
Expand Down Expand Up @@ -44,6 +44,11 @@
"tag": "v0.1.4",
"hash": "f9a04ce7a9b30c26f0141bbe23a4d2ee1a3e0d00",
"is_verified": false
},
{
"tag": "v0.1.6",
"hash": "de643e53e39db87c7cb7a60678031a753b39a50f",
"is_verified": false
}
]
}
Expand Down
11 changes: 11 additions & 0 deletions registry/hasura/duckdb/releases/v0.1.6/connector-packaging.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version": "v0.1.6",
"uri": "https://github.com/hasura/ndc-duckdb/releases/download/v0.1.6/connector-definition.tgz",
"checksum": {
"type": "sha256",
"value": "93758097c4c61da1e6b8ecd1af05f901f308fc2482c0bb25677c8d57d7423e93"
},
"source": {
"hash": "de643e53e39db87c7cb7a60678031a753b39a50f"
}
}

0 comments on commit 30d8aae

Please sign in to comment.