Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable inbound Open Lineage Events #8389

Merged
merged 2 commits into from
Sep 15, 2024
Merged

Conversation

mandy-chessell
Copy link
Contributor

This PR fixes some problems in the receipt of open lineage events via kafka.

mandy-chessell and others added 2 commits September 15, 2024 16:30
Signed-off-by: Mandy Chessell <mandy.e.chessell@gmail.com>
@mandy-chessell mandy-chessell merged commit 4c18332 into odpi:main Sep 15, 2024
4 checks passed
*/
@Override
public void start() throws ConnectorCheckedException
public void processEvent(String event)

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
OpenMetadataTopicListener.processEvent
; it is advisable to add an Override annotation.
*/
public void disconnect() throws ConnectorCheckedException
{
final String methodName = "disconnect";

Check notice

Code scanning / CodeQL

Unread local variable Note

Variable 'String methodName' is never read.
* @param methodName calling method name
* @return instance properties object.
*/
InstanceProperties addObjectPropertyToInstance(String sourceName,

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'sourceName' is never used.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant