-
we have count function to check in Alteryx. Can somebody let me know the count function in dataiku
we have count function to check in Alteryx. Can somebody let me know the count function in dataiku Operating system used: 2023.2.1 Operating system used: 2023.2.1
-
How to access specific check results in a scenario
I have a simple dataset containing 1 row and about 20 columns. Each column represents a Boolean value of whether or not a particular threshold has been breached. If the result is true for any of the 20 columns, then a message is sent to a designated MS Teams Channel that a breach has occurred. I would like to supplement…
-
Filtering sample: Your user profile does not allow you to perform this action
When looking at the sample of a dataset and trying to filter this sample, my colleagues with an EXPLORER profile get the following error message: "Your user profile does not allow you to perform this action Your user profile does not allow you to write project content. This error typically requires configuration from your…
-
Project duplication with API not keeping triggers
Hello, I'm using the API to duplicate my projects on releases from development to production (as opposed to the UI duplication to save time as there are 30+ projects we duplicate every time). On duplicating the projects I noticed that the scenario triggers are not automatically enabled in the newly duplicated project, even…
-
Get the run error message from Dataiku API
Hello, I'm building an automator for our scenarios that logs the results in a dataset. For this I have been exploring the API but cannot get the error message of a failed scenario/run/job. Is there a way to get the error message? I can start the scenario no problem and can access the run object (to see outcome) but cannot…
-
Script to modify project settings
Hi All, I have created a script to modify the project seeting, and have scheduled it as a scenario to run daily but the list keeps on getting append by the same group name on daily basis. can you please suggest how to break this. -- please find the image attached for reference. below is the script which i am using ---…
-
project duplicate modifies sharepoint files
Hello, for the migration of our development environment to, for instance, our acceptance environment, we use a python script to duplicate the project (and then change the connections/configurations etc.). However, when we run this, any sharepoint files used in the flow get modified (within sharepoint itself). We're very…
-
Connecting to SAP for discover edition
Hi all, Is it possible to connect to SAP through the SAP Plugin if i have the discover edition? In case it is possible, it would work for SAP HANA, Business 1, etc? Thanks, Vale
-
Python code environment library installation error (AxiosError: Network Error)
Hello! :] I have a code environment with a bunch of python libraries installed. I'm using this for a data science project. I'm now trying to run a survival analysis and survival model, with the exploration and model prototype happening in a python notebook. I have tried to install python libraries such as pysurvival,…
-
Code environment error after Ubuntu upgrade
Hi, we recently updated our Ubuntu to version 20.04 and are experiencing issues with our custom code environments. When running python code using the custom environment we get the following error: Job failed: The Python process failed (exit code: 1). To troubleshoot this, I looked at the code env but found that something…