forked from open-metadata/OpenMetadata
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Search refactor (open-metadata#13397)
* Refactor Search * Refactor Search * Fix propgation bugs * Fix propgation bugs * Fix glossary term search * Fix glossary term search * Only issue search requests if the client is configured properly * Only issue search requests if the client is configured properly * Fix glossary index * add documentation for sharded tables (open-metadata#13361) * Cost analysis agg (open-metadata#13408) * feat: updated DI workflow to inherit from BaseWorkflow + split processor and producer classes * feat: __init__.py files creation * feat: updated workflow import classes in code and doc * feat: moved kpi runner from runner to processor folder * fix: skip failure on list entities * feat: deleted unused files * feat: updated status reporter * feat: ran linting * feat: fix test error with typing and fqn * feat: updated test dependencies * feat: ran linting * feat: move execution order up * feat: updated cost analysis report to align with new workflow * feat: fix entity already exists for pipeline entity status * feat: ran python linting * feat: move skip_on_failure to method * feat: added unusedReport to DI * feat: added aggregated unused report * feat: ran linting * feat: reverted compose file changes --------- Co-authored-by: Sriharsha Chintalapani <[email protected]> * Add Java 17 support (open-metadata#12895) * Add Java 17 support * Change Test HTTP client provider * Create Tests HTTP Client once * Create Tests HTTP Client once * fix(CI): Update CI to use jdk 17 and dockerfiles as well --------- Co-authored-by: Akash-Jain <[email protected]> * Refactor Search * Refactor Search * Fix propgation bugs * Fix propgation bugs * Fix glossary term search * Fix glossary term search * Only issue search requests if the client is configured properly * Only issue search requests if the client is configured properly * Fix glossary index * Merge main * fix style * deleted field propagation * Fix style * close the test client * Changing to jersey connector * Fix Authentication Exception headers --------- Co-authored-by: Pere Miquel Brull <[email protected]> Co-authored-by: Ayush Shah <[email protected]> Co-authored-by: Teddy <[email protected]> Co-authored-by: Akash-Jain <[email protected]>
- Loading branch information
1 parent
efa0802
commit 8578aee
Showing
83 changed files
with
1,733 additions
and
2,308 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 4 additions & 2 deletions
6
openmetadata-service/src/main/java/org/openmetadata/service/jdbi3/ReportDataRepository.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.