-
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
-
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:…
-
Ability to terminate a custom Python scenario step with a Warning
We would like to have a custom Python scenario step generate a warning based on custom code logic. Generating a step failure is easy as we can just abort the step (as shown in this link) or just raise an exception in Python code. However there is no option to end the custom Python scenario step in a warning outcome. The…
-
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…
-
ヘルスケア仮想アシスタント市場: 業界、規模、シェア、成長、トレンド、機会、予測2036年
市場の定義 ヘルスケア業界にとって、こうしたユーザーのコミュニケーション ニーズを満たすために、コミュニケーションの自動化はますます重要になっています。 したがって、電話相談の需要の高まりにより市場も拡大しています。 市場概要 当社のヘルスケア仮想アシスタント市場調査によると、市場規模は、2036年末までに330億米ドルに達すると予想されており、2024-2036年の予測期間中に35%のCAGRで成長します。2023 年のヘルスケア仮想アシスタントの業界規模は 708百万米ドルを超えました。 無料のサンプルレポートを入手: ヘルスケア仮想アシスタント市場の成長要因ー • ソフトウェアとハードウェア ソリューションの両方における技術の進歩 •…
-
Problem in Sign up (Local Free Edition)
Hello When I try to sign up using the free edition of local dataiku Launcher not the Enterprise 14 days trail I used the other one Free Edition I fill the info and when i hit NEXT I got this error : Network error An attempt to communicate with DSS failed. Please check your network connectivity. Network error: ( My internet…
-
install-graphics-export air-gapped
I want to install install-graphics-export so I can export my flow or a dashboard to PDF. I’m in an air-gapped environment. When I start the installation, I get the following error message: ./dssadmin install-graphics-export [+] Saving installation log to /data/dataiku/data/run/install.log [+] Checking dependencies +…
-
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connec
In my Dataiku UI, I created two Python environments under Code Envs: One for Python 3.12 One for Python 3.9 Each environment installs the Python libraries listed in “packages to install” by retrieving them from repositories hosted on an Artifactory. I imported the Artifactory certificate into the keystore of my Dataiku VM…
-
Allow nested flow zones
Hi, I use flow zones a lot and appreciate the value. Why not extend the capability and allow nested flow zones, i.e. a flow zone within a flow zone? thx
-
Support Panel Webapps in DataIku
Panel is a powerful #python #mlapp framework build on top of Bokeh. A high-level app and dashboarding solution for Python — Panel 0.12.4 documentation (holoviz.org) Panel can be supported similarly to Bokeh. The Panel server is build on top of Bokeh, therefore it should be very easy to support. For example `bokeh serve` is…