Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
e936708
First commit
SandeepSamba Feb 27, 2025
8107847
ndc functional
SandeepSamba Feb 27, 2025
e83cce5
Test - 1
SandeepSamba Feb 28, 2025
26ff1a9
Merge branch 'main' into sandeep/add-connector-testing-for-release
SandeepSamba Feb 28, 2025
15fbf9e
Add pr check
SandeepSamba Feb 28, 2025
3ecb1b1
Merge branch 'sandeep/add-connector-testing-for-release' of https://g…
SandeepSamba Feb 28, 2025
106fccf
Add PR check
SandeepSamba Feb 28, 2025
cbc14b5
Fix log written to stdout
SandeepSamba Feb 28, 2025
fc519b6
test 2
SandeepSamba Feb 28, 2025
0452856
test 3
SandeepSamba Feb 28, 2025
ef45b57
latest bun
SandeepSamba Feb 28, 2025
c7ff3d1
save commit
SandeepSamba Mar 1, 2025
6803b83
validate functional
SandeepSamba Mar 1, 2025
de0d30b
revert nodejs modification
SandeepSamba Mar 1, 2025
046abb7
Working ndc-tests
SandeepSamba Mar 2, 2025
6f9f4b7
Workflow fixed
SandeepSamba Mar 2, 2025
2b6c433
fix again
SandeepSamba Mar 2, 2025
b5aecc2
one more fix
SandeepSamba Mar 2, 2025
013ebf8
Fix workflow again
SandeepSamba Mar 2, 2025
e8b914f
final push
SandeepSamba Mar 2, 2025
846c2e2
Add missing env vars
SandeepSamba Mar 2, 2025
dc2eedf
final test with postgres
SandeepSamba Mar 2, 2025
30bb83e
add go
SandeepSamba Mar 2, 2025
554f67d
add graphql
SandeepSamba Mar 2, 2025
6b9adfe
add http
SandeepSamba Mar 2, 2025
b0c03c0
add mongodb
SandeepSamba Mar 2, 2025
61cb404
add mysql
SandeepSamba Mar 2, 2025
1efb173
add nodejs
SandeepSamba Mar 2, 2025
a7aabcd
Add oracle
SandeepSamba Mar 2, 2025
0dacacf
add trino
SandeepSamba Mar 2, 2025
be350d6
fix ndc docker setup path
SandeepSamba Mar 2, 2025
00c6b3d
Revert test only changes
SandeepSamba Mar 2, 2025
00ac66c
Add readme and cleanup
SandeepSamba Mar 4, 2025
c8d6f0d
Use secrets
SandeepSamba Mar 4, 2025
13d29a7
Release python connector with tests
SandeepSamba Mar 4, 2025
9681d3c
fix typo
SandeepSamba Mar 4, 2025
5811454
Merge branch 'main' of https://github.com/hasura/ndc-hub into sandeep…
SandeepSamba Mar 4, 2025
ce95e6c
Merge branch 'main' into sandeep/sample-release-with-tests
hgiasac Apr 4, 2025
731f324
release v0.2.0
hgiasac Apr 4, 2025
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
45 changes: 3 additions & 42 deletions registry/hasura/python/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
"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"
"tags": ["lambda"],
"latest_version": "v0.2.0"
},
"author": {
"support_email": "support@hasura.io",
Expand All @@ -18,43 +16,6 @@
"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
}
]
"repository": "https://github.com/hasura/ndc-python-lambda"
}
}
14 changes: 14 additions & 0 deletions registry/hasura/python/releases/v0.2.0/connector-packaging.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": "v0.2.0",
"uri": "https://github.com/hasura/ndc-python-lambda/releases/download/v0.2.0/connector-definition.tgz",
"checksum": {
"type": "sha256",
"value": "61eb61d7a1b3feb32bd79e0942aded73a091595c07ab4c1993893119c07854bd"
},
"source": {
"hash": "4cb6f2a78ba2b335fa20077373355ccb3a08e4fc"
},
"test": {
"test_config_path": "../../tests/test-config.json"
}
}
3 changes: 3 additions & 0 deletions registry/hasura/python/tests/snapshots/query1/request.graphql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
query test($name: String!) {
hello(name: $name)
}
5 changes: 5 additions & 0 deletions registry/hasura/python/tests/snapshots/query1/response.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"data": {
"hello": "Hello Sandeep"
}
}
3 changes: 3 additions & 0 deletions registry/hasura/python/tests/snapshots/query1/variables.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "Sandeep"
}
5 changes: 5 additions & 0 deletions registry/hasura/python/tests/test-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"hub_id": "hasura/python",
"port": 8083,
"snapshots_dir": "snapshots"
}
Loading