How to make sense of the two breadcrumbs in this s...
# troubleshoot
k
How to make sense of the two breadcrumbs in this screenshot? In our case we have platform instance enabled, and the second breadcrumb has database name appear twice..
b
hey Atul! so the second breadcrumb actually shows all of the parent containers recursively, not just the immediate parent. So in this case it looks like
test-schema
is the immediate parent and that belongs to another parent container called
test-database
. Does that answer your question?
k
So ideally it should align with the first breadcrumb minus dataset and env details right?
b
yup that's correct!
b
the browsepath and the container path can also be totally different 🤣
k
That's true if we provide our own browse path in recipes... @better-orange-49102 you got me thinking about possibilities of this flexibility 😀 . Chris did mention that in future they may only retain the container path.
b
yup. Use it while it is still usable 🙂 John mentioned that the team have not yet decided what to do with browsePaths previously