-
Re: Forgotten Admin Password - Azure Evaluation
With SSH access, switch o the dataiku user, and you can use dsscli to reset the password to change the password: https://doc.dataiku.com/dss/latest/operations/dsscli.html#user-edit From the DATADIR r…1 · -
Re: Python API - RMarkdown
Hi, There is no API for rmarkdown reports, you can leverage project libraries and edit those via Python API and include that project library in Code report. https://doc.dataiku.com/dss/latest/R/reusi…1 · -
Re: When trying to execute a SQL recipe we have the error SHOWPLAN permission denied in database
Hi, This is requirement was introduced in DSS 11.4.1 DSS. We've since removed this requirement in DSS 12.4.2. https://doc.dataiku.com/dss/latest/release_notes/12.html#datasets-and-connections &…1 · -
Re: Writing to Oracle DB from Jupyter Notebook
Hi, There is not theoretical limit for write_with_schema, and 250k rows is not a lot. You should try to run your notebook code in the test python recipe and check the df shape before writing. The job…1 · -
Re: TensorFlow slices method using containerized execution
Hi, Since you are using hard-coded paths to a locally managed folder, this can't work from a container as those paths don't exist when using containerized execution. https://doc.dataiku.com…1 ·
