I want to partition a non partitioned dataset . Re-dispatching is not working as i want to have distinct partition values from a column of non partitioned dataset .
I would like to add 2 columns to our most important SQL tables (Oracle) and use them as an "audit log" to track who made the change and when the change was made: AUDIT_USER_NAME AUDIT_TIMESTAMP In my SQL Query Recipe, I am using the following columns: SELECT user as audit_user_name ,sysdate as audit_timestamp…
Hi Team, Please suggest which is recommended to maintain version control of project in dataiku, inbuilt version control vs remote version control(bitbucket, Git repo). and why? and also please share if comparable document you have already. thanks in advance.
Hi All, Consider this as my input : AccountValueA B1,2C3,4 & i want the output as: AccountValueA B1B2C3C4 But what i'm getting is this : AccountValueB1B2C3C4 The null value cell is getting removed. Anybody can provide with solution? Thanks in advance Operating system used: windows
Using an evaluate recipe, I'd like to be able to turn off certain features during the calculation of the drift model and the univariate drift metrics. Im seeing a section in "advanced" which allows for some custom variables. Maybe there is a setting for this were I can apply a list of enabled features?? Operating system…
Hi everyone, We have a platform based on subscription which doesn't follow the most basic implementations. In specific, it has: * Free and Paid users * Multiple levels of subscription * Multiple lengths of subscription (1, 6, 12 months) I want to calculate a few basic business metrics such as MRR, ARPU, churn rate, CLV…
Hello Dataiku community, I've recently acquired an Intel Evo i7 laptop, and I'm eager to dive into data science and analytics using Dataiku DSS. However, before I start, I'm curious about the performance on this hardware. Can anyone who has experience with Dataiku DSS on Intel Evo i7 laptops share their thoughts on how it…
I have a string column in a table that contains values like "00123456" when I import the table into jupyter with the cmd. get_dataframe the column type becomes integer and I get the value 123456 without 00. how can i fix this problem and get the same value and data type
Hi Team I am trying to read an excel file from the managed folder in the dataiku which is of "Server's Filesystem" type and reading files from "filesystem_root". Now, I am trying to read an excel file which is present in this managed folder using the below R code and getting an attached error. folder_name <- "DXbBXaww"…
I am new to dataiku and would like to setup a project to QAQC my company database. These are the project requirements: There will be hundred of validation rules (using the validation types: Data Type Check, Code Check, Range Check, Format Check, Consistency Check, Uniqueness Check) for different column, I would like to…
Create an account to contribute great content, engage with others, and show your appreciation.