-
Removing Incorrectly Registered Automation/API Node Infrastructure in Dataiku
Hi, I've mistakenly registered some automation node and API node infrastructure with incorrect information in our Dataiku design node. I've carefully reviewed the Web UI but haven't been able to find a menu option to remove these. Could someone please advise on how to remove this incorrectly registered infrastructure? Any…
-
Controlling Access IP for Dataiku Design Node
Hello, How can I control the access IP addresses for the Dataiku design node? For example, I want to allow access only from the office and block access from home after work hours. I'm also curious if the method differs between a Dataiku managed cloud instance and an on-premise installation. Thanks, Sangcheul Operating…
-
Usage of dku_flow_variables
Part of our ETL is using dku_flow_variables to determine the period we are processing data for. I wanted to see what this does in the dataiku api documentation (Python - Dataiku Developer Guide) but could not find it there. Can anyone explain the usage of dku_flow_variables or point me to documentation of this? The way we…
-
Forbidden – You don't have permission to access this resource" in Core Designer Certificate Module
Core Designer Certificate Hi, I'm currently working through the Dataiku Core Designer Certificate module, but I'm unable to access the datasets provided in the training. When I try to open them, I get the following error: "Forbidden – You don't have permission to access this resource." Is there a permission or access…
-
DSS and Ubuntu compatibility
Hi, is there an overview of which DSS versions support which Ubuntu versions? We are currently working with DSS 12.3.1 and Ubuntu 20.04 but Ubuntu 20.04 is almost EOL so we want to upgrade to Ubuntu 22.04. Is that possible with our current DSS version? We are planning on upgrading to DSS 13 soon but want to take some…
-
Unable to resolve 'Root Path does not exist', ERR_FSPROVIDER_ROOT_PATH_DOES_NOT_EXIST
Reference: Tutorial, Core Designer, Visual Recipe Group. Hi Dataiku, I am currently going through tutorials to prepare of 'Core Designer' certification. For every tutorial, I select from 'Learning Project', select the tutorial and install. I am facing repeated technical issue of 'Root path does not exist' when I click…
-
LLM Batch requests
I am experiencing rate limit errors for my LLM requests. Is there a simple method to batch my requests? My thanks in advance. Tom Operating system used: Mac OS
-
Label task
Hello, I have created a label task for the evaluation of a query. The input is a sample of rows of a bigger dataset. With the label task you can then assigned one of five categories. Using the label task has lead to changes of the query that feeds the label task. Now I want to reset the task / remove the data associated…
-
Dataikuからローカルにデータフレームを読み込む際のpandasのエラーについて
以下のリンクをもとに環境からdataikuライブラリをpip installし、ローカルのJupiter Labを用いてデータフレームを読み込んでいます。 コード環境を設定の上、必要なライブラリをインポートし、以下のようなスクリプトを作成しています。 import dataiku import pandas as pd # DSS サーバーに接続 dataiku.set_remote_dss("URL", "KEY", no_check_certificate=True) client = dataiku.api_client() # プロジェクトキーとデータセット名を指定 project_key = "MY_PROJECT"…
-
Snowflakeでスキーマに半角カッコを持つ列の読み込みでエラーが発生する。
以下のように半角カッコを持つスキーマを読み込んだ際の挙動に関する質問です。 Dataikuに読み込むと以下の図のように半角カッコがアンダースコアに自動変換されます。 ただし、この状態で読み込むと列名の対応で以下のエラーが発生します。 アンダースコアを半角カッコに手動で変更すると読み込むことができますが、データ更新時に再度スキーマの設定がアンダースコアに戻り、同様の設定が必要になるという状況です。 やりたいこととしては、 ・半角カッコを含むスキーマを持つデータセットを読み込む。 ・データ更新時も適切に動作する。…