-
Notifications
You must be signed in to change notification settings - Fork 370
Description
Since 0.33.0 I'm experiencing an issue related to the display of the dataQualityAssertions facet in Marquez.
How to reproduce
The cURL I'm using:
curl -X POST http://localhost:9091/api/v1/lineage -H 'Content-Type: application/json' -d '{"eventTime": "2023-06-06T18:00:00", "eventType": "COMPLETE", "inputs": [{"namespace": "Healthcheck","name": "public.delivery_7_days","facets": {"dataQualityAssertions": {"_producer": "https://github.com/MarquezProject/marquez/blob/main/docker/metadata.json","_schemaURL": "https://openlineage.io/spec/facets/1-0-0/DataQualityAssertionsDatasetFacet.json","assertions": [{"assertion": "not_null","success": false,"column": "driver_id"},{"assertion": "is_string","success": true,"column": "customer_address"}]}}}], "job": {"facets": {}, "name": "CheckIsAlive", "namespace": "Healthcheck"}, "outputs": [], "producer": "https://github.com/OpenLineage/OpenLineage/tree/0.17.0/client/python", "run": {"facets": {}, "runId": "test003"}}'