-
Display user id on Scenario Last Runs screen
I am surprised this is missing from the GUI but what really surprises me more is that it's not even shown in the logs.The fact that one needs to query the API to get this data should be a good indication that both logging and GUI need to have an overhaul. I have posted a Product Idea feel free to vote for it. It also asks…
-
Data Architecture Diagram
is there any data architecture diagram available for dataiku which shows a complete project ???
-
Dataset change trigger in a scenario
Hello, Does anyone have an idea why the "Dataset change" trigger on a scenario doesn't work for me? The dataset that I'm using is created out of files from Azure Blob Storage. Even though a new file arrives there every 30 minutes, my scenario is not firing. Thanks! TP Operating system used: Windows
-
Remove old Versioned Environments and Kernels after importing bundle
Hello, I noticed that when importing bundles to an automation node, environments are versioned and all old kernels are available for use in Jupyter notebooks, along with all the old environments. Now I understand that this versioning is done so that if projects/bundles which are using the same environment name can continue…
-
How do I bring 4 rows of data into 1 row, 4 columns?
How do I bring 4 rows of data into 1 row, 4 columns?
-
Manage DSS logs audit/audit.log
Hello, is there any options to limit audit logs saved locally? We sent our log via event-server to s3 (why these not sent to s3) but there log are generated in dss ui. I see this config in doc , does that means I've already a default config of as I see audit in audit/audit.log Does these file shown in screenshot mean there…
-
Code Studio to load HD5 File
We recently start to integrate Code Studio with our instance. And we use to save HD5 file in a managed folder, and use code like : with pd.HDFStore(pathToFile, mode='r', complevel=COMPRESSION_LEVEL, complib=COMPRESSION_METHOD) as hdf: hdf_keys = hdf.keys() This works well with pathToFile generated from the managed folder…
-
About Associating Connections with Projects in Dataiku
Hi, In Dataiku, connection settings can be linked to user groups, but I believe they cannot be linked to projects. I have a question regarding this: If UserA belongs to both the Finance and HR user groups, UserA would have access to connections associated with both of these groups. This situation can easily lead to…
-
Detect and alert secret leaks on python recipes
Hi, Id like to ensure our code recipes follows secure coding practice by not putting secrets (API Keys, Passwords, Tokens) in the code recipe. Is there a way to do this from Dataiku? Assuming we don't use external git repository.
-
Dataiku Answers - Filter not working
Hello! I am trying to use filters for a Dataiku Answers webapp. While I select a filter and I see it applied in my question, it seems that the sources selected for answering the question are not matching the filter selected: Am I understanding correctly the usage of filters? I have labeled a series of documents, so that…