Hi Guys! I imported the datahub data from mysql (5...
# troubleshoot
f
Hi Guys! I imported the datahub data from mysql (5.7) of version v.0.8.24 to my local machine using datahub v.0.9.2 (mysql 5.7 as well). After rebuilding indices, the UI display some fields description, but the "read more" or "edit" buttons were disappeared (see images below). Some fields are ok. It's in the html tag, but it didn't display on UI? (image below) Is it the UI bug? or something I need to do with the data? Thank you for your support!
f
That is weird. Try to reproduce on my machine with datahub v0.9.2. Btw, could you please specify the version of your datahub-frontend?
f
datahub-front-react is using the latest version. Actually, the "Read more" exists there, but I need to expand the browser screen to be wider to see it (image below). I'm using the 21 inches monitor that can display correctly with the old version of datahub (v0.8.24). I think it's a responsive issue, isn't it? Thanks!
@famous-florist-7218 For the newly added description, it will have no error. The error happens with the existing data.
f
@few-sunset-43876 yah, it is kinda UI responsive issue. But I have never faced this problem before. You can split the description into small sentences with breaking line.
One more thing, the Text Editor will be received a big update with significant improvements. So keep update to the next releases.
f
Thanks Hieu for the information! I wish I can manually change all of them but there are too many to check (thousands of dataset). @bulky-soccer-26729 Do you think this is the UI bug? Can we report this to be fixed in the next release?
b
hmm it certainly sounds like it, I know we recently made some changes around rendering the schema in a more performant way so this could be a by-product of that but let me look into it!
hey gang! i found and confirmed the issue you all are seeing and I made a quick PR to fix it as well: https://github.com/datahub-project/datahub/pull/6541
should get in asap and come out with our next release
f
Great! Thank you so much Chris!