-
Parse Date
one column has the date format like "2022-11-04 07:44:32.634000+00:00". select "Parse date…" in prepare recipe and show "Aww ...Smart Date could not find any format matching your data. Please try a custom format". Open Formula editor panel, input "concat(datePart(START_DATE,"year"),"_",datePart(START_DATE,"month")), and…
-
Dataiku Outbound IP Address Control - Proxy or Otherwise?
My team works with a data supplier that requires a white-listing process for IP addresses. When we attempt to use Dataiku to fetch the data our IP address associated with the call occasionally changes. We have access to a proxy IP address system, and we have made requests through the proxy to the data supplier when we run…
-
Automatically Updating Release Date Filter in Charts
Hi Team, I have a workflow that automatically extracts data from the database, generates Vertical Bar Charts, and sends an email to the team. The chart setup includes: X-axis: Products Y-axis: Power Consumption (Watt) Filter: Release Date (Single Value Selection) Issue: The charts are successfully generated, but the…
-
Visibility condition for Sections within Application Designer
In Application Designer, I have below configuration. Section1 - Edit Project Variable tile (Dropdown with values as A or B) Section2 - Multiple tiles within this Section3 - Multiple tiles within this If Section1 Project Variable value is A, then only Section2 should be displayed. If Section1 Project Variable value is B,…
-
ノートブックでウェジットが表示できない件について
DSS13.5.4を使用しています。 Pythonレしプから表示できるノートブック内で、実行結果を確認しようとしてとあるウェジットを表示しようとしたところ表示されないという問題が発生しています。 外部のノートブック(コード環境は問題が発生しているcodeenvを使用)では表示できますし、たん簡単なウェジット(スライダー)は表示できることを確認しています。 また問題のノートブックで”!jupyter labextension list”コマンドで確認したところ、該当するウェジットは以下のとおり有効となっていると表示されています。 dotdata_widgets v1.3.0 enabled OK (python, dotdata)…
-
datauku notebookのメモリ使用について
DSS13.5.4(カスタムインストールの13.3.2からバージョンアップ)を使用しています。 Pythonコードをテストするためにnotebookを使用していたのですが、notebookのメモリ使用量が7.4GByte付近になると処理が停滞(一見フリーズしているように見える)ため、install.iniに以下の設定を行いました。 backend.xmx = 32g (もとは8g) jek.xmx=20g (sン機追加) 上記設定にり20G付近までメモリを使用する処理でも処理が停滞せず動作するようになったのですが、上限をこえるとカーネルが落ちるようになりました。…
-
is there any recipe that will parse different types of datetime formats
for example: 1. 07/31/2025 8:00am 2. 31/07/2025 16:30
-
How to set up Exporting PDF dashborad?
I have installed and used the functions in the document below on on-prem linux. reference : https://doc.dataiku.com/dss/latest/installation/custom/graphics-export.html However, I am curious about how to set up the node created through AWS in fleetmanager. Should I connect directly to the design node (ec2) with ssh and…
-
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
-
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…