-
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 · -
Re: Password of connection visible via Python API
This is normal. You can control who can read connection details using the "Details Readable by" permission in the connection security settings. Admins can see all connection details.1 ·