while following the debug page <https://datahubpro...
# troubleshoot
k
while following the debug page https://datahubproject.io/docs/debugging#how-can-i-check-if-search-indices-are-created-in-elasticsearch I found out that `datasetdocument`and
corpuserinfodocument
are not present
e
Sorry about that. We are updating this doc right now. Then new format should be datasetindex_v2 and corpuserindex_v2
b
Thanks for the report @kind-psychiatrist-76973!
👍 1
k
is this section old too https://datahubproject.io/docs/debugging#how-can-i-check-if-data-has-been-loaded-into-mysql-properly? those are the tables I have
Copy code
mysql> use datahub
Database changed
mysql> show tables;
+--------------------+
| Tables_in_datahub  |
+--------------------+
| metadata_aspect_v2 |
| metadata_index     |
+--------------------+
2 rows in set (0.00 sec)
b
Yes you appear to have the correct tables
Updating this to reflect the latest state of things in https://github.com/linkedin/datahub/pull/3538
👍 1