-
Logging in dataiku notebook / recipe ...
Hello Team, I am working on pyspark recipes. I use notebook to build the logic and change it back into recipe. The dataiku and spark operations ( e.g. df.count() ) emits a lot of log statements to the console and makes the notebook very difficult to use. Is there a way for me to supress logging from dataku and spark APIs?…
-
Defining a global variable in the base name of the output file for a dataset
Hello I am working on a flow that has a python recipe that sets global variables. In the output dataset of the recipe a couple of these variables are being used to set the path and filename of the dataset which is stored in Azure. From researching on how to define the filename it states to set the "Force single output…
-
Make "Table of Contents" visible in Wiki Edit mode
When editing wiki pages, the Table of Contents tree is not visible, making navigation of the wiki exceedingly difficult. I'm often toggling between View and Edit modes in order to get around. Visibility of the Table of Contents tree / section headers while in edit mode would make editing wiki pages much easier.
-
Automation Nodeへのデプロイ権限について
Dataiku Cloud版でLaunchpad上で以下の権限を割り当てておりますが、Deployer→AutomationNodeへのデプロイがうまく実行できません。(Bundle→Deployerは可能) ・designers ・external_designer ・project_deplyer 権限を割り当てられるように設定することはできますか?また、AutomationNode側で設定が必要になりますか?
-
Practical Use of Code Studios
I am starting this thread to learn about how others are using code studios (such as VSCode, JupyterLab, and Streamlit) and for what purposes. In our organization, we were initially excited about the feature introduced in DSS v11. However, our enthusiasm was quickly dampened by the fact that users cannot select the…
-
i am looking a strange error while accessing my dataflows
flows were working previously but now this error window limits me to use any of my projects
-
Extend the "Rebuild Code Studio templates" option to non-admins when updating a code environment
I was pleasantly surprised to discover the "Rebuild Code Studio templates" option in the "Containerized Execution" settings of a code environment. This feature enables the rebuilding of Code Studio templates that rely on a given code environment, effectively killing two birds with one stone. However, after investigating…
-
Usage of tags of github in version control
Hi, I've connected my project version control to a remote repository hosted on github. Usually when developping with github I use tags to check releases of my code to move it to production, to being aware of which version of code I've deployed. I would like to use it in Dataiku in the same way, creating a bundle from the…
-
I have problems related to sending emails using the SMPT protocol which I run using the Dataiku scen
Operating system used: almalinux (8.8) Operating system used: almalinux (8.8)
-
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"…