-
How can I query Dataiku's commit log from the public API client?
I would like to use DSS's public API to query the internal commit log. In particular, I would like to obtain: 1. The project key 2. The commit timestamp 3. The commit ID of the latest timestamp I know that it is possible to list all Project and Commits using an Internal DSS dataset. However, I would like to accomplish the…
-
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…
-
Cumulative sum on raws by group
Hi Dataiku Folks, Do you know if there is a visual way to go from the table 1 to table 2 (values are all "1" to simplify the example). Output dataset will have: two new columns, no aggregation but cumulative sum by two ids. Window recipe with custom aggregation seems not able to create new columns ; prepare recipes seems…
-
Unfold HR Hierarchy
Hi! I am looking for some advise on extracting relationships within a HR hierarchy. This is a problem I know how to resolve with code but I just want to understand if I am missing any solution to this using the visual recipes that exist. Below are sample input and outputs... Before…
-
Memory of DSS
Is it possible to train a text aware scenario to find patterns with the 200k lines? For example extracting keywords and so on, would the size of data be a problem?
-
Dash Webapp not working after a while
I have dash Webapp published at Dashboard, the drop down list works fine when I open it. However, it does not work after a while, then I have to refresh the browser (chrome) to make it work. Then it happens again after a while, what could be the reason and how to fix it? thanks a lot. Operating system used: Win10
-
Saving a dataframe from a notebook to a specific zone as a csv file in DSS
hi i have a dataframe that needs to be saved to a specific zone in my project. how do i achieve this? output_ds = dataiku.Dataset("myoutputdataset")output_ds.write_with_schema(my_dataframe)
-
Export only display columns from dataset
Hi, While exporting dataset, it's downloading all the column by default. I need only displayed columns to download. Please help me with this.
-
Extract glasses from a picture
Hello, I have some pictures of people wearing glasses, and I would like to extract from those pictures glasses only. Do you know how I could do? Thanks in advance for your help.
-
Comparing two recipes to determine if one is different?
Hi, We create Dataiku project templates which give the user known-good recipes and flow zones to accomplish a certain task. The project has variables we use in the recipes to parameterize the usage such that it can be run using different settings. My question is if there is a way I could loop through the recipes in the…