Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
The Lineage Integrator OMIS has special support for open lineage events which enables events to be passed between connectors registered with a lineage integration context manager. When the open lineage support was written, there was only one lineage integration context manager per integration daemon server. Now there is potential for multiple lineage integration context manager:
This fix ensures that an open lineage event passed through the lineage integrator OMIS's REST API is passed to all active lineage integration context managers.
In addition the base class for the open lineage API publsher and open lineage file publisher connectors was not extracting the endpoint correctly from the catalog target if hte catalog target is an asset.
Related Issue(s)
None
Testing
Tested open lineage events pssed into the REST API are pased to a registered OpenLineageFilePublisher connector and written to a folder attached as a catalog target to this connector.
Release Notes & Documentation
No changed needed
Additional notes
None