Skip to content

Commit

Permalink
update ndc-hub to get json-formatted extract errors (#132)
Browse files Browse the repository at this point in the history
### What

This PR updates to the latest ndc-hub that contains a fix for returning
json-formatted extract errors.

### How

sed
  • Loading branch information
soupi committed Nov 2, 2023
1 parent 290346c commit f9581ba
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
24 changes: 23 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/connectors/ndc-postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name = "ndc-postgres"
path = "bin/main.rs"

[dependencies]
ndc-sdk = { git = "https://github.com/hasura/ndc-hub.git", rev = "65b4ae3" }
ndc-sdk = { git = "https://github.com/hasura/ndc-hub.git", rev = "f2a2a75" }
query-engine-execution = { path = "../../query-engine/execution" }
query-engine-metadata = { path = "../../query-engine/metadata" }
query-engine-sql = { path = "../../query-engine/sql" }
Expand Down
2 changes: 1 addition & 1 deletion crates/query-engine/translation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license.workspace = true

[dependencies]

ndc-sdk = { git = "https://github.com/hasura/ndc-hub.git", rev = "65b4ae3" }
ndc-sdk = { git = "https://github.com/hasura/ndc-hub.git", rev = "f2a2a75" }

query-engine-metadata = { path = "../metadata" }
query-engine-sql = { path = "../sql" }
Expand Down
2 changes: 1 addition & 1 deletion crates/tests/tests-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ path = "src/lib.rs"
[dependencies]
ndc-client = { git = "https://github.com/hasura/ndc-spec.git", tag = "v0.1.0-rc.9" }
ndc-postgres = { path = "../../connectors/ndc-postgres" }
ndc-sdk = { git = "https://github.com/hasura/ndc-hub.git", rev = "65b4ae3" }
ndc-sdk = { git = "https://github.com/hasura/ndc-hub.git", rev = "f2a2a75" }
ndc-test = { git = "https://github.com/hasura/ndc-spec.git", tag = "v0.1.0-rc.9" }

axum = "0.6.20"
Expand Down

0 comments on commit f9581ba

Please sign in to comment.