-
Re: Caching in a pipeline. Fetch data in constant time
Hi @erbinlim , Could you please share more details about your project? Do you already have a DSS flow that works without caching? If yes could you share it? What do you use for fetching data, a code …2 · -
Re: Is "Quick Model" gone from latest DSS?
Hi Osama, Yes, we changed the wording a bit, now in the menu it's called "Quick Prototypes". Regards,1 · -
Re: Issue to add spacy package in a code environment
It looks like the spacy that you install by: pip install spacy isn't compatible with the language model that you install after. The model requires a release candidate version of spacy and it looks li…1 · -
Re: Viewing Oracle's 'DBMS_OUTPUT' in Dataiku
Hi @sandsOfTim , There's no special support for PL/SQL in DSS, but it's possible to retreive the DBMS_OUTPUT for example like this: create or replace procedure testout asbegin dbms_output.put_line('H…1 · -
Re: Debian 10 and Python 3.6
Hi @BenGonGon , In addition to Sergey's answer an alternative way to install python 3.6 (and other versions if you need) is through pyenv: sudo apt install git zlib1g-dev -ycurl https://pyenv.run | b…1 ·