amundsen-io / amundsen

Amundsen is a metadata driven application for improving the productivity of data analysts, data scientists and engineers when interacting with data.
https://www.amundsen.io/amundsen/
Apache License 2.0
4.44k stars 961 forks source link

Bug Report #919

Closed Rohan1-23 closed 3 years ago

Rohan1-23 commented 3 years ago

Updating tags is not working

Hi, When I m creating tags in the interface, it's sending post request to "https://amundsen.resilience-datafabric-dev.sbp.eyclienthub.com/api/metadata/v0/update_table_tags". It's returning the response with 500 status code (msg : "Encountered exception: list index out of range"). It's publishing the data to the neo4j but not on elastic search. I believe that there is some issue with recently introduced function i.e. update_search_tags.

https://github.com/amundsenio/amundsenfrontendlibrary/blob/master/amundsen_application/api/metadata/v0.py

feng-tao commented 3 years ago

Are you in the latest master?

Rohan1-23 commented 3 years ago

yes

Rohan1-23 commented 3 years ago

It's occurring because the variable raw_data_map doesn't have any result. I am not sure what's going wrong but it's not able to fetch data from search service. However, I can still search those tables from amundsen frontend.

Is amundsendev/amundsen-search:latest updated?

P.S. -I m using the latest docker image of amundsendev/amundsen-search in our infrastructure.