-
Tips for working with SQL Temporal tables?
I've searched around a bit, and I have found no information about Dataiku handling MSSQL temporal tables. Am I using the wrong search terms? Is this an area where I can only do this manually (temporal tables store a history with to datetime columns that bracket when the row was effective) MSSQL has some special query…
-
Default settings for importing datasets
So, I literally never want my integers coerced to doubles, and it would be great to have the option to have the "Normalize floats & doubles" box default to unchecked when I'm creating a new dataset. Maybe on a per-project basis? Maybe a Datasets section in the Project Settings? Similarly, I basically always want my dates…
-
Data Quality Plugin: multi-select dropdown of column names
Hi, I have some custom Data Quality checks added to Dataiku as part of a plugin. I want to have an input variable as a multi-select dropdown list of the columns in the schema. If I use "type": "DATASET_COLUMN", I get a dropdown list but no multi-select. If I use "type": "DATASET_COLUMNS", I get the ability to add mutliple…
-
データセットのEmbeddingで作成したナレッジバンクのデータ抽出時のメタデータ列の動的フィルタリングについて
年齢や性別などのメタデータ列と自由記述欄列を持つデータセットに対してEmbeddingレシピを実行し、ナレッジバンクを作成しました。その際、メタデータ列に年齢や性別列を設定しています。 そのナレッジバンクに対してKnowledge Bank Search toolを利用し、ビジュアルエージェントからデータ抽出しようとしています。その際、メタデータ列で動的なフィルタリングをしたいのですが、可能でしょうか。 Knowledge Bank Search tool画面のAllow dynamic filtering項目にチェックすることで可能だと考えていたのですが、うまくいきません。対象列のmeaningをBag of…
-
" Parse next line as column headers" option not working for csv files
When uploading a csv file, and ticking the " Parse next line as column headers" option, the created dataset doesn't have the column names contained in the first row of the file.
-
Meet "Connection xxx not found" when exporting a project
Thanks for your time at the beginning. I am currently exporting a project, only check the 4 default options. However, it failed with a warning "An invalid argument has been encountered : Connection 'SF_VAW_PROD_ATP_MED' does not exist"Then I tried to use Python API to find this connection, but failed again: import dataiku…
-
Change Auto-Typing to an off or on option with default “Off”
Would like to have the Auto-Typing setup as an option that can be turned off and on with the default being “Off”. This feature is changing my unit serial numbers (230836735F) to a Float (2.30836735E8) which causes me to lose records when joining on the unit serial numbers field in a following step. This will cause my…
-
Renaming a dataset using Python API
Dear Community, I am trying to rename a dataset from a project using the python API using the rename method from the dataikuapi.dss.dataset.DSSDataset class (https://developer.dataiku.com/latest/api-reference/python/datasets.html#dataikuapi.dss.dataset.DSSDataset.rename) but I get an AttributeError: 'DSSDataset' object has…
-
Longer Connection text box on New Snowflake dataset page as needed
Request for the text box for Connection on New Snowflake dataset page to get longer to fit the full connection text if the connection text is longer than the current text box length. Our organization has a standard prefix for connections based on division/team/project, so I have multiple connections with the same prefix…
-
Exception: Unable to fetch schema for PROJECT.dataset: b'Ticket not given or unrecognized
Hi there, I encounter the sudden issue of not being able to load datasets into a Jupyter Notebook. Changing environment/Kernel doesn't help. System reboot doesn't help. Force reloading doesn't help neither. Nothing was changed in the code. Flow still runs, so it runs as a receipt but not when trying to work in the…