-
How to check the last run time of a recipe with python api?
import re import dataiku import urllib3 import datetime urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) def get_project(client, project_key): return client.get_project(project_key) def get_datasets(client, project_key): project = get_project(client, project_key) return project.list_datasets() def…
-
SQL autocomplete in Dataiku's Notebook
Hi, I'm unable to get SQL autocomplete to work in Dataiku's SQL Notebook when connected to BigQuery.
-
Call Agent Hub or LLM Mesh
hello, how can i call agent hub/LLM mesh from outside Dataiku through POST-Man app or python code. Is there any way as API designer service in order to call it. I've read about Rest API but don't understand how to configure it over agent hub and how it's going to be accessible for the external systems Thanks, Dataiku…
-
How to delete a post that I created?
How do I delete a post that I created?
-
LIKE join
How can I perform pattern matching similar to the SQL join with a LIKE operator in Dataiku as below: SELECT Data1 .* Data2.NewName FROM Data1 INNER JOIN Data2 ON Data1.Cust_Name LIKE CONCAT('%', Data2.Contains, '%')
-
Enabling parquet format in Dataiku DSS
Hi Currently when we write into Dataiku file system we only csv and avro format. How can I enable parque format in Dataiku DSS running on linux platform on EC2 instance. I need steps for that. Also we don't have any HDFS connection setup as well. Regards, Ankur.
-
Dataiku Architect
Job Summary: We are seeking an experienced Dataiku Platform Architect with strong expertise in managing and supporting the Dataiku ecosystem across multiple environments. The ideal candidate will have hands-on experience in setting up and architecting various Dataiku nodes (Design, Automate, Fleet, Deployer, Govern, API)…
-
Hiring for Dataiku Architect
Experience: 10 to 20 years Location: Bengaluru, Gurgaon, Pune, Remote About Us: AceNet Consulting is a fast-growing global business and technology consulting firm leveraging a consultative approach, deep domain expertise and strong technology capabilities across business transformation, IT strategy & architecture, digital…
-
コンテナごとのリソース利用状況の取得方法について
Dataiku Cloudにおけるリソース管理方法を検討しています。 以下のContainer execution configurationsで作成できるconfigurations単位でのリソース利用状況を取得・ダッシュボードで可視化する方法はありますでしょうか。 以下のページの記載によるとKubernetesのpod単位でしか利用ログを取得できなさそうでした。 Reference | Managing elastic AI compute capacity - Dataiku Knowledge Base
-
CloudStack環境でPySpark実行時に追加ライブラリ (JAR) を読み込ませたい
お世話になります。 AWS上にDataiku環境を構築しており、EKS上にクラスタも配置しております。この環境でNotebookおよびPySparkレシピにおいてPySparkを使ってEKSクラスタで処理を実行するようなコードを書こうとしています。 このコード内でSparkに追加ライブラリ (JARファイル) を読ませた状態でSparkSessionを起動したいのですが、クラスタに対してJARファイルをどうやって配置するべきなのか分からず困っております。 クラスタへJARファイルを配置する良い方法について、ご存じの方がおりましたらお知恵を拝借できますでしょうか。よろしくお願いいたします。 Dataiku version used:…
-
Out of Memory Error vs jek.xmx size
Hi all, We have some DSS users, who get the error message: "java.lang.OutOfMemoryError: GC overhead limit exceeded" when trying to join 2 files with about 80k records and about 5k & 100 columns. We traced this problem and think this might be solved by increasing the jek.xmx setting to 3 GB. We are not completely sure what…
-
Soumitra Dutta Oxford: How do I import data into Dataiku?
Hi Everyone, I'm Soumitra Dutta – Entrepreneur & Photographer Based in Oxford. I’m new to Dataiku and want to get my dataset in. How do you usually import data? Any advice would be great! Regards Soumitra Dutta Oxford
-
Dataiku scenario variable
Hi everyone, I’m trying to set up a scenario with reporting. In my Python script, I declare a scenario variable like this: scenario = Scenario() scenario.set_scenario_variables(variables={ "tables_summary": summary }) Then, in my report, I attempt to send an email using ${tables_summary}. The summary variable is a…
-
Practice Demo
Hi, I completed core designer and available task with cards merchant and tx data. for being a core designer do we have any other practice demo available with sample data and steps in order to be more confident Regards, Prabhat Dataiku version used: 14 Dataiku version used: 14 Dataiku version used: 14
-
Problem with Dataiku Launcher
Hi, the Dataiku Launcher is not working. The dataiku design homepage is not starting up. I have tried the localhost also. I tried uninstalling and reinstalling the launcher setup but it still doesn't work. When i tried to avail the free trial, it is not accepting @gmail ids. Please help and kindly tell if there's any other…
-
Agent hub webapp
i'm trying to create agent hub webapp as mentioned in the course steps, there is an issue appears for me and don't know how to solve it. "Backend died before startup complete, caused by: APIErrorException: No module named 'pydantic'" i've download it in the default environment and configure the project code environment to…
-
Agent Hub with external systems
hello, i want to know how to use agent hub from external system, there's any way as API designer service in order to call it. I've read about Rest API but don't understand how to configure it over agent hub and how it's going to be accessible for the external systems Thanks, Dataiku version used: Trial version on cloud
-
ダッシュボードのメモリ設定について
お世話になっております。 Dashboard上のオブジェクトのメモリ制限についてご教示ください。 現在Dashboard上にピボットを配置し、複数行列の計算を実施しているのですが、Memory超過のメッセージが出力される状態となっております。メッセージ上は200MByte程度のLimitationがあるように表記がされているのですが、こちらの制限を設定することは可能でしょうか? コンピュートの制御は可能であるDocumentは確認したのですが、Dashboardのオブジェクトに対して設定可否があればご教示いただきたく存じます。 Dataiku version used: 14.3.0
-
Please, use Marimo Notebook as replacement Jupyter Notebook
This is not a question, but more like opinion and/or feature request. Marimo Notebook definitely would be a perfect match for DSS rather than dataiku, you don't need to convert python recipe to a jupyter notebook, back and forth when editing it, the notebook is really git friendly since it is literally a python script…
-
Using Marimo with Dataiku
Jupyter Notebook is a widely used tool. It is well known, and many people have their habits in using it. Dataiku provides Jupyter Notebook as a standard for testing code-related stuff, editing Code Recipes, and many other actions. The Jupyter Notebook integration within Dataiku is a cornerstone (for coders) while creating…
-
How to fix "No Schema has been specified in the dataset settings. Schema is mandato" error.
Hi all, I am trying to join a table in BigQuery with another dataset in Dataiku and getting this error, "No Schema has been specified in the dataset settings. Schema is mandatory for BigQuery and corresponds to the BigQuery's dataset ID." Can someone explain how to fix this? Thanks in advance. Dataiku version used:…
-
How to work with trino engine
Hello everyone I'm using a trino connections and my tables are quite large and i want to know if if use full import or use sql query ? what is the recommanded method
-
How to loop on multiple files contained in a folder ?
i have multiple xlsx files contained in a folder . How can i loop on them one by one to concatenate them in a single dataframe ? Dataiku version used: 13.1 Dataiku version used: 13.1
-
How to retrieve the Evaluated Model name from a Model Evaluation Store via the Python API
I'm trying to pull the name of the evaluated model for a model evaluation store - e.g. the field "Evaluated model" under the category "Model" from this type of URL: https://dataikuprod.corp.{company}.org/projects/{projectkey}/modelevaluationstores/{meskey}/evaluations/{specificmekey}/report/tabular-summary I've been trying…
-
Run sql recipe with partition dataset
Hello, I need to write a SQL recipe that build a dataset on a specific partition set as a project variable. In my flow i have dozens of recipes that worked this way, i enter the partition ${execution_date} (close to the button run) and it works. For SQL recipe when i give the argument 2022-01-20 the query succeed but when…
-
SQL connection pooling feature
Hello, I am using a Dash web app for an internal tool to read/write data to a Snowflake connection. This web app may have up to 20-30 concurrent users, and I am noticing that a fresh connection is opened everytime a query to Snowflake is made. This creates intense connection overhead, leading to slower response times in…
-
Exclusion of Weekend Date in the chart
Hi all, Actually, my dataset only has weekday's date (Mon-Fri). How to exclude weekend date in the chart ?
-
Migration Azure to AWS Dataiku DSS echo system
iam looking for Best practices for migration of Azure Dataiku DSS echo system ( designer + real time / api + autoJobs) + Azure Kubernetes+ PostgreSQL to AWS Dataiku DSS echo system.
-
Governing Deployments of Bundles and API deployments
Hi I am using the Dataiku Govern node and I have tried going through the AI Governance Specialist Learning Path. I understand that we are able to govern a deployment of a bundle, however I have not been able to find any information regarding the governing of a API deployment. In addition, looking at the deployed API, there…
-
Application Designer
Is there anybody on this list who has used the Application Designer and used variables? If yes, would it be possible from to have a Zoom meeting so I can discuss a few issues in 15-30min rather than wait 1-2 weeks? I read most of the documentation, watched video and still cannot find answers on the practical use of…
-
Setup custom model as a Dataiku Plugin in Visual Analysis
Hi team, I am trying to add a custom XGBoost model to Visual Analysis. I tried to add custom code first , but that does not give me the flexibility for hyperparameter search on that algorithm. To make use of it, I created a custom Predictive model Dataiku Plugin and I could see it appearing in the Visual Analysis Models…
-
dataiku free version activation in china due to network connection to my.dataiku.com
i can not activate the dataiku free version in china due to network connection to my.dataiku.com, how can i solve it
-
How do I purchase a license?
I'm teaching a marketing analytics course and I would very much like to use Dataiku to replace DataRobot for a portion of the course. I've been trying about two weeks to purchase a license, filled out the form online, looked for other ways of contacting Dataiku, etc. I have been unsuccessful so far. I would be happy to get…
-
I want to get the chart to be displayed in my visual agent
I have created a visual agent where there are three tools used Dataset lookup, SQL Query and inline python, is there any way that agent can create simple charts like, line, bar, histogram,pie at the moment it generate textual response only. That would be nice if any one can share a sample project or any documentation for…
-
Using external Faker library to generate synthetic data
Hi everyone, Super beginner question.. Do you know what line of code to add in a Jupiter Notebook in Python to use https://faker.readthedocs.io/en/master/ ? i tried the following #pip install Faker #from faker install Faker #fake = Faker () #fake.name() Yet i think i am missing an important step should i upload the…
-
Select multiple column
Hello Is it possible to select multiple columns in order to remove them ? , i tried the remove/keep recipe which allows to select column one by one but if i have 100 to select and if they are contiguous a selection of the first and last would be easy like in Excel (or providing first col name, last col name to select all…
-
How to deploy Dataiku app-as-recipe in Automation node
Hi, I have a project which has an app-as-recipe from another project. This project was pushed to automation node, and somehow, the scenario that triggers the app-as-recipe fails. I attached the log here. I found this article Concept | Automation node preparation - Dataiku Knowledge Base which stated that whenever we want…
-
How to stack columns from one dataset
Hi, Here is a simplified schema of a basic dataset structure I need to reshape: firstname name vote col4 col5 col6 col7 col8 col9 etc.. ARTHAUD Nathalie 5 ARMAND Thierry 9 ARNAUD Bernard 6 etc.. ARTHAUD Nathalie 7 ARMAND Thierry 3 ARNAUD Bernard 8 etc.. The number of columns in this is variable but it will always be a…
-
Download dashboard issue
Hi Team when i download image or PDF of dashboard it is very compact version, which is of no use to share , when i expand dashboard and then its good version to share it with our partners over email , is there any provision to share expanded version of Dashboards. good version very compact version: Dataiku version used:…
-
Reading from partitioned dataset gives doubles despite DISTINCT
Dear, I run the following query on a partitioned dataset: SELECT DISTINCT X.* FROM ( SELECT sha2( ( nvl(col_a, '') || nvl(col_b, '') || nvl(col_c, 0) || nvl(col_d, '') || nvl(col_e, 0) || nvl(col_f, '') || nvl(col_g, '') || nvl(col_h, '') || nvl(col_i, '') || nvl(col_j, 0) || nvl(col_k, 0) || nvl(col_l, '') || nvl(col_m,…
-
How to adjust column width in the pivot table ?
I am not able to save the adjusted width in the pivot table. Original Pivot Table Below is the result that I want to achieve. I adjusted the width of the table manually and save it. However, it never take the effect. Below is the dashboard shown in Webapp.
-
Code Studio - Not authorized: Not owner of the Code Studio
My friend has created a Code Studio. We are under the same Dataiku project. Are there any settings that needs to be configured in order for me to gain access to the Code Studio?
-
I can't dynamically select a notebook in a DSS macro + Using Python API to access notebooks fails
I’m trying to create a project macro in DSS 14.2.2 that allows a user to select a notebook from a dropdown and then perform actions on it (e.g., add a code block). Problems encountered: The dropdown appears in the macro UI, but it never shows any options. (I want all projects' notebooks). Attempting to use the Python API…
-
How to clean the Notebook Kernel's list ?
Hi everyone ! I'm working on cleaning up my Dataiku instance before a version upgrade. When I use notebooks, I have a very large number of available kernels, many of which are obsolete. Do you know where I can clean up this list? Thank you. Dataiku version used: 13.2.4
-
Accidentally deleted a Dataiku project – is there any way to recover it?
Hi everyone, I accidentally deleted one of my Dataiku projects and I’m trying to understand whether there is any way to recover it. I’ve been researching this for a while and I’m finding conflicting information: Some sources say that once a project is deleted, there is no way to recover it. Other sources mention that…
-
Parse Date in-place does not update column schema to Datetime with TZ
Hi, While following the official Dataiku training dataset and steps, I parsed a date column in-place using “Parse date” with Output type set to “Datetime with tz”. The column visually appeared parsed, but its schema remained string. This caused a Window recipe to fail, stating the column is string. Parsing into a new…
-
Vertex-compatible API interfaces
Hi, I see on the Developer Guide that DSS currently supports a subset of the OpenAI API interface. We need a Vertex-compatible to use Gemini features such as specifying level of reasoning, attaching files, etc., which are not available when using the OpenAI API interface. Please confirm if this is available or on the…
-
Dataiku Free Edition "Network Error"
Hey everyone I am trying to install the free edition of Dataiku. When I reach the "Select your license" page, I fill in the form, and click the "next" button. I get the following error: Network error An attempt to communicate with DSS failed. Please check your network connectivity. A screenshot of the error is attached…
-
Dash Webapp: How to allow users to filter and download data from a 9M row dataset?
Hi everyone, I am developing a Dash Webapp in Dataiku DSS. My goal is to allow end-users to interact with a very large dataset (9 million rows) through two main features: Dynamic Filtering: Users should be able to select criteria (dates, categories, etc.) to explore the data. Custom Export: Users need to download the…
-
Cluster Description In Dataset
When Clustering there is a field to change the name of the cluster labels as well as a description field for the cluster. I would like to also output that description to the dataset? Is that possible to just include that, or will I need to have a separate step with these descriptions added manually?
-
Data Type
Hi everyone, I’m running into a type inference issue in Dataiku DSS when reading my dataset. The ID column is explicitly defined as a string/text type in the dataset schema. If I do not set infer_with_pandas=False (letting Dataiku infer types), pandas reads the ID column as float64 (for example, 42022100 becomes…
-
DtypeWarning. Columns have mixed types
Hi, I have checked whole flow for the column '0' and is set to 'string' and 'Text' everywhere. Sadly when this data is dump to SQL Table values are converted to "int" Any idea?
-
Can't create a licence in DSS in local install Free Edition because of CORS issue on Dataiku API
Hi, When installing DSS locally, attempting to register for the Free Edition from a localhost instance consistently fails due to a CORS error. Specifically, during the signup flow, the frontend attempts to call the endpoint https://my.dataiku.com/saas/api/community/register-v5, which routes to my.dataiku.com and is blocked…
-
Dataiku Cloud で S3 の AWS PrivateLink 設定時に必要な「Use Path」設定についての質問
DataikuCloud と Amazon S3 を AWS PrivateLink で接続する方法について質問があります。 以下の公式ドキュメントを参照しています: 「How‑to | Secure data connections through AWS PrivateLink – DataikuKnowledge Base」 ドキュメント内の S3 接続手順(2点目)にて、 「Use Path モードのチェックボックスにチェックを入れる」 と記載がありますが、Dataiku Cloud の S3 接続設定画面では該当する名称が見当たりません。 Advancedセクション上から 2つ目にある 「Use path style」…
-
Dataiku Flow Error
Hi, I want to ask if there's something suddenly wrong with my Dataiku installation/GraphViz or Dot installation? It has been running smoothly for about 3 months and we have created projects without changing anything in the configuration, but suddenly only the Flow page is unable to be opened and displayed this recursive…
-
Problems with "Add queries" function due to the difference between Python boolean and json's boolean
I'll explain with "Dataiku TShirts" sample project. I was testing making an api using a dataset in the project. Using the function of API Designer's Add queries, we created a test query using five columns of revue_prediction. The column "campain" was boolean, which had a true false value. But when we converted this to…
-
SQL API Endpoint Error: "No value specified for parameter 1" despite providing test parameters
I am encountering a 500 Internal Server Error when testing a SQL Query endpoint in the API Designer. Even though I have defined the placeholder and provided the test JSON, the system fails to bind the value. Environment Feature: API Designer / SQL Query Endpoint Dataiku Version: 14.2 Backend DB: PostgreSQL Here is a…
-
AWS環境において、DSS起動時にSSL関係のエラーが発生します。
現在AWS環境上にて、Dataikuの環境を構築しております。 本日FleetManagerからDesignノードを起動したところ、以下のエラーが出力されました。 "error": { "errorType": "<class 'requests.exceptions.SSLError'>", "message": "HTTPSConnectionPool(host='download.microsoft.com', port=443): Max retries exceeded with url:…
-
Local project variable is not substitued in table_name
Hello all, Trying to have a table different according environment (design/automation prex/automation prod) dataset settings : Build logs : as you can see, no variable substitution. It is a normal behaviour? Dataiku version used: 14.1.3 Dataiku version used: 14.1.3
-
Heatmap color is not aligned with the setting
I would like to create a heatmap (RdtoGrn) for our analysis, and embed the iframe via dashboard link in the Webap. However, the heatmap in the dashboard is not same as insight. Please provide better solution. Thanks. On the insight On the dashboard Below is my embed iframe script: dashboard_url1 =…
-
Can use script to filter userID in the dashboard ?
Can we use script to filter userID in the Dataiku dashboard ? We would like to make the data to be displayed as it was during their last access. At the same time, ensure that the dashboard can be used by multiple users concurrently. Dataiku version used: Version: 14.3.2
-
Govern Nodeの承認フローについて
Govern Nodeにおいて、承認ステップをスキップすることはできますでしょうか。 もしくは、Deployer Nodeからデプロイする際に、Govern Node側のワークフローが未完了のままでもデプロイさせるような設定はありますでしょうか。 Dataiku version used: 14.2.0 Dataiku version used: 14.2.0
-
STACK recipe changes the datatype
Hi Team, Stack recipe is behaving strangely. It changes the datatype of output dataset column based on the column values. How can we retain the datatype of input dataset
-
DataikuサポートによるPrivate Link提供のリードタイムについて
お世話になっております。 掲題の件につきまして、Private Linkを提供いただくのにどの程度のリードタイムがかかってくるのでしょうか。
-
Python script to visual recipes conversion
I have an existing Python script that needs to be converted into Dataiku visual recipes. Is there any supported or automated way in Dataiku to generate visual recipes from Python code, or does this need to be done manually?
-
Help to configure DSS
Hi! I downloaded the desktop version of Dataiku and I wanted to setting up the DSS but this message appeared, I tried to connect from Italy on Opera and Chrome broswers
-
Pricing this amount in all over the rule
Pricing this amount in all over the rule and regulations common and containing Dataiku version used: 3 Dataiku version used: 3
-
How to get "the lastBuidDate" of the dataset ?
Hello All , I'm trying to make a monitoring on my datasets and i would like to know how to get the dataset of flow zone metadata's such as lastBuildDate Thank your help :)
-
Can Dataiku connect with Logstash
Dataiku can connect with down elasticsearch ver 8.14. so i wonder dataiku can connect with logstash
-
How to deploy a RAG model
I have built a flow in Dataiku that takes an image as input and extracts the text from the image using an LLM. The flow works correctly inside DSS, but I am unable to find clear guidance on how to deploy this solution as an API service. I looked through the documentation and community resources but couldn’t find examples…
-
APIによるDeployerの情報取得について
Deployerに蓄積している削除可能なBundleをPythonAPIを用いてリストアップすることを検討しています。 Designノードから以下のPythonコードを実行しましたが、Deployerの全プロジェクトリストを取得するところで、 DeployerのUI上からはプロジェクトが参照できるにもかかわらず、0件で返却されました。 import dataiku client = dataiku.api_client() deployer = client.get_projectdeployer() projects = deployer.list_projects(as_objects=False) ノードを跨ぐ際には、DSS…
-
Support scope of Dataiku's Customllm function
Can Dataiku's Customllm support multimodal, VLM, and other settings? Customllm's presets include text, embedding, and image generation, so I'm wondering if it supports other models as well. Dataiku version used: 14.1.2 Dataiku version used: 14.1.2
-
Streamlit Webapp Config
Hi, I am using Streamlit under Code Studio in Dataiku version 14.3. The theme changes I make in code_studio-versioned/streamlit/.streamlit/config.toml do not reflect in the interface. However if I edit the /home/dataiku/.streamlit/config.toml file (which I understand is the global config) with vi and change the theme…
-
how to manage connections?
-
Je n'arrive pas à faire fonctionner cette formule pour calculer la différence entre deux dates
voici la formule: if(diff(DateDeSortie_MAJ2,val("DateEntréeDIR2S_MAJ"))>=0,"",DateDeSortie_MAJ2) merci pour votre aide
-
How to use a remote MCP server tool in Dataiku
Is there a doc about how to do this in a recipe or notebook? I have created an MCP server following the tutorial here: Building your MCP Server in Dataiku - Dataiku Developer Guide I have tested this via MCP Inspector. Now I'd like to see how I can test this or an external MCP server from a Dataiku project. The "wrapping…
-
How to Change Oracle Data Storage Type
I'm hoping to use the VARCHAR2 column storage type in Oracle rather than NVARCHAR2, which appears to be the default storage type used by Dataiku for strings in Dataiku-managed datasets stored in Oracle. What's the best way to do this?
-
When trying to execute a SQL recipe we have the error SHOWPLAN permission denied in database
When trying to execute a SQL recipe in a dataiku flow, we have the error SHOWPLAN permission denied in database. We tried to set the advanced options for the SQL recipe to not display the execution plan. We tried to uncheck the validation before the run. Are there any other settings we need to modify to disable the…
-
I have Created a API Service Using API Designer and trying to Deploy, facing below error
Operating system used: DataIku API Deployer Operating system used: DataIku API Deployer
-
How write the rmarkdown report created in dataiku to a managed folder?
-
schema propagation problem
In the dataset explore, I can define 'description' using 'edit column schema'. And I can propagate the schema to the following 'flow' using 'schema propagation'. However, sometimes it is not inherited (if there is a 'prepare recipe' in the middle) I want to know how to inherit it normally.
-
Free for testing LLM API
Hi, do you know any of the LLM providers that proposes a free API with free prompts through Dataiku LLM mesh (on limited basis of course) so using one of the LLM recipes of Dataiku the reason why i ask this : i am teaching to students data science using Dataiku , i would like to have my students practicing Gen AI through…
-
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…
-
Can Dataiku connect to Azure Data Studio?
-
Use prometheus instead of graphite for monitoring
The https://doc.dataiku.com/dss/latest/operations/monitoring.html#concepts documentation describe how to push DSS metrics to a graphite server. However, is it possible to push metrics to an existing prometheus environment (already in use as a central monitoring solution) instead of having to deploy a specific graphite…
-
How to Automate Clustering with Anomaly Detection for Each Partition in Dataiku?
Hello Dataiku Community, I’m working on a project where I’ve partitioned my dataset by category and year. For example, my partitions look like this: Category A | 2021 Category A | 2022 Category A | 2023 Category A | 2024 Category B | 2021 Category B | 2022 Category B | 2023 Category B | 2024 Category C | 2021 Category C |…
-
How to share objects using the Dataiku API
Hi, It appears that the settings.add_exposed_object() method is undocumented. So documenting here few examples for the benefit of others: import dataiku client = dataiku.api_client() project = client.get_project(source_project_key) settings = project.get_settings() # Share Managed Folder…
-
Error with instance of APP111ParametersAnalyzer
Hello, I try to create an instance of APP111ParametersAnalyzer, but when I did that I have this problem. "Invalid connection for dataset product_database_prepared_filtered : filesystem_managed (Filesystem) is not freely usable and needs to be remapped." Do you know how I can fixe this issue? Operating system used: Data IKU…
-
About deployer infrastructure setting
I would like to know how to set K8s-related settings in the infrastructure of dataiku deployer and make the ingress controller (NGINX) option visible in the service exposition. Of course, I know that the ingress controller has been set up in K8s and needs to be done. However, I would like to know how to make the Ingress…
-
Dataiku cloudでSparkを使う方法について
GCP環境で立ち上げたDataiku cloudでsparkを使おうとするとエラーが出てしまいます。 ドキュメントにはDataiku cloudではデフォルトでSparkが使えると書いてあるのですがPysparkレシピを実行すると画像のようなエラーが出ます。何か設定をする必要があるのでしょうか。 Operating system used: Windows Operating system used: Windows
-
Is the person I'm talking to on what's app really from dataiku
Im not convinced
-
Stuck at starting
My Dataiku is stuck in 'Starting Dataiku DSS...' for hours when I first start Dataiku, but it was working fine just yesterday. It's running on Windows, haven't had problems so far. Operating system used: Windows
-
Where can I find the Dataiku Agentic Partner Competency Learning Path?
Operating system used: Windows Operating system used: Windows
-
Help for colorings pattern
Hi, I m in the process of preparing chart, and for getting these different colors for the bar, i added the same field seasons in "And" and after that i could get these palette for the bars, otherwise via the color option i got only same color across the bar, my query is, is it the right way i did to get the different color…
-
Minus date by 4 months, and plus 1
Hi dataiku community, can you help me with this problem I have a date column where it is always a month end. for example 2025-11-30 or 2026-01-31 and now i want to minus that date by 4 months, and add 1 day to it. so if the date is 2025-11-30 it will be 2025-08-01 if the date is 2026-01-31 it will be 2025-10-01 does anyone…
-
No Publish Button for Charts
I'm new to Dataiku and have been working through the introduction courses and am stuck at the point of publishing a dataset chart to appear on a dashboard. https://knowledge.dataiku.com/latest/courses/lab-to-flow/reporting/reporting.html#publish-to-a-dashboard Basically I need to "Click Publish in the upper right corner of…
-
How to rebuild a dataset that is build from an Excel file that is located in a managed folder?
After successfully refreshing the Excel file in the managed folder, I can't find out how to refresh the downstream dataset. The Excel file in the managed Folder is successfully refreshed by dragging the updated Excel file 'data_cleansing.xls' to the Managed Folder and overwriting the old version of this file. But the…
-
How to setup local Python environment for dataiku? (pandas version conflict)
【code】 import dataiku import pandas as pd print("pandas version: " + pd.__version__) 【result】 C:\xxx\scripts\test.py WARNING:root:Could not import pandas. Pandas support will be disabled. To enable get_dataframe and other methods, please install the pandas package pandas version: 2.3.3 【description】 I'm currently setting…
-
How to automate flow flow build ?
I have multiple python scripts that i use to ingest data from DB and perform ETL steps . At the moment all the ETL logic runs on an on premise server (mainly using python / cron). Since we have Dataiku available since few things, i'm thinking about migrating all our ETL to Dataiku (flows using python recipes). Yet , it is…
-
compatibility of the Foreach and transpose transformations
Hi, I have a project which uses Foreach statement and right after Transpose. The Result of the output should be 26 as u see in the picture but we get 19 for some reason. When we spited the prepare statement in two moving the Transpose in a separate prepare the output was correct. I do believe it has to do something with…