Hi All, found issue with looker dashboard ingestion, previously DashboardInfo class has only dashboardUrl field to store reference to real looker dashboard and this reference show up on UI.
Now this link is not present on UI for my set up.
I made investigation and found that new field externalUrl is available now and when I set it up then link on UI is available.
But it's not correct to have two fields for the same purpose.
Also when I removed dashboardUrl field then UI failed to render the page (Caused by: java.lang.NullPointerException: null) but dashboardUrl is not a required field.