-
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…
-
Govern Nodeの承認フローについて
Govern Nodeにおいて、承認ステップをスキップすることはできますでしょうか。 もしくは、Deployer Nodeからデプロイする際に、Govern Node側のワークフローが未完了のままでもデプロイさせるような設定はありますでしょうか。 Dataiku version used: 14.2.0 Dataiku version used: 14.2.0
-
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
-
PASHA Holding: Transforming HR Analytics With Dataiku
PASHA Holding redefined HR data analytics and reporting with Dataiku, enabling real-time insights, faster and more efficient reporting, the introduction of predictive analytics, and more. 60x Faster HR report generation 10+ Companies Visibility into employee turnover powered by data integration across said companies 150+…
-
プロジェクトのエクスポートとインポートについて
表題について質問させてください。 別々のDataiku環境でプロジェクトを移行しようとしましたが、Connectionの種類が違うためできませんでした。 別々の環境でプロジェクトをエクスポート、インポートする際はConnectionの種類を完全に一致させなければ、インポートすらできないという理解でよいでしょうか。 Connectionの種類が異なっていてもインポート自体はできて、プロジェクト内のUIでConnectionを編集するといった仕様は現在のところないという理解でよいでしょうか。 具体的な状況としては以下になります。 環境はどちらもDataiku Cloud Stacksです。 Dataiku Cloud Stack…
-
how to manage connections?
-
CHAR(1) columns turning into lengths of 2 with spaces in Exports
We have to use data preps from many database tables on different platforms that have columns defined as CHAR(1) to keep them as length's of 1. Otherwise the exports change them to lengths of 2 with spaces added on. So, an indicator column with only "Y" or "N" becomes "Y " (added space) or "N " (added space). Using a data…
-
Auto Detect column types of strings TEXT only and not other
We have to continuously change auto detection column types of: Boolean, State, Country, Email, Phone, Natural Language, and maybe others to TEXT to work with database platforms we use. (Teradata, Snowflake, Databricks, SQL Server, Oracle) Can we add an option where Dataiku recognizes strings as TEXT only thus helping us to…
-
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…