-
Re: 403 Forbidden on Jupyter notebooks after updating from 13.0.0 to 13.0.3
There are some sample nginx reverse proxy configuration snippets in the documentation: https://doc.dataiku.com/dss/latest/installation/custom/reverse-proxy.html2 · -
Re: Taking much time for scenario
Scenarios don't add runtime to your jobs so this is a problem with your job not the scenario. Look at the job log to figure out what's happening.1 · -
Re: Alert/Notification to check max timestamp on a dataset
In your dataset metrics enable the Column statistics option and enable the Max metric on the timestamp column you want your alert on: Now create a new Scenario in your project and add 3 steps (Comput…1 · -
Re: Alert/Notification for Job failure
It's better to use the Scenario Reporter to send an email as it runs outside the scenario rather than using a scenario step.1 · -
Re: Possible to set importLibrariesFromProjects using Python
Here you go: import dataiku import json client = dataiku.api_client() project = client.get_default_project() library = project.get_library() # Read external-libraries.json external_libraries_json = j…1 ·