-
Re: Why plugin dedicated environment only Python 27?
Hi @Seymour93 , you can change the required python version for the plugin in the code-env/python/desc.json: "acceptedPythonInterpreters": ["PYTHON36"] The valid values are: PYTHON…2 · -
Re: Creating a Web App with React Frontend
Hi Adam, No, for the process described above in this thread you indeed need SSH access to the server and there's no easy workaround. As you said, you could develop an app locally, build it, and …2 · -
Re: HTTP code: 500, Code: ERR_SQL_DB_UNREACHABLE, type: com.dataiku.dip.exceptions.CodedSQLException
Hi @cindy2000_sh , Can you test if your database server is running? You may also test the DB connection from the admin page, by opening Administration -> Connections -> your connection and then…1 · -
Re: HTTP code: 500, Code: ERR_SQL_DB_UNREACHABLE, type: com.dataiku.dip.exceptions.CodedSQLException
yes, it's this screen, however, you need to be logged in as admin in order to see the list of connections.1 · -
Re: Install multiple instance of Dss in multiple machines
Yes, the containerized execution option is not a separate engine in DSS and won't offload all of the operations at the moment, the list of what can be containerized can be found here: https://do…1 ·
