Hi All, found issue with looker dashboard ingestio...
# ingestion
f
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.
b
Hi there Pavlo -- Thanks for reporting. The dashboardUrl should still be the field that shows on the UI - let me test this out and get back
The intention is that we can continue to use dashboard / chart URL field for now, but that we should migrate to external URL to achieve consistency across all models