-
Need to drop cascade tables before re-creating and writing data
I have a few projects that are linked. Project 1: Creates tables Project 2: Creates Views and queries results for visualizations In project 1, i'd like to add something like this to the "Pre-write" statements on the tables: DROP TABLE IF EXISTS ${schema_name}.${table_name} CASCADE; Can anyone help with a way to do this? Or…
-
Deep Learning Feature Importance
I'm using v13.3.2, and notice Feature Importance is not available for DL models … it that available in v14 ? Dataiku version used: 13.3.2
-
DSS Tutorial Creation Error
Hi, I think this is the place I can look for answer. I have been having issue with creating Dataiku DSS (SQL Based tutorial). I thought it was with our PostgreSQL. But we can create connection with no problem and can interact with the DB. However, when it comes to downloading Dataiku DSS tutorial courses, it gives the…
-
Dataiku⇔Snowflake接続におけるSnowflakeアカウントごとのPrivateLink設定について
Dataiku CloudとSnowflakeを接続する際にPrivateLinkを使用予定で考えております。 Snowflakeは部署などの単位でアカウントを複数持っており、各アカウントのデータを接続してDataikuを利用しようと考えております。 上記の場合、質問事項としまして、 ・1つのDataiku Cloud環境に複数アカウントのSnowflakeをPrivateLinkで接続をする場合、PrivateLinkはSnowflakeのアカウントの数だけ用意する必要がありますでしょうか? ご回答いただけますと幸いです。
-
SQL Script Failing - stored procedure call from redshift
ERROR: COMMIT cannot be invoked from a procedure that is executing in an atomic context. Hint: Try calling the procedure as a top-level call i.e. not from within an explicit transaction block. Or, if this procedure (or one of its ancestors in the call chain) was created with SET config It seems as though Dataiku is…
-
Changing datasets from filesystem_folders issue, won't register new dataset.
I am not hooked into an SFTP or database for Dataiku, I upload files manually right now. When I remove a dataset, and add a dataset, it does not register until I go to the output dataset —> settings —> and then click Test & Get Schema. I tried to set a trigger to run when the dataset in that folder gets changed, and it…
-
Dataiku Cloud利用におけるSSOとIP制限の挙動についての質問
Dataiku CloudにてLaunchPadにログインする際に、アカウント(メールアドレス)を入力するフォームが表示され、そこからSSOを通してログインするという処理を構築しようとしていますが、以下の2点についてご質問させてください。 1.入力したメールアドレスのドメインに応じて、SSOもしくはパスワード認証の振り分けは可能でしょうか? 2.SSOもしくはパスワード認証が通った後に、「IP AllowList」で許可しているIPからのみLaunchPadに接続される という認識であっていますか?(IP AllowListでの制限がどのタイミングで制限されるかを知りたくご質問しました。) よろしくお願いいたします。 Dataiku…
-
Client's credentials revoked
Hi, I get an error while running my scenario, do you know how to fix this? thanks! Oops: an unexpected error occurred Error in Python process: At line 7: <class 'RuntimeError'>: kinit failed, stderr - kinit: Client's credentials have been revoked while getting initial credentials
-
URGENT
I want to use embed documents recipe, but always got an error "Got structured extraction result: failed - Local kernel failed to start, caused by: IOException: Failure while waiting for process to connect, caused by: IOException: Kernel process return code is 1 (processing time: 1598ms)" Dataiku version used: 14.2
-
Pythonレシピを使用したプロジェクト変数の変更のリアルタイム性について
お世話になっております。 Pythonレシピを使用して、プロジェクト変数の数値を変更した場合、プロジェクト変数の変更はレシピの実行が完了したタイミングで行われるのでしょうか? フロー上流のPythonレシピ内でプロジェクト変数を更新する処理を実装しています。しかし、その後の下流のPrepareレシピで当該プロジェクト変数を参照した際、更新前の古い値が取得されていると思われる挙動が発生しました。 DataikuのUI上では、Pythonレシピの実行完了後にプロジェクト変数が変っているように見られましたが、リアルタイムにプロジェクト変数が更新されない場合などがあればご教示いただけますと幸いです。