-
CPU and memory usage and resource utilization
Is there a way we can check CPU and memory usage within dataiku along with resource utilization without integration of external tools
-
Process mining webapp missing features
On the latest version of the process mining solution the "Data Cleaning" or "Step" feature on the webapp is no longer available. Any idea of how to bring this back. Thanks Operating system used: Windows 11
-
Outer Join
I am trying to convert a HIVE SQL that includes a left outer join. I don't see that in a JOIN recipe. How do I add it? Operating system used: Windows
-
Disable Autocomplete in Dataiku webapp Version Control
In Dataiku Webapp, Version Control 's Add Remote Origin tab retain previous entries, posing a security risk of leaking PATs while sharing the screen. Please disable autocomplete in this part.
-
Image Rebuild Error
Hi, Our instance are running with DSS version as 13.4.0. I tried rebuilding the image to remove lower versions of python like 2.7,3.6,3.7,3.8 using the below command. Unfortunately its failing at below stage. ./bin/dssadmin build-base-image --type container-exec --without-py27 --without-py37 --without-py38 --with-py39…
-
NULL instead no value
Hi, I'm trying to write dataframe into Snowflake table with function write_with_schema. Data comes from excel file, where we have some columns with no value and we want to keep it that way. I used parameters with read_excel and also fillna('') and dataset looks ok (no nulls, only no values/empty), but after using…
-
Is there a repository where I can report issues?
Operating system used: macOS Operating system used: macOS
-
Use first row as column headers/column names
I have an excel file whose format is somewhat different. I need to skip first 9 lines and use 10th line as column names. I have tried using "parse next line as column headers" but it is not working for me. Has anyone faced this type of error. Please let me know how to resolve it. I am pasting input file format below:
-
Dash Long Callbacks Not Working
Hi all, I'm struggling to get long callbacks to work in Dataiku. When I initalize the app = dash.Dash() instance, the application does not run at all. When I remove it, the application runs but the callback does not work at all. Currently, it only works with a regular callback but I need it to work with a long callback.…
-
Is the "Admin" privilege necessary to create branches in a project?
Hello, I am an administrator on our DSS servers and can create branches in project without issue. However it seems that unless a non-admin user created the project they cannot create branches (or switch branches) in a project unless they are made "Admin" under the "Security" tab, either by giving the permission directly or…