-
Sorting dates in Pivot Tables
Hey everyone! I created one Pivot Table as an Insight to include it in my Dashboard. The Dataset has a date column. It is parsed correctly and the Insight has recognised the field as date. In the dataset, the table is ordered by the date field Descending. However, when I create the Insight with the Pivot Table, the only…
-
Possible to set importLibrariesFromProjects using Python
Hi, I need to be able to set importLibrariesFromProjects using Python, is this possible? thx Operating system used: Windows10
-
How to shift data in a column
I have a main question and as part of my solution to it I have a follow up question: Main question: I have a column in my time series data (let's call it status) that is populated with on/ off binary data. I need to find a way to create a column to count the days since last time status was on. so basically when the status…
-
Password of connection visible via Python API
When I look at a connection in the settings password, this one is hide. But when I use the python API with: conn = dataiku.get_connection('my_con_name') conn.conn_details['params']['password'] It looks like a security issue, no?
-
Append data from a non-SQL step to a SQL table without dropping the SQL table
Hello, I'm trying to append data to my SQL table, but using the DSS recipe (Sync, Prepare), the SQL table is dropped and overwritten. Is there a way to only append? Thanks
-
Encountering a problem, trying to create a new branch
In Version Control, I tried to create a branch while duplicating the project. However i encounter the following problem: There seems to be a reference to an old code env, that doesn't exist anymore. However, I cannot find where the reference is. I already tried to manually set all notebook envs, as well as python-recipe…
-
Missing columns in Schema when using API Connect
Hi all, I'm using the API connect plugin to connect to an external dataset. The plugin works like a charm, but some columns do not end up in the schema for some reason. Exploring the dataset gives me 109 columns, while the schema shows me 101 columns. The columns are also missing a format (like "string") and are…
-
Setting custom feature importance
Hi, While building MLmodels, is it possible to alter feature importance? I know the feature importance will be calculated internally and the charts can be viewed but for experimentation purpose I want to add in custom importance and see how the model output varies
-
Do Dataiku flow have only one branch per project ?
Collaborating as a team while coding recipes is complex since there is only one branch per project in Dataiku flow. Operating system used: windows Operating system used: windows
-
Partial data set clear in scenario steps
i have to delete data in a data set based on some conditions. I want to achieve this via a auto trigger scenario maybe once in a day. Do you think this will be able to achieve in dataiku? Pls let me know