You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did the check code and classes: DatasetFieldMapper, DatasetFieldRowMapper and marquez.service.models.LineageEvent.SchemaField do allow null values.
I've created a test which uses marquez.db.LineageTestUtils#createLineageRow with a dataset having fields with empty data type and no data types provided. The test passes.
Then I manually run Jupyter and Marquez in docker and sent an event:
Openlineage spec allows field with no datatype:
Marquez validation requires non-null fields.
The text was updated successfully, but these errors were encountered: