-
Re: The specified Code Environment is not used when running tests for Python Function API Endpoint
Hi @Wolfram36 , The transformers package was likely not there at the time that the dev server started and installed your code env. To make sure that the transformers package gets installed, please co…1 · -
Re: Upgrade Dataiku 10 to 11.4
@rafael_rosado97 , If you do an upgrade in-place, the data_dir does not change, so you would point to the only data_dir and run the command after installing the new version of DSS: dataiku-dss-NEWVER…1 · -
Re: Upgrade Dataiku 10 to 11.4
@rafael_rosado97 , Apologies, I should also mention that you do not need to clone the instance (unless you would like to keep running the old version in addition to the new version). The more common …1 · -
Re: Is it Possible to Create Custom Notification Email for Govern Node For Requesting Sign Off
Hi @kathyqingyuxu , Unfortunately, for the moment, it is not possible to customize emails. Regarding adding additional info, such as the project name, we will submit a feature request to potentially …2 · -
Re: check if a dataset is currently building with python API
Hi @tanguy , You can accomplish this by interrogating your running jobs - when a dataset is to be built, a job is initiated. I've provided some sample code below that you can customize to your s…1 ·