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
In #2853, we introduced api.models.Metadata, a utility class for OpenLineage.RunEvent, OpenLineage.JobEvent, and OpenLineage.DatasetEvent. Let's now use the class on the event write pathPOST/api/v1/lineage to allow for:
Event validation (returning 400 on invalid events)
In #2853, we introduced
api.models.Metadata
, a utility class forOpenLineage.RunEvent
,OpenLineage.JobEvent
, andOpenLineage.DatasetEvent
. Let's now use the class on the event write pathPOST
/api/v1/lineage
to allow for:400
on invalid events)runID
,job
,datasets
,facets
, etcThe text was updated successfully, but these errors were encountered: