-
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
MINOR: add MongoDB sample data #15237
Merged
Merged
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
1. Implemented the NoSQLProfilerInterface as an entrypoint for the nosql profiler. 2. Added the NoSQLMetric as an abstract class. 3. Implemented the interface for the MongoDB database source. 4. Implemented an e2e test using testcontainers.
- removed unused inheritance
1. Implemented the NoSQL sampler. 2. Some naming changes to the NoSQL adaptor to avoid fixing names with the profiler interface. 3. Tests.
sushi30
requested review from
akash-jain-10,
harshach,
a team,
karanh37,
chirag-madlani and
Sachin-chaurasiya
as code owners
February 19, 2024 09:55
github-actions
bot
added
UI
UI specific issues
Ingestion
backend
devops
safe to test
Add this label to run secure Github workflows on PRs
labels
Feb 19, 2024
Quality Gate passed for 'open-metadata-ui'Issues Measures |
5 tasks
This was referenced Feb 19, 2024
TeddyCr
previously approved these changes
Feb 22, 2024
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.
LGMT 🚀
Quality Gate passed for 'open-metadata-ingestion'Issues Measures |
TeddyCr
approved these changes
Feb 22, 2024
TeddyCr
added a commit
to TeddyCr/OpenMetadata
that referenced
this pull request
Feb 28, 2024
This reverts commit ff2ecc5.
TeddyCr
added a commit
that referenced
this pull request
Feb 28, 2024
* Revert "add migration for MongoDB supportsProfiler = true (#15254)" This reverts commit ec3eb29. * Revert "MINOR: Mongodb column profile (#15252)" This reverts commit 50b2709. * Revert "MINOR: modified nosql factory to not use pymongo (#15316)" This reverts commit bdf2745. * Revert "MINOR: add MongoDB sample data (#15237)" This reverts commit ff2ecc5. * Revert "MINOR: add test for sqla compiler (#15275)" This reverts commit 4967e09. * Revert "Fixes #10013: Implement first stage of NoSQL profiler (#15189)" This reverts commit 18c22c4. * chore: added tests back after revert
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backend
devops
Ingestion
safe to test
Add this label to run secure Github workflows on PRs
UI
UI specific issues
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.
Builds on:
Describe your changes:
Added sample data to MongoDB process:
Details
NoSQLAdaptor
to be more inline with entities in NoSQL dbs and avoind confusion with theProfilerInterface
.SetUpClass
to store all test states across test cases... Shaves off 5-10 seconds.NoSQLSampler
.Type of change:
Checklist:
Fixes <issue-number>: <short explanation>