-
Notifications
You must be signed in to change notification settings - Fork 963
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
After every step, I still have amundsen with zero datasets #981
Comments
This is the search page, so a problem here doesn't indicate a problem with the metadata service or neo4j. Could you check some logs from the frontend and search services, and post anything unusual? Like stacktraces or 4xx/5xx http error codes. |
Hi, Yes indeed I saw an error, but i dont know what it means : 2021-04-04T17:42:20+0000.284 [DEBUG] connectionpool._make_request:461 (15:MainThread) - http://amundsenmetadata:5000 "GET /user/test_user_id/follow/ HTTP/1.1" 200 41 2021-04-04T17:42:20+0000.290 [DEBUG] connectionpool._make_request:461 (14:MainThread) - http://amundsenmetadata:5000 "GET /user/test_user_id HTTP/1.1" 500 141 2021-04-04T17:42:20+0000.292 [ERROR] v0.current_user:38 (14:MainThread) - Encountered error: failed to fetch user with user_id: test_user_id 2021-04-04T17:42:20+0000.292 [ERROR] v0.current_user:47 (14:MainThread) - Encountered exception: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "/app/amundsen_application/api/v0.py", line 42, in current_user 'user': dump_user(load_user(response.json())) File "/usr/local/lib/python3.7/site-packages/requests/models.py", line 900, in json return complexjson.loads(self.text, **kwargs) File "/usr/local/lib/python3.7/json/init.py", line 348, in loads return _default_decoder.decode(s) File "/usr/local/lib/python3.7/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/local/lib/python3.7/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) 2021-04-04T17:42:20+0000.295 [DEBUG] connectionpool._new_conn:231 (15:MainThread) - Starting new HTTP connection (1): amundsenmetadata:5000 2021-04-04T17:42:20+0000.303 [DEBUG] connectionpool._new_conn:231 (14:MainThread) - Starting new HTTP connection (1): amundsenmetadata:5000 2021-04-04T17:42:20+0000.597 [DEBUG] connectionpool._make_request:461 (15:MainThread) - http://amundsenmetadata:5000 "GET /tags/ HTTP/1.1" 200 25 2021-04-04T17:42:20+0000.599 [DEBUG] connectionpool._make_request:461 (14:MainThread) - http://amundsenmetadata:5000 "GET /latest_updated_ts HTTP/1.1" 204 0 2021-04-04T17:42:20+0000.605 [DEBUG] connectionpool._new_conn:231 (15:MainThread) - Starting new HTTP connection (1): amundsenmetadata:5000 2021-04-04T17:42:20+0000.835 [DEBUG] connectionpool._make_request:461 (15:MainThread) - http://amundsenmetadata:5000 "GET /popular_tables/?limit=4 HTTP/1.1" 200 29 |
Isn't there another error/erorrs, either one on your amundsensearch container, or an error similar to this one on amundsenfrontend, but happened because amundsensearch:5000 returned a non 200 code, and not amundsenmetadata. Try ignoring any of the logs before, and use the search box for something, see what errors that generates. |
The thing is that i dont know from where comes that test_user_id. 2021-04-02T22:24:48+0000.080 [ERROR] v0.current_user:47 (9:MainThread) - Encountered exception: Expecting value: line 1 column 1 (char 0) raise JSONDecodeError("Expecting value", s, err.value) from None |
OK, please run these 2 commands from the command line: The first one searches for any document with the index alias Please upload the outputs of these commands. I've written the commands assuming you used the default docker setup. If you have modified the ports, you will need to change them here as well. port 9200 one is supposed to be the elasticsearch container, port 5001 is supposed to be the amundsensearch container. |
Hi @Fraznist ! First of all thank you very much for the support! The ports are correct, I'm using docker-amundsen.yml to run the services, so they are all by default.
|
Hi once again @Fraznist !! I think I had finaly results :) thank you very much, now i'm going to integrate the superset with it Best Regards |
Hi @telmofranciscmultivision I'm facing the same problem with that test_user_id, how did you fixed it? |
Hi, are you using which extractor? mysql? |
I'm using BigQuery extractor |
Hmm in that case I dont know, but could you provide the error youre facing? |
After searching for a while I saw that maybe it was a problem that they fixed in the latest version: #939 |
Perfect!! any doubts just ask :) |
Hi,
I've followed all steps from tutorial, but without success. When opening amundsen, i see no datasets, someone can help me?
(already loaded mysql data, and elastic and neo4j has data.
Amundsen:
![image](https://user-images.githubusercontent.com/80980005/113487413-ecebdc00-94af-11eb-952a-900dbadd33c7.png)
Neo4j:
![image](https://user-images.githubusercontent.com/80980005/113487450-14db3f80-94b0-11eb-8a0f-4afa950cd07e.png)
The text was updated successfully, but these errors were encountered: