-
Re: Add Nexus repository so DSS can search for internal python packages
Hi, You'll need to add "Extra options for pip install" in "Administration > Settings > Misc" Add two entries: --extra-index-url and <a href="https://the.url.of.…1 · -
Re: Not able to install DSS due virtualenv error
Hi, Anaconda is incompatible with virtualenv You can either: * Install DSS in conda mode by adding the "-C" flag to the installer * Change your PATH so that the "python2.7" comman…1 · -
Re: import password protected files
Hi, It can't.1 · -
Re: Remove row if two column are both empty
Hi, Multiple allows you to remove columns from a list, checking for each of them whether it is empty. For your use case, I would recommend: * Concatenate the two columns * Remove rows where the conca…1 · -
Re: PySpark exit recipe with Warning status
Hi, It is not currently possible for user code to flag a recipe as warning. We'll make sure to take your request into account to inform future developments.1 ·
