-
Re: Retrieve current DSS version info
Hi @tiensng This info is not yet available via Python APIs but you can try getting this info from the DSS version file located inside data directory: import os, jsonprint('DSS version: '+ j…2 · -
Re: Is it possible to use VS Code Integration with more than one Dataiku Instance
Hi @tgb417 You can set as many instances as you want in the config.json file but you can load the connection details only from one (default_instance) per VSCode operation. If you need to switch insta…1 · -
Re: Job failed: The Python process failed (exit code: 132)
Hi @xavme Thanks for the provided output. I do suspect the CPU type is the root cause here as it doesn't have AVX instructions set. Do you have any other machine with a more recent CPU to test t…1 · -
Re: Job failed: The Python process failed (exit code: 132)
Hi @xavme Technically, there is a possibility with lowering the versions of the Python packages required for this plugin: mxnet==1.7.0.post1gluonts==0.7.6dill==0.3.3pmdarima==1.8.0threadpoolctl==2.1.…1 · -
Re: Changing SQL Query Error messages from French to English?
Hi @oatz00 The link might not be updated so we will fix that. You can use this one instead: https://downloads.dataiku.com/public/studio/9.0.4/dataiku-dss-9.0.4.ova As 9.0.4 contains quite a lot of ne…1 ·
