-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
working on lineage es integration #14181
Conversation
…ta/OpenMetadata into lineageEsIntegration
The Java checkstyle failed. Please run You can install the pre-commit hooks with |
The Java checkstyle failed. Please run You can install the pre-commit hooks with |
The Java checkstyle failed. Please run You can install the pre-commit hooks with |
The Java checkstyle failed. Please run You can install the pre-commit hooks with |
The Java checkstyle failed. Please run You can install the pre-commit hooks with |
The Java checkstyle failed. Please run You can install the pre-commit hooks with |
openmetadata-service/src/main/java/org/openmetadata/service/jdbi3/LineageRepository.java
Outdated
Show resolved
Hide resolved
openmetadata-service/src/main/java/org/openmetadata/service/jdbi3/LineageRepository.java
Outdated
Show resolved
Hide resolved
relationshipDetails.put("toEntity", toDetails); | ||
if (lineageDetails != null) { | ||
relationshipDetails.put( | ||
"pipeline", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this could be pipeline or stored procedure as an edge cc @pmbrull
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@07Himank need to address this, it can be pipeline or stored procedure here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@harshach just key name is pipeline but it works for both pipeline and stored procedure .. do you want to me change the key name?
...metadata-service/src/main/java/org/openmetadata/service/resources/search/SearchResource.java
Outdated
Show resolved
Hide resolved
if (depth <= 0) { | ||
return; | ||
} | ||
es.org.elasticsearch.action.search.SearchRequest searchRequest = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we move this into import
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@harshach We have two SearchRequest one is internal that why we use it this way.
...service/src/main/java/org/openmetadata/service/search/elasticsearch/ElasticSearchClient.java
Outdated
Show resolved
Hide resolved
The Java checkstyle failed. Please run You can install the pre-commit hooks with |
|
|
I worked on ... because ... [ WIP ] working on lineage es integration
Fixes #8680
Fixes #12609
Fixes #11795
Fixes #13119
Fixes #11515
Fixes #14048
Type of change: