Good afternoon, so I have found a behaviour that I...
# troubleshoot
m
Good afternoon, so I have found a behaviour that I think should be fixed. If you enter a dataset's page and you want to go to the previously visited page by click the brower's arrow (<-), you have to double click it to be able to go to such page. The problem might be of the URLs used as it changes from https://demo.datahubproject.io/dataset/urn:li:dataset:(urn:li:dataPlatform:hive,fct_users_deleted,PROD)/Schema?is_lineage_mode=false&amp;schemaFilter= to https://demo.datahubproject.io/dataset/urn:li:dataset:(urn:li:dataPlatform:hive,fct_users_deleted,PROD)/Schema?is_lineage_mode=false. Also, in the first URL the name of the tab is like "<dataset_name>|Dataset" , but in the second one it is just "Datahub" I have noticed this behaviour in Looker, Hive, dbt, BigQuery, PostgreSQL, S3, HDFS and Kafka (in other words, when you access a page of a dataset ) Note: This behaviour is not specific to the 0.9.1, it also happens in versions like 0.9.0
b
hey Pablo! ahh yeah I understand how that could be frustrating. I think what's going on here is that once you land on the dataset page, we set some default filters and settings in the url, which updates your url path. Therefore when you click back it goes to the original url you hit and therefore you have to click it again to go back. I'm making a ticket for this so we don't forget about it and can see what we can do as I can see that would be annoying behavior!
on your second point - that's very weird.. I'm not seeing that when I first go to the page, but after I click the back button in the browser. is that what you're seeing?
m
Yeah so as I click into a dataset I see "<dataset_name>|Dataset", that, as far as I know, is the expected behaviour. I see just "Datahub" after clicking the back button, yes.