-
Github integration
Hi community, I recently worked on a Git integration in our Dataiku Designer instance and would like to share a few trivial insights here post the resolution with a Dataiku support team member. Shared two helpful references while working on the integration: * Cloning a Library from a Remote Git Repository * Working with…
-
Change a recipes engine using the API
Hi Everyone, I know we can get the selected engine details of a recipe using the API. but is there a way to change the engine of the recipe as well using the API ? Any suggestions are welcome Thanks..
-
Setting Up Python 3.7 and Anaconda Code Env
Hi All, I am having some trouble setting Dataiku code environments with any Python other than 2.7 & 3.6. Further more, I can't seem to get the "Use Conda" option either. I know anaconda is considered a tier 2 support item, but it's required for my current project. Does anyone know how to get these features working? Thank…
-
Can I install python package from .whl file?
Hi, New to DSS. I want to know, can I install a Python package from ".whl"(wheel) file in my Python code environment? I checked the documentation but didn't get any such info. I've one ".whl" file from which I need to install some dependencies to my Python code environment. Thanks Operating system used: Windows
-
export dashboard with filter in DSS 10
Hi, I've just known that with ver DSS10, we can add a filter to the chart in a dashboard. And I know that we can export automatically dashboards to pdf/image. Can I export dashboard with filters to pdf automatically ? For example, I have a dashboard with two filters as country(country1, country2) and region (region1,…
-
Data Science Studio startup failed on MacOS 12.3
When trying to run Data Science Studio i get the following output: *************************************************************************************************************** Starting Data Science Studio.app dssHome:/Users/michaellappert/Library/DataScienceStudio/dss_home…
-
Dataiku Setup with multi-tenant Amazon EKS cluster
Background: I am trying to create an infra setup, where Dataiku runs on a multi-tenant EKS cluster(For cost tracking). Most of the setup is clear, but I want to know how the configuration should be mapped. Use case, So let's say we have 40 users, of which there are 4 groups with 10 users mapped with each group. Now how…
-
Need to do stratified sampling in a recipe Sample/Filter
Hello, I created a Recipe Sample/Filter on Dataiku and I need to do a stratified sampling on my dataset. I found that this type of sampling is only available when you explore the data. Is this type of sampling available on Dataiku? If not, how to do it in Python code please? Thank you in advance for your return, Kind…
-
Write back to Snowflake
Does DataIku allow to write predictions back to a DB (Snowflake) directly? The idea being to extract data from Snowflake, train the model and feed the predictions back.
-
Python 3.7 Code Env Creation Issue
I have anaconda & py3.7 (altinstall) installed first I then installed DSS to ensure the path of DSS sees both of them I can install via conda I seem to be have in issue when installing via the path At the inital creation, it gives a warning (see picture py-jup-warn) I can access the code env, but I can't install anything.…