Wiki page link to a Dashboard
I am trying to add a link to a dashboard in a wiki page. I have the following in my Wiki page:
[Dashboard](dashboard:PROJ1.My_Dashboard)
where PROJ1 is the project key and My_Dashboard is the dashboard name.
When I click in the Dashboard link I get the following error message:
Not found dashboard does not exist: PROJ1.My
What should I use instead of the dashboard name in the wiki link?
Thanks
Best Answer
-
Hi @davidmakovoz
,I tried the above as well and I got the followings:
My project ID, dataset_name, and model_ids are all obtained from URL.
Let me know if this works?
Judy
Answers
-
Hello @davidmakovoz
Wiki page uses Markdown syntax by default.
Please refer to the following URL for the syntax. https://www.markdownguide.org/basic-syntax/
Here is what I have done. I have a simple dashboard URL which is https://www.markdownguide.org/basic-syntax/
I want to embed this into Wiki with the name "Dashboard X"
Then in Wiki Edit, you could write the following - [Dashboard X](http://localhost:11000/projects/DRILLING101/dashboards/mP85585_drilling-101s-default-dashboard/view/vastxvg)
This is easily achieved when you actually just type Dashboard X, then highlight "Dashboard X" then click on the link icon, and just enter the above link.
I'm attaching a few screenshots for your information.
-
davidmakovoz Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS ML Practitioner, Dataiku DSS Core Concepts, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2022, Neuron 2023 Posts: 67 Neuron
See here
[[PROJECT_KEY.Wiki Article 1]] (my dataset)[dataset:PROJECT_KEY.dataset_name] (my model)[saved_model:PROJECT_KEY.model_id] (my project)[project:PROJECT_KEY]
The examples use the objects IDs, not URLs. I tried to use the URL, it didn't work.
-
Ignacio_Toledo Dataiku DSS Core Designer, Dataiku DSS Core Concepts, Neuron 2020, Neuron, Registered, Dataiku Frontrunner Awards 2021 Finalist, Neuron 2021, Neuron 2022, Frontrunner 2022 Finalist, Frontrunner 2022 Winner, Dataiku Frontrunner Awards 2021 Participant, Frontrunner 2022 Participant, Neuron 2023 Posts: 415 Neuron
This is also possible to do by using the Dataiku `bird` icon when editing in the wiki area:
so the trick with the Dashboards is to find out the dashboard key, which was not simple. In this case the info from the url was PTLfE6y_predictive-maintenance. BUT with the bird icon it wasn't necessary!