-
Re: Error while reading MySQL table during the execution of a recipe
Hi, You need to go to the settings of the output dataset, in the "Schema" tab. There, you can select your field that is too long and set the max length. Save the schema and re-run your reci…1 · -
Re: global variable update
Hi, Assuming that you want to update the variable "stuff" in your project, use the following code: import dataikuclient = dataiku.api_client()project = client.get_project("MYPROJECT&qu…4 · -
Re: Pandas v1.0.0 is coming!
Hi, Bringing in new versions of pandas has historically been quite a lot of work because of various internal behavior changes. This is the reason why we're still at 0.23 and not yet at 0.24 which inc…2 · -
Re: Model metadata for feedback loop
Hi, Thanks for the detailed feedback. Being able to capture model metadata while scoring is definitely in our backlog, and we'll be making sure to register your interest for this. We don't see much m…1 · -
Re: Python recipe removing null records
Hi, Unfortunately, this is the expected behavior in the specific case of datasets with a single column. This is related to how the data is serialized internally: it uses CSV. For the case of single-c…1 ·