-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ndc-python-lambda connector to v0.1.6 (#448)
This PR updates the ndc-python-lambda connector metadata to version 0.1.6. Co-authored-by: GitHub Action <[email protected]>
- Loading branch information
1 parent
e2a2489
commit aaf6bf4
Showing
3 changed files
with
144 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,60 @@ | ||
{ | ||
"overview":{ | ||
"namespace":"hasura", | ||
"description":"The Python Lambda Connector allows you to expose Python functions as NDC functions/procedures for use in your Hasura DDN subgraphs.", | ||
"title":"Python Lambda Connector", | ||
"logo":"logo.svg", | ||
"tags":["lambda"], | ||
"latest_version":"v0.1.4" | ||
}, | ||
"author":{ | ||
"support_email":"[email protected]", | ||
"homepage":"https://hasura.io", | ||
"name":"Hasura" | ||
}, | ||
"is_verified":false, | ||
"is_hosted_by_hasura":false, | ||
"source_code":{ | ||
"is_open_source":true, | ||
"repository":"https://github.com/hasura/ndc-python-lambda", | ||
"version":[ | ||
{ | ||
"tag":"v0.0.45", | ||
"hash":"76a3d43d8ccf990b14812d9c0c354c4320b810f6", | ||
"is_verified": false | ||
}, | ||
{ | ||
"tag":"v0.1.0", | ||
"hash":"6f83afe355a60bd9677536e1bb13b212dca5460a", | ||
"is_verified": false | ||
}, | ||
{ | ||
"tag": "v0.1.1", | ||
"hash": "74267a7fa5212c9963b47a72d8dbe1e682b9c195", | ||
"is_verified": false | ||
}, | ||
{ | ||
"tag": "v0.1.2", | ||
"hash": "6df477dd3fcb39bae481c9ef10bff09c6cee1ac9", | ||
"is_verified": false | ||
}, | ||
{ | ||
"tag": "v0.1.3", | ||
"hash": "455f4ec34a58421efd815d5071b88c0211d4f201", | ||
"is_verified": false | ||
}, | ||
{ | ||
"tag": "v0.1.4", | ||
"hash": "5bdfa301446f2aecee190d0fd9c6d9081f802109", | ||
"is_verified": false | ||
} | ||
] | ||
} | ||
} | ||
"overview": { | ||
"namespace": "hasura", | ||
"description": "The Python Lambda Connector allows you to expose Python functions as NDC functions/procedures for use in your Hasura DDN subgraphs.", | ||
"title": "Python Lambda Connector", | ||
"logo": "logo.svg", | ||
"tags": [ | ||
"lambda" | ||
], | ||
"latest_version": "v0.1.6" | ||
}, | ||
"author": { | ||
"support_email": "[email protected]", | ||
"homepage": "https://hasura.io", | ||
"name": "Hasura" | ||
}, | ||
"is_verified": false, | ||
"is_hosted_by_hasura": false, | ||
"source_code": { | ||
"is_open_source": true, | ||
"repository": "https://github.com/hasura/ndc-python-lambda", | ||
"version": [ | ||
{ | ||
"tag": "v0.0.45", | ||
"hash": "76a3d43d8ccf990b14812d9c0c354c4320b810f6", | ||
"is_verified": false | ||
}, | ||
{ | ||
"tag": "v0.1.0", | ||
"hash": "6f83afe355a60bd9677536e1bb13b212dca5460a", | ||
"is_verified": false | ||
}, | ||
{ | ||
"tag": "v0.1.1", | ||
"hash": "74267a7fa5212c9963b47a72d8dbe1e682b9c195", | ||
"is_verified": false | ||
}, | ||
{ | ||
"tag": "v0.1.2", | ||
"hash": "6df477dd3fcb39bae481c9ef10bff09c6cee1ac9", | ||
"is_verified": false | ||
}, | ||
{ | ||
"tag": "v0.1.3", | ||
"hash": "455f4ec34a58421efd815d5071b88c0211d4f201", | ||
"is_verified": false | ||
}, | ||
{ | ||
"tag": "v0.1.4", | ||
"hash": "5bdfa301446f2aecee190d0fd9c6d9081f802109", | ||
"is_verified": false | ||
}, | ||
{ | ||
"tag": "v0.1.6", | ||
"hash": "8d4a064a8dc92bb5f2ffc1002db43b69cf63701c", | ||
"is_verified": false | ||
} | ||
] | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
registry/hasura/python/releases/v0.1.6/connector-packaging.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"version": "v0.1.6", | ||
"uri": "https://github.com/hasura/ndc-python-lambda/releases/download/v0.1.6/connector-definition.tgz", | ||
"checksum": { | ||
"type": "sha256", | ||
"value": "20a9cf16fd8fdfa840d5acd13ad7cb73a3552eb00168823e27c91b9c2de35116" | ||
}, | ||
"source": { | ||
"hash": "8d4a064a8dc92bb5f2ffc1002db43b69cf63701c" | ||
} | ||
} |