Is there a need from community on having "View in ...
# ui
f
Is there a need from community on having "View in Bigquery" if dataset's platform = bigquery?
👍 1
1
l
We created these buttons mainly as an off-ramp into the individual tool
people have indicated to us in the past that they want the "next action" to be visible after finding an asset. Curious to hear your thoughts.
f
We're currently using this as: • "View in" respective platform/tool • "Request for Access" for the ones users do not have accesses to (integrated with JIRA) We're planning on using this ("next action") as: • "Raise Issue" to allow users to raise issue related to specific data product • "Request for Change" to allow users to raise a change request for fix or improvements of a data product • where "Issue/Request" is modeled as an aspect and mapped to various entities to show history of issues/requests of a data product
b
I love this
The ability to raise issues is really interesting to us 🙂
l
Interesting. we should discuss what you can potentially contribute back. cc @mammoth-bear-12532
f
@rough-salesmen-19400 @some-crayon-90964
b
I am really missing the
View in…
button on looker dashboards. Looker charts have it, I don’t see why dashboards shouldn’t.
b
Hmmm they do support it but somehow the link must not be populating. Are you ingesting from the Looker source?
b
Yes. And you’re right, it is being ingested - I can see the
dashboardUrl
under the metadata of the
dashboardInfo
aspect in my db. Yet it’s not present in the UI.
b
I'll log a ticket. This is something UI related where we must not be correctly extracting it. CC. @green-football-43791
Karolis: Did you ingest this data using an old version of the SDK?
g
Hey @bumpy-activity-74405, we fixed this in a recent update to DataHub!
If you update to the latest release, that button should re-appear 🙂
👍 1
b
cc @bland-orange-95847
b
Interesting feature 👍 for BigQuery I would also like to have this button to jump into the Gcloud Console. I am not sure… what needs to be done to get this?
s
In our customized version of Datahub, we have a custom property with a specific key that gives the URL links to the GBQ. We implemented the button on the UI that binds onclick to that property (GBQ URL) if the platform is BigQuery.
In our ingestion script, we do have a process to ingest the URL link