-
Re: API Node - What is the use of the folder 'code-envs-cache' ?
Hi, This folder contains the built Python and R code envs for your custom endpoints. If you often modify the code envs definitions of your endpoints (on the design node side), new code envs will get …1 · -
Re: Dataiku DSS SSO
Hi, DSS can authenticate users using any SAML v2 Identity Provider (like Azure AD, Okta, PingFederation, Google, ...). When a user tries to login to DSS, he will be redirect to the centralized login …1 · -
Re: EKS and Memory Usage in DATAIKU
Hi, These are fairly advanced sizing, capacity planning and architecture questions, so we would recommend getting in touch with either your Dataiku Customer Success Manager, Technical Account Manager…1 · -
Re: SFTP dataset
Hi, SFTP is not a variant of FTP but is a file transfer protocol running over SSH. Thus, you need to create a SSH connection, and then a remote dataset using this SSH connection. In the remote datase…1 · -
Re: How to select a column by using values of other columns
Hi, You can do this with a formula. In formula, the strval(col_name) function returns the value of the column "col_name". So what you have to do is to build the col_name by taking month and…1 ·
