bmeg / iceberg-schema-tools

Create and maintain central iceberg schema.
2 stars 0 forks source link

Adds grip edge/vertex generation functionality from FHIR files. #24

Closed matthewpeterkort closed 3 months ago

matthewpeterkort commented 1 year ago

vertex generation test: python -m pytest tests/integration/simplified/test_simplify_task_grip.py -s

iceberg data simplify tests/fixtures/simplify/synthea grip_data --schema_path https://raw.githubusercontent.com/bmeg/iceberg/feature/updated-schemas/schemas/graph/graph-fhir.json --dialect GRIP --project_id synthea-test works

See https://github.com/bmeg/iceberg-schema-tools/issues/25 for description of use case. (BW)

matthewpeterkort commented 3 months ago

This got implemented in https://github.com/bmeg/jsonschemagraph instead