-
GovernNodeにおけるBlueprintとそのバージョンの切り分けについて
GovernNodeで特定のプロジェクトやバンドルをGovern状態にしようとすると以下のフォームが表示されます。この中の2:Project templateについて、Blueprint Designerで設定したバージョンが表示されますが認識あってますでしょうか? 上記の認識があっている場合、Blueprint DesignerのどのBlueprintが選択されているものでしょうか?また、Blueprintの変更は可能でしょうか? Blueprintとそのバージョンにおける切り分けがよくわからないので、ご存じの方はご教授いただけますと幸いです。 [引用]…
-
Change Project Variables ONLY Permission for APPs without Allowing Changes to the rest of the flow.
In discussion with customer support, I was told that:“Only instance administrators can change the run as user. So while a user can create an instance of an application and technically modify the flow, it will still run under their credentials.” In practice, we’ve seen a different pattern emerge. Developers often create app…
-
Secure “Run As” Permissions for Visual Apps
Dataiku currently switches “Run As” permissions to the end user when the App instance is created. To work around this, developers create app instances with their own credentials and grant access, often requiring full edit permissions for users to modify variables. While this enables access to otherwise restricted data (the…
-
Properly implement support for Building Flow Zones in Scenarios and the Dataiku API
In Dataiku v12.0.0 a new feature was added that allows users to build flow zones from the flow UI: https://knowledge.dataiku.com/latest/data-preparation/pipelines/tutorial-build-modes.html#build-a-flow-zone This works well however this capability was never added properly to Scenarios and to the Dataiku API. In 12.1.0…
-
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…
-
Dataiku Cloud における Launchpad のログイン/ログアウトログ取得可否について
Dataiku Cloud の利用ログについて質問させてください。 現在、Design Node や Automation Node については、Audit Logs(customer audit logs)を通じて ユーザーのログイン/ログアウトなどの操作履歴を取得できることを確認しています。 一方で、Dataiku Cloud の Launchpad へのアクセス(ログイン/ログアウト)についても、 同様にログとして取得したいと考えています。 最近のアップデート等により、 Launchpad へのログイン/ログアウト履歴が Audit Logs から取得可能になっているか もし取得可能な場合、どの Audit Log…
-
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…
-
Add an initialization script injection feature when provisioning from Fleet Manager
We built our Dataiku environment on AWS using the Cloud Stacks edition. To strengthen information security measures for this environment, we additionally installed Trend Micro TrendAI Vision One Endpoint Security. However, with the current Dataiku specifications, we have to reinstall TrendAI Vision One every time we…