Skip to content

[Bug] facet dataQualityAssertions is not displayed since 0.33.0 #2503

@YLibert

Description

@YLibert

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"}}'

Expected behavior (until 0.32.0):

image

Current behavior (for 0.33.0 and later):

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions