-
Job failed: Cannot write on connection 'filesystem_root'
Hello! I am replicating one of Dataiku's solutions, "Demand Forecasting". https://gallery.dataiku.com/projects/SOL_DEMAND_FORECAST/ I want the "input datasets" to be the ones that the solution brings by default. To establish the connection I apply this configuration. Then, I attached the path of the datasets using this…
-
Error updating DSS to 12.4.1 - PermissionError: [Errno 13] Permission denied for web_apps directory
I am looking to upgrade my instance of DSS on an Azure VM from 11.3.1 to 12.4.1. When running the installation command "dataiku-dss-12.4.1/installer.sh -d dss -u", I run into the following error: 11399 -> 11400 - Delete the lower and upper bound of the data drift CI: they were wrong. (Wrapped) - Migrate webapp working dirs…
-
API connector - Pagination
Hi, I am facing an issue regarding pagination. Let me explain, I have an API endpoint that I query to get results. My query is "https://domain.freshdesk.com/api/v2/contacts?page=1". I want to enable pagination to retrieve all results from each page in my dataset. But impossible to make it work correctly. Can you help ?…
-
Name External Conda environment - how to use containerized execution ?
We've created a 'Name External Conda environment' in DSS and we would like to use this code environment in a python recipe with a containerized execution. How to setup this 'Name External Conda environment' with containerized execution as the option to define the container is not available from DSS screen like for the…
-
Getting error "Failed to set process in cgroup tasks file"
Hi, I have installed the following library in my code recipe: alibi_detect However, when I try to import it in the recipe, I get the following errors: Appreciate any help on this.
-
Questions on Dataiku, EKS, and EMR Serverless for Efficient Data Processing
Hi Dataiku Community, I hope you're all doing well. I wanted to reach out with some questions regarding our current implementation, where we are utilizing EMR Serverless with TBs of data flowing between Snowflake and S3. * Intermediate Datasets Avoidance: We are looking into EKS setup compared to EMR Serverless. How does…
-
how to create dataset
Hi, I want to create a dataset basically for storing some information I have done testing in test environment where I have created one blank Excel and appended it with the required data from an api. But now I have to do it in a production environment I want to create a blank dataset to append the data required for storing.…
-
SSO to Azure Active Directory - facing error
I am looking to setup SSO against my azure active directory. I have AD actively syncing and users actively provisioned on the platform. When I configure SSO and test it, I get redirected to the MS login screen, I can sign in using email and password, but I then hit the following screen and not successfully redirected to…
-
Dataiku Groups vs User Profiles
When granting access to a User, which permission level supersedes the other, the Group or the User Profile? For example if someone is added to a group that has the ability to only read a dashboard but their User Profile is a Data Scientist, which has all permissions, would they then be able to create datasets in a project…
-
STATA in DataIku
Hi all, I am aiming at running Jupyter notebooks with STATA interpretation capability. I wonder if there has been any similar efforts so far. It would be great to give me some hints. Useful links: https://www.stata.com/python/pystata18/ https://github.com/ticoneva/pystata-kernel I could install STATA on the DSS VM.…