-
Notifications
You must be signed in to change notification settings - Fork 208
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
issue-297/Adding programmatic_descriptions to table search export #198
issue-297/Adding programmatic_descriptions to table search export #198
Conversation
Codecov Report
@@ Coverage Diff @@
## master #198 +/- ##
=======================================
Coverage 74.45% 74.45%
=======================================
Files 100 100
Lines 4188 4189 +1
Branches 387 387
=======================================
+ Hits 3118 3119 +1
Misses 971 971
Partials 99 99
Continue to review full report at Codecov.
|
b20ffcb
to
4b0abf6
Compare
marking as WIP as the merge with the most recent branch broke quite a few things |
4b0abf6
to
e879ac0
Compare
ok this successfully includes upstream changes |
e879ac0
to
547dfd8
Compare
here is a change related to amundsen-io/amundsensearchlibrary#83 as part of issue amundsen-io/amundsen#297 |
490e9a7
to
495f3be
Compare
hey @jinhyukchang now that the frontend changes are merged, this one is ready for you to review too. Thanks! |
@ttannis @jinhyukchang could you two help @samshuster to review the change as you two have followed through the discussion? Thanks. I assume this will be the last piece to get this change in? |
thanks @feng-tao these 2 prs (this one and search: amundsen-io/amundsensearchlibrary#83) are actually part of a follow up issue here amundsen-io/amundsen#297 to add it programmatic_descriptions to search as that was not included as part of the original issue. |
…matic_search # Conflicts: # databuilder/extractor/neo4j_search_data_extractor.py # databuilder/models/table_elasticsearch_document.py # databuilder/publisher/elasticsearch_publisher.py # tests/unit/extractor/test_neo4j_extractor.py # tests/unit/loader/test_file_system_elasticsearch_json_loader.py # tests/unit/models/test_table_elasticsearch_document.py
hey @feng-tao I fixed the merge conflicts on this one and it should be good to go again. |
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.
Looks good and left a comment.
Could you also update Elasticsearch mapping? https://github.com/lyft/amundsendatabuilder/blob/master/databuilder/publisher/elasticsearch_constants.py#L10
…#198) Bumps [amundsenfrontendlibrary](https://github.com/lyft/amundsenfrontendlibrary) from `e355bca` to `57f05b1`. - [Release notes](https://github.com/lyft/amundsenfrontendlibrary/releases) - [Commits](amundsen-io/amundsenfrontendlibrary@e355bca...57f05b1) Signed-off-by: dependabot-preview[bot] <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #198 +/- ##
==========================================
- Coverage 74.45% 74.11% -0.34%
==========================================
Files 100 100
Lines 4188 4200 +12
Branches 387 371 -16
==========================================
- Hits 3118 3113 -5
- Misses 971 979 +8
- Partials 99 108 +9
Continue to review full report at Codecov.
|
@samshuster Thanks for the update! Could you update ES mapping as well? (Couldn't find the update) All others look good :) |
ah whoops missed it! thanks. I added it as type text, analyzer simple. Should schema description also be added to this file? |
Thanks, @samshuster! Yea, IIRC, by default ES auto-detect type but it could make it fail if auto-detect is turned-off. |
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.
Thanks for the update @samshuster !
Summary of Changes
This adds programmatic_desciptions to the elastic search documents
Tests
Modified existing tests.
Documentation
None
CheckList
Make sure you have checked all steps below to ensure a timely review.
make test