-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Search Settings with Ranking config #18699
Open
harshach
wants to merge
38
commits into
main
Choose a base branch
from
issue-13914
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
github-actions
bot
added
backend
safe to test
Add this label to run secure Github workflows on PRs
labels
Nov 20, 2024
Quality Gate passed for 'open-metadata-ingestion'Issues Measures |
* fix: move from Date to LocalDate for thread safe operations * style: ran java linting * fix: invalid range in test case
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
* fix: add lineage field back to searchLineage * add lineage tests --------- Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
* Update Glossary Term tests * Remove unused code * Fix test
…ow manually (#18640) * Add the possibility to have no Schedule and trigger the workflow manually * add locales * add locales to other langs * Fix Flaky GlossaryTerm test * fix locales * change certificate aggregation name * Fix Checkstyle and expand timeout for waitForTaskToBeCreated * Fix flaky glossary term test * Fix timeout * fix timeout --------- Co-authored-by: karanh37 <karanh37@gmail.com>
#18588) * feat(data-quality): support multiple runtime parameter types - changed the runtime parameters setter factory to return sets - add the runtime parameters based on the name of the runtime of the runtime parameter **NOTE** requires changes on collate side * empty set for default case
* Minor: supporting PR for UI/UX improvement in DQ * updated feedback * move incidents tab to data observabilty tab * fixed failing unit test * fixed failing unit test * fixed AUT failure! * fixed failing aut * minor fixes * minor fix * updated icon * fixed failing unit test
…18718) * shown NoDataPlaceholder if no search result found in glossary * minor label change * added loader, while search response pending
- added information about the mongodb+srv connection scheme - added link to atlas guide for getting the connection string
* fix: NoSchedule as scheduleType for Slack App * fix: remove callback url from the config. * no render of schedule for noSchedule type * fix: Migrations and add ScheduleType.NoSchedule * fix: Migrations --------- Co-authored-by: karanh37 <karanh37@gmail.com>
* Fix: time series of conversion of y-Axis in test case graph * minor fix * updated test for the function
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
* Fix: mstr removed dependency issues * fix session still active error * py_format * fix tests * Addressed Comments * Addressed Comments * addressed comments * Addressed comments * Add constants * Fix pytests
…8737) * Minor: fix Lineage export when there is no column / pipeline edge * add test for lineage export (#18709) Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> * add lineage export tests --------- Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> Co-authored-by: Sweta Agarwalla <105535990+sweta1308@users.noreply.github.com> Co-authored-by: karanh37 <karanh37@gmail.com>
* feat(mongo): added ssl support Added SSL support for MongoDB using the SSL manager. Attached a video demo. - [Example repository for setting up mongodb with SSL](https://github.com/sushi30/mongodb-docker-ssl-example) - [MongoDB TLS documentation](https://www.mongodb.com/docs/manual/tutorial/configure-ssl/) * fixed test_doris.py
harshach
requested review from
a team,
ShaileshParmar11,
karanh37,
chirag-madlani and
Sachin-chaurasiya
as code owners
November 24, 2024 19:39
Quality Gate passed for 'open-metadata-ui'Issues Measures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Describe your changes:
Fixes #13914
I worked on ... because ...
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>