-
dataiku internal client not compatible with Python 3.12
Hi Dataiku Guru, We used the dataiku internal client outside of Dataiku in a python script, but in python 3.12, when import dataiku module an error raised due to the depreciation of imp python module in pyhon 3.12 https://github.com/python/cpython/issues/98040 The dataiku/base/utils.py still uses the imp When will the…
-
Creating a data extract with a SQL and passing a filter parameter
I am trying to create a data extract from SnowFlake . I have selected the connection and written my sql . I want this SQL to be available to multiple users such that they can apply filters to the dataset to retrieve the information . For example, in my dataset I have a "COUNTRY" column. I want a way for users to use the…
-
How can I replace a dataset created from a csv?
I have uploaded a CSV and stored it in the filesystem_folders. I have built several recipes from this dataset. I have now received an updated version of the CSV, but cannot figure out how to upload it and overwrite the original dataset. It seems to require I create a new dataset. If I do create a new dataset, there doesn't…
-
Data Masking
Hi, I have a general question about data masking in Datiku. How well can data masking be implemented and are there tools for this out of the box? Especially static masking as well as deterministic masking. Than you. Best regards Mic
-
How to monitor automatically the status of the API services deployed on one node ?
Today, we have several API services deployed in a production environment used by different IT applications. We would like to monitor the state of these services : Are they active and ok ? Please, do you know a way to automate this check and be notified in case of issue ? If nothing has been designed for this purpose, I was…
-
anyway for Streamlit code studios to share code for multi-person development?
Hi, We have a project with multiple developers that want to write a Streamlit web-app using code studios. However, it seems that only the person who created the code studio can view the code. Is there any way around this behavior? If this is how Code Studios work, I fail to see how they are a good solution, for frankly…
-
Schedule export functionality in flow
I am exporting a dataset to Power BI and would like to schedule the export on a daily basis such that the latest data gets updated in Power BI. How can I achieve that?
-
Comment arrêter un scénario en échec
Bonjour, ne trouvant pas une solution. Je m'en remet à vous. J'ai deux scénarios : le premier est un scénario construisant un flow. (aucun soucis ici) le deuxième est constitué de deux steps. Le premier step incrémente "selected_MOIS" (exemple : 202201) puis le deuxième step vérifie la condition suivante afin de lancer le…
-
Inclusion rules of files in path
Hello, How do we define the inclusion rules of files with the option 'Glob' and 'Path in dataset' ? For example, I want all the paths including the string 'ODNA'. Thanks
-
Disabling input fields in plugin UI using parameters
I do see "visibilityCondition" to show/hide a parameter depending on a condition, but is there option to enable or disable input fields or buttons based on user interactions without using custom UI?