-
My dataset gets wiped (seemingly) periodically
Hello, I've been working with Dataiku for a few months, learning all about it. I created a flow to forecast upcoming values, from historical data. The method I used to import this historical data into Dataiku was: I created a Google BigQuery dataset → I put the SQL query in it → Loaded all the data → Synced it into another…
-
How to enable Story AI in Dataiku?
I'm trying to use the new Dataiku Stories feature introduced in version 13.4.0, specifically the Story AI capability. According to the official documentation below, the activation path should be: From the waffle menu of the Design node, navigate to Administration > Settings. In the left panel, scroll down to Other and…
-
Modify project variables through a hook in advanced govern node
Hi everyone, I am currently designing a custom blueprint with the blueprint designer on Dataiku Govern. I am configuring a hook to communicate with a project in the design node and I would like the hook to access and modify the global variables of the design node project (based on variables I have stored in the artifact…
-
data analysis
I am in the data collection and analysis phase of my project. I am not sure which data tools and analyses are recommended for my data. Can anyone have the expertise to provide hisher feedback? If yes, i will provide further details
-
CodeレシピからJupyterを開こうとするとエラー
Dataiku13をカスタムインストールで使用しています。 PythonのコートレシピからNotebookを開こうとすると以下のエラーが発生します。 さいしょは普通に開くことが出ていたはずなのですが、どこかに追加の設定必要でしょうか? gitReferenceの設定がないといわれれいるようなのですが公式ドキュメントでgitReferenceが見つけられませんでした。 -----以下エラーメッセ維持 An internal error occurred Please report this issue to Dataiku DSS Support Technical details follow: Internal error, caused…
-
Issue while installing python package (fpdf) in code env
Hi Team. I am using python recipe in Dataiku so tried to be installing FPDF package in the code env which helps to generate pdf in Dataiku. Even after 6hr the status is still installation in progress. Not sure whether these is how it should work. could please guide. I tried installation by using PIP as well but still it…
-
In Design Node LLM connection details
We have several projects in Design Node. How many LLMs are used across all of the projects? How will we gather all the information so that we can recommend the best LLM to each project owner or solicit suggestions for improvement?
-
Change encoding when exporting dataset
Hi, When I use an "Export to folder" recipe to export a dataset into a csv, the default encoding is UTF-8. Is it possible to change this encoding by another one (like ANSI or UTF-8-BOM) ? Thanks. Operating system used: Windows 11
-
Dashboard doesn't refresh in time before it's exported through a scenario
Hi - Please see below my goal, methodology, and the challenge I am facing. Thanks in advance for your help. GOAL: I want to get the export of my dashboard every Monday morning with the most up-to-date data. METHODOLOGY: I set up a scenario that is time triggered to run on Monday 8AM. First step of the scenario is to build…
-
I am trying to pass a parameter from a dash web app to a scenario to use in a flow.
This is what I have tried trigger_fire = scenario.run() scenario.set_scenario_variables(run_id=run_trigger.id, File = "your_value") scenario_run = trigger_fire.wait_for_scenario_run() but I am getting this error 'DSSScenario' object has no attribute 'set_scenario_variables'