-
Removing Incorrectly Registered Automation/API Node Infrastructure in Dataiku
Hi, I've mistakenly registered some automation node and API node infrastructure with incorrect information in our Dataiku design node. I've carefully reviewed the Web UI but haven't been able to find a menu option to remove these. Could someone please advise on how to remove this incorrectly registered infrastructure? Any…
-
How to visualize project variables in dashboard?
I want to add a dynamic time format on a monthly dashboard, like Jan-25, Feb-25, which already stored in project variables. How can I choose proper tile as below and configure it in slide? Operating system used: Windows
-
Controlling Access IP for Dataiku Design Node
Hello, How can I control the access IP addresses for the Dataiku design node? For example, I want to allow access only from the office and block access from home after work hours. I'm also curious if the method differs between a Dataiku managed cloud instance and an on-premise installation. Thanks, Sangcheul Operating…
-
Dataiku CRU(Compute Resource usage) wiki
Hi I have a question The wiki of dataiku CRU has zones and datasets for llm usage, but the actual CRU does not. Is this gone? Operating system used: rocky Operating system used: rocky
-
Regarding, Dataiku Scenario, How to control the Scenario steps using variable?
Hi everyone, I have designed my dataset where it will always have single value either 'true' or 'false'. In my Dataiku scenario. I want to control the flow based on this output. If Dataset contains 'true' then , next step (building datasets in the project) should proceed and email notification need to be triggered if…
-
Payment
Hi how can I pay Dataiku? What payment methods are there?
-
Can we monitor any new docker images created by dataiku across the cluster?
As a dataiku admin, I want to keep a track of all the new docker images being created from dataiku. The images are created mainly when we update a code-env with container execution option. So, when we provide access to users. They add few packages to code-env & update to create a new image. I want to keep a track of any…
-
How can I mount my windows shared drive with Dataiku different environments
what kind of specification required for that: What all command will be used?
-
Schema Configuration Issue with "Sampling" Recipe Using Python API
Hello everyone, I am currently facing a problem using the Python API of Dataiku DSS to configure a "sampling" type recipe. My goal is to prevent the automatic conversion of the output schema when executing the recipe, specifically ensuring that data types like NUMERIC are not changed to FLOAT. Here is the approach I have…
-
Integration of Notifications with Microsoft Teams
I am looking to send status notifications for scheduled job scenarios in a Dataiku project to a Microsoft Teams channel. Currently, for the project status logs are being successfully sent to Outlook email upon the job execution based on predefined scenarios. The objective now is to configure and integrate notifications so…
-
S3 output file name
Dear all, When I let my recipe export/store the output in S3 it creates a file with this name: out-s0.csv.gz. Is there a way to change the name of the output file? Kind regards TonyR
-
I want to install Playwright in Dataiku
He Hello Dataiku community, I'm trying to use Playwright in a Python code environment on Dataiku DSS. I added playwright to the "Packages to install" section of my environment, and it installs correctly. However, when I run my code, I get the following error: rustCopierModifierBrowserType.launch: Executable doesn't exist…
-
Is it possible to run a shell script stored in the git cloned project in Dataiku Library?
Hi, I am new to Dataiku so not much experience yet. I am trying to use a module the code of which I have cloned from git into the Dataiku Library. The cloned project contains a .sh file that I need to run to be able to use the module. I tried this code: import subprocess script_path = "full path to .sh file" try: result =…
-
Usage of dku_flow_variables
Part of our ETL is using dku_flow_variables to determine the period we are processing data for. I wanted to see what this does in the dataiku api documentation (Python - Dataiku Developer Guide) but could not find it there. Can anyone explain the usage of dku_flow_variables or point me to documentation of this? The way we…
-
Hosting webapp with python backend
Is the sample webapp mentioned in the example working? I was getting errors on the HTML UI How to create a form for data input? - Dataiku Developer Guide https://developer.dataiku.com/latest/tutorials/webapps/standard/form-to-submit-values/index.html Operating system used: Dataiku Free edition - Space
-
Negative values on a Stacked barchart
Hi, I am trying to plot a stacked barchart, just in absolute value, NOT in percentages. However, one of the data points has negative value, and it seems dataiku's stacked barchart cannot be used if there is negative value in the data. It throws the below error: "Cannot represent negative values on a Stacked chart. Please…
-
Command line: ./dssadmin install-spark-integration DIP_HOME: /DATA_DIR *** Error detecting SPA
mand line: ./dssadmin install-spark-integration *** Error detecting SPARK_HOME using spark-submit WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.apache.spark.unsafe.Platform…
-
How to handle duplicate timestamp?
I want to forecast the value of "main", but there is a notification that the date is duplicate. In fact, each row is a unique row that has an identifier. How to solve this problem? Operating system used: MacOS
-
Compare two datasets easily
Hello, I have a question : I would like to compare two datasets (with a code as primary key) with several metrics, does someone know how to compare each indicator easily on Dataiku ?
-
Error while computing large number
I've got an error while computing a large number (ie somtehing like 10^18). The formula "MJ*1000000" retruns negative value in column "J" for some rows and the correct value for others… Does someone as an explanation and a solution ? Thanks very much in advance
-
SOLVED. Cannot replicate GLM predictions
SOLVED. It was the offset - needed to take the natural log of it before calibrating. Hello, I built a model using the GLM Classification plugin. The AUC is ~0.8 so it's fitting my data well but when I implement the GLM formula manually into Tableau the predictions are far too low despite having the correct shape. The model…
-
Higher Resolution Geometry Viewing
Dataiku condenses geometries such as lines and polygons when visualizing them in the 'charts' tab of a dataset. Polygons for example are visualized with a minimal number of their vertices. For many of our use cases, we'd like to have the option to view these with their original vertices. This could be an optional toggle…
-
Option to display short descriptions on flow
Hi All, Forgive me if this has been discussed before, or if it is a polarizing topic as far as visual design goals. In evaluating Dataiku against other products, and ultimately deciding on Dataiku due to its many strengths, one thing my team lamented was that it was not possible to display descriptions of flow elements on…
-
Issue in replicating alphanumeric from one column to another
I am trying to create a column COL1 replica of COL2 using prepare recipe (formula). COL2 datatype is string and values are numeric/alphanumeric. I observed wherever data ends with "F" it replace it with ".0", however it works as expected for other value. Below is the sample COL1 COL2 113816A 113816A 113816 113816 113816F…
-
Alteryx Vs DataIKU Tool Comparison
Hi, Is there any comprehensive list of tools available for Alteryx Tools that do not have covered by Recipes in DataIKU. And need to be done with Code Recipes or some other way with custom coding, plugins etc.. This gap is pain for some user who aren't coders or developers and were very happy with trag and drop tools with…
-
Using WITH statement in HIVE recipes
Hi, Why can't we use WITH statements in HIVE recipes? It works in HIVE notebooks. According to documentation, WITH statements are allowed in HIve sincd 2015. I get this message when using WITH in Dataiku 12.6.5 Validation failed: The query contains 'WITH...' statements, which cannot be automatically handled by DSS. Put the…
-
Data set in ML Practitioner Certificate
Hello, I am unable to find 'High Revenue' in the listed features. Can anyone help if I have the wrong dataset, which dated file I need to download?
-
Can't create a code env for the Answers plugin (Automation node)
Hi, I installed the Answers plugin (v2.2.1) on our self-managed Automation node without a code env, because the code env creation fails with this error: Creation result Errors were encountered ERROR ERR_CODEENV_CREATION_FAILED Environment creation failed null failed (exit code: 1) [01;31m[K^~~~~~~[m[K…
-
Can't create plugin_document-question-answering Code Env for Dataiku Answers Plugin
I am trying to follow the tutorial "Tutorial | Build a conversational interface with Dataiku Answers" but I need to install "Answers" plugin beforehand. I tried to but when it comes to creating the code env step, I cant create it: building wheel for simsimd (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [43…
-
Is learning Dataiku a competitive advantage for aspiring data analysts/data scientist ?
I’m Mugesh — an aspiring Data Analyst currently exploring Dataiku. I recently discovered this tool and I must say, its infrastructure and user flow are quite fascinating. As someone working hard to break into the industry, I’m curious to know: Will gaining expertise in Dataiku give me a competitive edge in landing a data…
-
How top extract the columns names in a dataset in excel
I have a dataset for which I just want the column names to be extracted in excel. How to export these names in excel any idea?
-
[Apache Kafka] How can configure group.id for a consumer?
How can configure group.id for a consumer? I configured correctly the connection. I use a specific group.id but I receive: dss_consumer-1747668181799 How can I configure correctly a consumer? Thanks Operating system used: Ubuntu 20.x
-
In Design Node LLM connection details
We have several projects in Design Node. How many LLMs are used across all of the projects? How will we gather all the information so that we can recommend the best LLM to each project owner or solicit suggestions for improvement?
-
Reading Data from another project in jupiter notebooks
Hello I want to read data from another project how do i go about it
-
Support user agent string with download recipe
I am trying to download data from some US government websites, and most will allow the download recipe to run without hassle, but a few like the Bureau of Labor and Statistics (BLS) will sometimes return a 403:Forbidden error when trying to download data. I can easily get around this by using CURL or anything else that…
-
Cannot Save Jupyter Notebook
Hello community, I’m using DSS 13 on-premise, which was installed just a few days ago in my company, so it’s a fresh setup. I started configuring code environments with Jupyter kernel installation to run Python code in Jupyter Notebooks. Initially, I was able to save my notebooks without any problems, but for some unknown…
-
Datasets created by Python API but unable to read in the recipe
Hi, I have created dataset using this code: import dataiku client = dataiku.api_client() project = client.get_default_project() params = {'connection': 'connection_name', 'mode': 'table', 'table': 'table_name', 'schema': 'schema_name'} dataset = project.create_dataset(dataset_name, type='Snowflake', params=params) I write…
-
recipe.get_status() no longer returning state of continuous recipe
Previously I was using the below code to check if a continuous_recipe was running and if it wasn't then it would restart it. Since our most recent update, it no longer returns the elements that would tell me the current state of the recipe to key off of. Where could I get the state of a continuous recipe to fix my code?…
-
Adhoc Scenario/Flowzone execution on file change
Hi, I have below execution situation to be replicated from Alteryx. Not sure how dataiku can support this. Kindly share if there is any guidance. Current Way of Working with Alteryx Users have been provided access to Alteryx workflow via Gallery. Users can see only workflow that they have access to. Users are not technical…
-
Data Overwrite Issue in BigQuery Using Dataiku with Python
Hello everyone, I'm currently developing a Python script in Dataiku and encountering an issue related to data overwrite in BigQuery. Here's some context: In my project, we're importing data from Teradata into BigQuery using Dataiku. The goal is to perform incremental updates, meaning adding new records for the last X days…
-
Dashbord tutorial : wrong date format ?
Hi there, In the dashboard tutorial (core designer path), I cannot work on the "purchase_date" as it's seen as a string format in the "Charts" tab, althouth the dataset shows a date format … where am I wrong ? Tks for your help !
-
Perform quick SQL query on SQL dataset from UI
For my workflow it would be very helpful to have the option to perform a quick SQL query on a (SQL) dataset in the Flow from the UI. For example by right clicking. Things like count distinct values of a specific column, etc. Right now, I go to my separate SQL client to perform these quick checks, but that requires tool…
-
Chat with and visualize (plot) data in webapp
Dear Experts, I am working on a webapp chats with the data and able to get correct results. However, I am trying to extend it to add visualization or plotting capability to it. I tried multiple things but nothing worked. Is there any guidance, example or documentation available for the visualization part.
-
Welcome to nginx page for the API node
Hi there, On Ubuntu 22.04, I installed DSS design, automation, and API nodes. When I access the design and automation nodes in a web browser, the log-in page is displayed, but only the "Welcome to nginx!" page appears for the API node. Looking at the install logs, there don't seem to be any specific errors. How can I…
-
Automating BigQuery Dataset Creation via Python Notebook
Hello everyone, I am currently working on a project where I want to automate the transfer of data from a database to BigQuery using a Python notebook in Dataiku. I have many tables involved and I aim to automate the entire process because I don't want to create each dataset manually. I found information on dataset creation…
-
api key changes with new bundle
Hi Dataiku Team, i have defined an api_key for a project in the Development node. Whenever i deploy the project as a bundle to the automation node the api key changes in the automation node. If i try to create a new Key directly on the Automation node then the same gets deleted when i deploy a new bundle. Can someone help…
-
UPSERT Sample or statement
Hi, I'm new in Dataiku, I hv 1 new project to perform in dataiku which need to do upsert for existing table or dataset. May I know how can I perform the insert/update statment in SQL? Especially on input value from dataset? Let say I have abc dataset with 10 column data, but need to insert/update only 5 from 10 column? How…
-
DSS install in NAS
Hello, We are currently running Dataiku version 13.1.4 on RHEL 8.4 and 8.10. To enable high availability (HA), we are planning to use a NAS-based setup, targeting either an active-active or active-standby architecture. Currently, we operate a dual-node environment where, in the event of a failure on the active node, the…
-
Getting the user executing the script in Dataiku notebook
Hi, we are running a python "notebook" in dataiku and in the code, we would want the id of the user who is running the notebook (as opposed to who created the notebook session). Sometimes multiple users open it in parallel and run in which case we have a need to see which user is actually running the notebook. At the…
-
Retrieving a deleted recipe
-
How to Analyze Entire Datasets in Dataiku Instead of Samples
I’m working in Dataiku to create a usable dataset by combining internal data with public data. Currently, each dataset is loaded with only a sample of about 10,000 rows, and I used Visual Recipes to build the final dataset. However, it seems that the final output was also generated based only on the sample data. How can I…
-
Dataiku on AWS: Can I use an AWS EFS mount as my DATA_DIR ?
I'm evaluating Dataiku for our AWS environment. We want a an architecture that avoids data loss in case our dataiku instace goes down due to availability zone failure. I saw that Dataiku documentation explicity states that AWS EFS is not supported as an installation target. Does this include the DATA_DIR for the…
-
Add Ability to add updated/inserted time to UPSERT recipe
The new upsert recipe is great, and has alot of potential. It would be awesome to have the ability to add an audit column to this recipe, updated_at if the row was updated, or created_at if its a new row. If its a new row, updated_at would be left blank, created_at would be now() if an update, updated_at would be now(),…
-
I can't run the command as in the tutorial (Academy Dataiku)
ML Practitioner > Time Series Analysis & Forecasting > Train and deploy a forecasting modelAfter I click "Train", the system shows an error with the following log: Failed to train : <class 'AttributeError'> : module 'numpy' has no attribute 'MachAr' note : I use an "individual-academic" license Using Arc Browser Operating…
-
Longer Connection text box on New Snowflake dataset page as needed
Request for the text box for Connection on New Snowflake dataset page to get longer to fit the full connection text if the connection text is longer than the current text box length. Our organization has a standard prefix for connections based on division/team/project, so I have multiple connections with the same prefix…
-
Import .Hyper file to DSS
Hi, I try to upload .hyper file to dss, however, the date column become null in the output which is HDFS file. Does anyone know why and how I can solve this?
-
Need to import multiple pdf files from sharepoint library
Upon exploration I did find certain things to be fulfilled by admin for me to connect to either a share point library or one drive folder, but I want a brief step by step method to follow so that I can get this done. In case if there is a better option or method available without intervention of admin, please let me know.
-
ModuleNotFoundError
Hello I am trying to access a python module in my lib in jupyter notebooks. when I try to import config I get the error ModuleNotFoundError This works fine if I do it python recipe. I am using version 13 of dataiku. I have tried restating the Kernel but it does not work.
-
Add description to each IP set in IP Allowlist extension to identify them
Add description to each IP set in IP Allowlist extension to identify them. It enable to know for which organization and who this ip or ips range is added in whitelist.
-
Medallion architecture
Hello, Can we implement a medallion architecture in Dataiku? Thanks
-
Set Drop data as default during project deletion
Hello, Is there a way in Dataiku that can Drop data as a Default during the time of project Deletion Operating system used: Rocky 9.5 Operating system used: Rocky 9.5 Operating system used: Rocky 9.5
-
Change encoding when exporting dataset
Hi, When I use an "Export to folder" recipe to export a dataset into a csv, the default encoding is UTF-8. Is it possible to change this encoding by another one (like ANSI or UTF-8-BOM) ? Thanks. Operating system used: Windows 11
-
Dashboard doesn't refresh in time before it's exported through a scenario
Hi - Please see below my goal, methodology, and the challenge I am facing. Thanks in advance for your help. GOAL: I want to get the export of my dashboard every Monday morning with the most up-to-date data. METHODOLOGY: I set up a scenario that is time triggered to run on Monday 8AM. First step of the scenario is to build…
-
I am trying to pass a parameter from a dash web app to a scenario to use in a flow.
This is what I have tried trigger_fire = scenario.run() scenario.set_scenario_variables(run_id=run_trigger.id, File = "your_value") scenario_run = trigger_fire.wait_for_scenario_run() but I am getting this error 'DSSScenario' object has no attribute 'set_scenario_variables'
-
Setting up Stages in Snowflake to work with Dataiku
In Dataiku DSS when working with Snowflake there is an option to use a stage. This apparently speeds up performance by increasing the number of different types of processes one can do inside Snowflake without having to ship data back to the DSS server for processing. Are folks using this feature? What has your experience…
-
Dash and Standard Webapp
Hi community, I am currently using 13.4V of Dataiku where I don’t have access to the API services. About my Agent Code: I have created a multi-agent system in Python where each agent performs a specific task sequentially: Agent 1 – Searches for relevant content based on user input. Agent 2 – Extracts the required context…
-
Ollama on DSS
Pardon my ignorance on the subject but is there a way to connect to a model like llama2 or mistral running on Ollama locally or another k8s cluster to DSS Operating system used: Suse 15
-
How to split and fold while escaping the comma in strings
I have the same task as the person in the dataiku discussion linked below. I'm using Sarina's solution at the bottom of that page. However, since some of the strings in my arrays have ", " (comma space) as part of the string, I can't use ", " as a separator, otherwise the array will split in the middle of a string. I…
-
Limit the decimal places
I want to round these numbers to 4-5 decimal places. I am using Round formula to achieve this. But, this is not reflecting in the next steps. Can anyone help me with this?
-
refresh partitions in dss via API
Hi, we have added by a python api a new dataset into the project and pointing it to an existing location in HDFS where partition folders are stored. (This location is managed by another DSS instance). This kind of "import" of read only dataset works, but I did not find a way how to "refresh" the list of partitions, i.e.…
-
How to programmatically refresh input dataset partitions with Snowflake?
Hi, I’m working with a Snowflake-partitioned dataset that serves as an input in my project flow. I’d like to automate the refresh of the partition listing, which is normally done manually using the "REFRESH PARTITIONS" button in the Metrics tab. We previously managed to do this with S3 using the…
-
How to shrink an over-extended disk by Fleet manager
Hello, We manage a Fleet Manager and Design Node deployed using "Cloud Stacks for AWS". As a result of generating a large number of container images such as code envs and code studio templates, the disk size of Design (EBS gp2) became enormous. By deleting old DSS versions and unused images, it was able to free up a…
-
we have count function to check in Alteryx. Can somebody let me know the count function in dataiku
we have count function to check in Alteryx. Can somebody let me know the count function in dataiku Operating system used: 2023.2.1 Operating system used: 2023.2.1
-
Check column name values in sharepoint file using dataiku
I want to retrieve sharepoint file from the library one by one and check if column "Project Name" is same, if not, then email user to check the file. I have used the plugin and files in folder option to retrieve the files. Have used Group By to check the count. But how do I set email scenario to check count and project…
-
data truncated
I have a prepare recipe with a dataset as output I store in one field a text. I don't understand why in the previsualisation of the prepare recipe I have the full text but in the output dataset the text seems truncated. Any ideas ?
-
Using Dataiku
Hi all, I'm working on a Python recipe to automate file validation in Dataiku using managed folders. My goal is to: Scan a "validation" folder for Excel or CSV files. Check that they contain the exact column headers that I defined. Route them to either an "inprogress" or "rejected" folder based on the result. I’m using…
-
Dark Mode
Every developer needs a dark mode A dark theme for the flow, datasets, and recipe configs would go a long way toward making Dataiku fit into workflows that involve many other dark mode tools. Dataiku is definitely very bright when swapping from other tools which operate in dark mode. Extensions like Dark Reader do a pretty…
-
The recipe execution is taking long time due to handling a large volume of data in dataiku
We are experiencing long execution times for a recipe in Dataiku due to handing large datasets, while we have implemented partitioning using a filter on a specific column, it still takes 1.5-2 hours to partitioning 30M records. Is there a more efficient way to handle and process this data quickly and effectively because…
-
Ask for resolution about "java.util.Properties org.eclipse.jetty.util.log.Log.getProperties()"
Hello. I am following the academy curriculum. In the machine learning section, the curriculum is not proceeding due to the following error message: 'java.util.Properties org.eclipse.jetty.util.log.Log.getProperties()' I would appreciate it if you could provide a solution." Operating system used: Machine Learning Quick Start
-
Weird behavior in Datetime
I am reading an excel file (.xlsx) which contains a column with Date and time value stored in custom (mmm d, yyyy h:mm:ss AM/PM). While uploading file to Dataiku is automatically reduces one second in the value. It is not done for each row but for on a random basis. E.g. Input Value - Jan 31,2025 10:00:00 AM Dataiku read…
-
Bug when exporting dataiku dashboard
Hi Dataiku specialist team, When I export a dataiku dashboard (into a PDF) that contains embedded web content or some webapp that contains maps, that particular tile is either ignored or it show as broken link. I already configured the tile characteristic to "delay image capture by some seconds" but that didn't fix the…
-
Using Modern Angular for Custom UI seetings in Dataiku Plugins?
I'm developing custom forms for Dataiku plugins and noticed the documentation shows examples using AngularJS (Angular 1.x) with controllers and $scope () Since AngularJS has reached end-of-life, I'm wondering if it's possible to use modern Angular (2+) with component-based architecture for these custom plugin interfaces…
-
Unable to Create Evaluation Store in Time Series Forecasting (DSS 12.5.2)
Hello, I am currently using Dataiku DSS version 12.5.2 and working with the Time Series Forecasting feature. After completing the model training, I attempted to run an evaluation, but I noticed that the Evaluation Store is not being created. I’ve confirmed that when using the AutoML Prediction functionality under Visual…
-
Check if sharepoint excel file column has unique value then store data else email user.
I am trying to develop a mechanism where we need to retrieve sharepoint excel files from the library one by one , once the user uploads and check if duplicate value is present in one column(SKU) , if yes then email user "Duplicate values found in SKU , please check." else store the dataset. Thanks.
-
How to convert the number "35.048,00-" to read as "-35,048.00"
I want the sales amounts to be read as: -35,048.00 2925.00 4000.00 etc
-
Azure AI Search Configuration
I have a problem with using azure ai search run in knowledge bank. When setting the connection there is no menu to grant permission access. Is there anyone who had the same problem?
-
Update and Insert into existing oracle table
Hi All I have two task to do. 1. I wanna update into existing table in oracle, is there any option to do that ? 2. Then I wanna insert into existing table in oracle, I saw the append instead of overwrite option but how to give the existing table in output ? Please guide/Suggest the way Thanks in advance
-
Provide ability to export Insights to images in Scenario Steps and the Python API
Currently only Dashboards can be exported to images in Scenario Steps (Export Dashboard step). While there is an export option in the GUI to export Insights to images this is not possible to do via Scenario Steps nor the Python API. So please add support for this. And also extend the Python API to allow Dashboard exports…
-
Per-user folders設定が機能しない。 Per-user folders setting is not working.
以下のドキュメントによると、ユーザがプロジェクトを作成する際に、ユーザIDに基づいたサブフォルダを作成するとあります。 Project folders - defaults and access — Dataiku DSS 13 documentation 私の環境で実施したところ、プロジェクトは作成されましたがサブフォルダが作成されません。 必要な権限を教示いただけないでしょうか。 ・実施ユーザの権限 Create projectsあり Write in root project folderなし ・実施場所 Project/Groupe_Folder 配下 According to the following…
-
how to add in flow
drop na values in all columns in dataiku Operating system used: windows
-
Update Records In Dataiku
Hi Folks, I'm trying to find a way in Dataiku to update specific records in a table based off of specified criteria. Some context: I process data on a daily basis that needs to be transformed to a workable state for a multitude of different reports. There are user-generated date values inside of the report that are invalid…
-
Upsert of daily data in Dataiku DSS
I work on data fed daily and I try to find a way in Dataiku to do upsert: do at the same time update records and insert new records, what are the different ways to do this please?
-
List managed folders from project
Currently, the only way to view which managed folders are associated with a project is to check the flow. However, on large projects, the flow is too large to load. (On my project of just 7,000 datasets, the flow crashes the browser tab). Datasets and recipes can be listed in the datasets and recipes pages, but managed…
-
Avoid data trim
Hello, When importing a csv file, data are trimed : raw data mustn't be truncated or trimed during import process. I've attched a simple exmaple of csv file used for testing and illutrating. Anyone having a solution to avoid this ? Operating system used: Windows
-
How to display value lables in chart which type is Line
like title , How to display value lables in chart (chart type is Line) Operating system used: windows 10
-
Time Series training hyperparameter optimization
How do I read this chart. I used seasonal trend with range setting for the seasonality. Do this mean when the seasonality setting is 30, the MASE is the smallest. So, the next iteration of training I should set the seasonality as 30? Operating system used: Windows Operating system used: Windows Operating system used:…
-
Do we have any documentations on how to implement autoencoder for clustering within Dataiku?
Can you provide some examples to implement autoencoders for detecting patterns in data without any labels. Operating system used: v12.6.3
-
Guidance Needed: Building a SQL Chatbot in Dataiku
Dear Dataiku Experts, I’m working on a Dataiku project where I want to enable natural language interaction with a production SQL database — essentially, a chatbot I call the “Production Analyst.” The idea is that a user can type queries in natural language, and the chatbot will interpret them to perform production…
-
Custom recipe: Selected values not save for values from API
Hi, In plugin I cannot save selected values for fields in recipe.json, when values comes from API. Below user description: “these values don’t persist once you leave the recipe screen and return. As an example, you can see after we add values for multiple other values, and then you can see in the upper right I saved. Then…
-
Custom recipe: Default value not work for values from API
In plugin I cannot see default value for field in recipe.json, when value comes from API. In recipe.json I have field: { "name": "field", "label": "Field", "type": "SELECT", "getChoicesFromPython": true, "mandatory": true, "defaultValue": "Default", }, In above code default value is set to "Default", but it is not set in…