Invalid argument when loading Scenarios
Hi,
I came across a weird bug after upgrading from DSS 11.4.0 to DSS 12.1.0.
When switching branches through version control in a project, and navigating to the scenarios, I get an error saying Invalid Argument: An invalid argument has been encountered : Invalid format: "2022-04-20T14:15:00.000Z" is malformed at "T14:15:00.000Z". (see screenshot).
When removing the time component from several datetime fields through my own code editor in the scenario json files, and pushing them to Dataiku through git, I am able to resolve the error. But this seems like a bug.
Kind regards,
Martijn
Operating system used: Windows
Best Answer
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,225 Dataiker
This could happen post upgrade if a project is reverted to pre DSS 12 from version control.
This should now be resolved with 12.1.3 update released
https://doc.dataiku.com/dss/latest/release_notes/12.html#misc
Fixed issues with display of list of scenarios in some upgrade situations
Thanks
Answers
-
martijn Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 5 ✭
How can I open a support ticket?
-
tgb417 Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS ML Practitioner, 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: 1,598 Neuron
In Dataiku DSS look in the upper right part of your screen there is a (?) question mark icon. Choose that and depending on the version of DSS you are using you will find an understated option to submit a support ticket.
there is also this web page with a new ticket button
https://support.dataiku.com/support/home
You will also find some information about creating an instance diagnostics here
https://doc.dataiku.com/dss/latest/troubleshooting/diagnosing.html
-
martijn Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 5 ✭
Thanks!
-
importthepandas Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS Core Concepts, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 115 Neuron
to note: we are seeing the same periodically after the bump to 12.1. we need to go manually clear each time
-
importthepandas Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS Core Concepts, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 115 Neuron
just to confirm - this is not happening only with reverted projects, but with tutorial type projects as well (e.g. in our case the govern tutorial). We will upgrade eventually, but it's a bit of a chore just to upgrade for an intermittent annoyance. Also, API calls throw errors, too.
-
Updating the scenario's project .json configs did the trick for me (e.g: from "startingFrom": "2024-03-31" TO "startingFrom": "2024-03-31T00:00:00.000Z") but i am wondering if there isn't a way from dataiku install to update the dates to valid ones during up/downgrades ?