-
Is the "Admin" privilege necessary to create branches in a project?
Hello, I am an administrator on our DSS servers and can create branches in project without issue. However it seems that unless a non-admin user created the project they cannot create branches (or switch branches) in a project unless they are made "Admin" under the "Security" tab, either by giving the permission directly or…
-
Recipent multiple Email in a scenario REporter
Hello, i managed to use this reporter to send email to a single address with a custom variable, but didn't found the information to the seperator to use to put other email it works with To : xxxx@email.com but didn't work with To : xxxx@email.com;yyy@email.com is there a documentation ?
-
Pulling data to excel via dataiku API
Hi, I have an excel file that needs to be updated monthly with new data.. I'd like to know if its possible to pull data directly from dataiku dataset to an excel sheet. My goal is automating the excel data update without manually exporting the data each time from dataiku to excel. I would make this data pull scheduled…
-
Dataiku Notifications
Hello, Does anybody knows how to make Dataiku stop showing every type of notification. I have the log in/ log out notification set off. However, the error and success of jobs done by my colleagues are still showing up. Already disabled watch, and it is still showing. Seeing this stuff popping up every time is not good.…
-
Collect all months between 2 dates in a string column
Hi, Each line of my data set contain an subscription with a start and end date. I want to create another column which contains all the month between these 2 dates in string format with a separator (; for example). For example if I have start_date = 01/07/2021 and end_date = 18/04/2022. The new column should contain:…
-
Dataiku Free Trial
Hello, I am currently using Dataiku Free Trial version for 14 days. In less than 24 hours this free trial version will expire, since I haven't finished the Dataiku courses and certifications, could I get a free extension so that I can complete these ? Thank you very much. I wish you a pleasant day. Best regards, Lucas…
-
Create a global Dashboard
Hi All, I would like to create a global dashboard and not by project. My goal is to output the number of projects, the number of active users and the number of licenses granted per month. Is it possible to have this global dashboard ? Thanks
-
Get Calculated Statistics with Model Evaluation Store API?
Im aware that you can get a hold of many metrics in the model evaluation store through the use of the API e.g. mes = dataiku.ModelEvaluationStore("XXX") mes_info = mes.get_info() the_MES_list = mes.get_metric_history("XXX") My question is, how can I extract the calculated valuesin the MES, like those in the univariate data…
-
Best practice for setting up QA, stage, and production data-pipelines
Hello all, I've been building a large data-pipeline, and the project is starting to get messy, as I have been creating new branches as I develop new versions of the pipeline. So I want to ask: what are the best practices for separating projects into development, staging, and production? Should I separate development,…
-
Slow performance questions
Hello, I am having some performance issues. I have about 5000 rows of data where one of the columns is a a large amount of text, and importing this data from JSON was quick. But everything else I try to do is painfully slow. Since data-science tasks can include millions of rows, something must be wrong with my…