-
ノートブックでウェジットが表示できない件について
DSS13.5.4を使用しています。 Pythonレしプから表示できるノートブック内で、実行結果を確認しようとしてとあるウェジットを表示しようとしたところ表示されないという問題が発生しています。 外部のノートブック(コード環境は問題が発生しているcodeenvを使用)では表示できますし、たん簡単なウェジット(スライダー)は表示できることを確認しています。 また問題のノートブックで”!jupyter labextension list”コマンドで確認したところ、該当するウェジットは以下のとおり有効となっていると表示されています。 dotdata_widgets v1.3.0 enabled OK (python, dotdata)…
-
Alteryx to DataIKU migration Accelerator
Hi, Has anyone used Alteryx to DataIKU Converter tool ( provided to DataIKU service partners only). I think tool is still evolving. Kindly share if there are any feedback pointers about this tool. Thanks, Operating system used: Windows
-
can not register to DSS , after first time of installation
I am facing this error: Network Error: An attempt to communicate with DSS failed. Please check your network connectivity. Operating system used: RHEL-8.9 Operating system used: RHEL-8.9
-
How can I send some information to a microsoft teams channel?
I have prepared the work flow in teams and i have the url from the webhook (using this tutorial ) Now i will like to send some information from a dataset like text to a channel in microsoft teams . How can i do it ? Operating system used: windows 11
-
Using other python version
hello i want to use other python version my environment is on-premise and OS is Rocky 9.5 so default python version 3.9 Since python3.11 and python3.12 can be installed from the Rocky 9.5 dnf repo, I installed them with dnf install and restarted dss. Then go to code-env and select python3.11 or python3.12 and click the…
-
DataikuのNotebookでのウェジット表示について
DSS13.5.4を使用しています。 Pythonレシピから起動するNotebook内で、他のツールが提供するウェジットが表示できないという問題が発生しています。全く同じコードでこのウェジットを外部のノートブックでは表示できるのです。(問題のCodeenvを使用しています) 他の簡単なウェジット(単純なスライダーで確認 )は表示できましたし、このウェジットについても、ノートブックから”!jupyter labextension list”で確認すると有効になっているように見えます。 dotdata_widgets v1.3.0 enabled OK (python, dotdata) <このウェジットです。…
-
Parse Date
one column has the date format like "2022-11-04 07:44:32.634000+00:00". select "Parse date…" in prepare recipe and show "Aww ...Smart Date could not find any format matching your data. Please try a custom format". Open Formula editor panel, input "concat(datePart(START_DATE,"year"),"_",datePart(START_DATE,"month")), and…
-
certificates from another email
How can I bring in my certificates from another email I used to login to the academy? I used the previous email and got 3 certifications but don't have access to that email anymore. I used a new email to sign up for the academy but I'm not able to continue with my certifications since the previous courses are required. Has…
-
Dataiku Outbound IP Address Control - Proxy or Otherwise?
My team works with a data supplier that requires a white-listing process for IP addresses. When we attempt to use Dataiku to fetch the data our IP address associated with the call occasionally changes. We have access to a proxy IP address system, and we have made requests through the proxy to the data supplier when we run…
-
Visibility condition for Sections within Application Designer
In Application Designer, I have below configuration. Section1 - Edit Project Variable tile (Dropdown with values as A or B) Section2 - Multiple tiles within this Section3 - Multiple tiles within this If Section1 Project Variable value is A, then only Section2 should be displayed. If Section1 Project Variable value is B,…