Skip to content

Commit

Permalink
use the v3 engine metadata.json instead of maintaining a local one (#445
Browse files Browse the repository at this point in the history
)

### What

The v3-engine metadata.json we maintain is this repo keeps getting out
of date.
This PR removes it completely, and uses a configuration that is maintain
in v3 engine instead, which is used in tests, which means it is
maintained.
  • Loading branch information
Gil Mizrahi authored Apr 30, 2024
1 parent 76dff57 commit 6190862
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1,390 deletions.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ run-engine: start-dependencies
cargo run \
--manifest-path {{ HGE_V3_DIR }}/Cargo.toml \
--bin engine -- \
--metadata-path ./static/postgres/chinook-metadata.json \
--metadata-path {{ HGE_V3_DIR }}/crates/engine/tests/schema.json \
--authn-config-path ./static/auth_config.json

# run a standard request to check the service correctly integrates with the engine.
Expand Down
Loading

0 comments on commit 6190862

Please sign in to comment.