-
Re: Can I publish a check to a dashboard?
Hi, In fact when choosing to import a metric to a dashboard, in the dropdown list you will see the check too, if you have one! Cheers1 · -
Re: How can i globally change project ownership when a user has been deleted from dataiku?
Hello, You can change the project ownership with the API import dataiku client = dataiku.api_client() old_owner = 'OLD_OWNER' new_owner = 'NEW_OWNER' for project_key in client.lis…1 · -
Re: How can i globally change project ownership when a user has been deleted from dataiku?
Hello, yes that's even easier, you can go to Project -> Security, there will be a dropdown to choose "Project Owner" One point that I forgot, you might need to change the "run …1 · -
Re: Plugin Custom UI HTML
Hi, You can customise the UI aspect of your plugin's recipe, but keep in mind that it might break the front end of DSS. More info here: https://doc.dataiku.com/dss/latest/plugins/reference/other…2 · -
Re: Model evaluation: Running check on the most recent scores
Hi, You can create a custom metric that show you the most recent score, and then your check will be based on this metric. To do that, you can go to the metrics tab -> edit -> python probe and d…2 ·