-
Notifications
You must be signed in to change notification settings - Fork 88
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
feat: Improved readers fetching in Atlas proxy #218
feat: Improved readers fetching in Atlas proxy #218
Conversation
cc @verdan |
aff1cb2
to
7958e8a
Compare
Codecov Report
@@ Coverage Diff @@
## master #218 +/- ##
==========================================
+ Coverage 74.10% 76.69% +2.59%
==========================================
Files 25 27 +2
Lines 1255 1326 +71
Branches 136 159 +23
==========================================
+ Hits 930 1017 +87
+ Misses 297 265 -32
- Partials 28 44 +16
Continue to review full report at Codecov.
|
b121d80
to
84659c4
Compare
@@ -6,7 +6,7 @@ In order to make the Atlas-Amundsen integration smooth, we've developed a python | |||
Usage and Installation of `amundsenatlastypes` can be found [here](https://github.com/dwarszawski/amundsen-atlas-types/blob/master/README.md) | |||
|
|||
Minimum Requirements: | |||
- amundsenatlastypes==1.1.3 | |||
- amundsenatlastypes==1.1.4 |
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.
@mgorsk1 since we are on to this, can you please specify the min version of Atlas required for the Amundsen.
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.
https://github.com/amundsen-io/amundsen/blob/master/docs/faq.md it's available here. I will raise separate MR to update amundsen-atlas-types there
bcf0c26
to
bd40558
Compare
Signed-off-by: mgorsk1 <[email protected]>
13722d7
to
53e18be
Compare
Signed-off-by: mgorsk1 [email protected]
Summary of Changes
This PR introduces change in strategy for fetching frequent users for a table. Instead of using basic search, which proved to be unreliable when dealing with special characters (like dots) in qualifiedName prefix search, we created a new kind of relationship in amundsen-atlas-types and are relying on it being connected to a table.
Tests
Adjusted existing tests.
Documentation
Changed minimum version of amundsen-atlas-types
CheckList
Make sure you have checked all steps below to ensure a timely review.
make test