-
Re: Setting up Scenario to Run a step once a day
Hi Tom, Glad you got it working. Yes working with secenario variables can be a little pain until you work out the correct expression. Indeed I do agree with you that if you already have your latest d…1 · -
Re: Is it possible to get notified when a job exceeds a pre-determined duration
I wasn't aware of any changes around this but to be honest running list_jobs() for every project it's unfeasable for us as we have over 2000 projects in some instances. If you really want t…1 · -
Re: Get the run error message from Dataiku API
Something like this should do: import dataikufrom dataiku.scenario import Scenariocurrent_scenario = Scenario()client = dataiku.api_client()p = client.get_default_project()scenario_id = current_scena…1 · -
Re: Accessing a saved model from dataiku api endpoint
One option could go export it as MLflow model to managed folder and then load it from there in the API node: https://doc.dataiku.com/dss/latest/mlops/mlflow-models/importing.html1 · -
Re: How do I find an Archived Project?
On the home page click on See All under Projects. Then on the Status drop down select Show Archives:1 ·