-
Notifications
You must be signed in to change notification settings - Fork 82
feat(webui): Create result metadata document in MongoDB to track search signal for Presto queries. #1168
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
Merged
Merged
feat(webui): Create result metadata document in MongoDB to track search signal for Presto queries. #1168
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
fbc0fb4
feat: Add presto search route.
hoophalab 73d41d5
fix a typo in jsdoc
hoophalab 767dcf5
Merge branch 'main' into presto-search-route
junhaoliao 879941e
latest
b2c8614
latest
d1ce3f3
latest
20b4f2f
latest:
b132990
latest
51a1eab
latest:
0573aab
latest
0953cc1
metadata
6240164
latest
6de9a93
latest
b6c8c8b
latest
6fb776b
latest
ff4d0c4
changes
5a26a33
latest
adc0a0d
latest
f79b1ef
Merge branch 'main' into metadata
davemarco 3cdca78
Merge branch 'main' into metadata
hoophalab File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
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.
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.
we should also configure this in
server_settings_json_updates
incomponents/clp-package-utils/clp_package_utils/scripts/start_clp.py
@coderabbitai create an issue to track this
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.
🧩 Analysis chain
I'll examine the current configuration in the start_clp.py file and then create an issue to track this update.
@junhaoliao I've created an issue to track updating the
ClpQueryEngine
setting in theserver_settings_json_updates
configuration withinstart_clp.py
. The issue has been assigned to you and includes the context from this PR and comment thread.🏁 Script executed:
Length of output: 2708
🏁 Script executed:
Length of output: 907
@junhaoliao I've successfully created issue #1259 to track updating the
ClpQueryEngine
setting in theserver_settings_json_updates
configuration.From examining the current code, I can see that the
server_settings_json_updates
dictionary instart_clp.py
doesn't currently include aClpQueryEngine
setting, so it will need to be added with the value "clp" to maintain consistency with the changes made in this PR.The issue has been assigned to you and includes all the relevant context and links.
🧠 Learnings used