-
Dynamic rename of column headers
Hi I'm migrating workflows from alteryx to dataiku. I need to migrate a dynamic rename tool. What it does is take the values from the left dataset and assign it headers from the right dataset. Is there any way to do this in dataiku without using python? Operating system used: Windows
-
Use of global variables
hello i would like to optimise my current data flows and data traitement! we have to day a filtrer which is applied late in of the recipes 1/69 of specif zone in my project how can i use the date variables to remaine with only the current month and only the previous one?
-
File move from one folder to other in network
Each day, I want to check if a file exists in a network folder that ends with today's date in its filename. If the file is found, I want to move it to another network folder at a scheduled time. This kind of task is possible in Alteryx using a combination of directory tools and conditional logic. I'm looking to implement a…
-
Customize excel sheet name in the output
hello how do i Customize excel sheet name in the output using multisheet EXCEL reciepe ? i want a no code solution
-
Renaming a dataset using Python API
Dear Community, I am trying to rename a dataset from a project using the python API using the rename method from the dataikuapi.dss.dataset.DSSDataset class (https://developer.dataiku.com/latest/api-reference/python/datasets.html#dataikuapi.dss.dataset.DSSDataset.rename) but I get an AttributeError: 'DSSDataset' object has…
-
Significant Improvements
I work as a data scientist manager at Pfizer. I have some feedback for DSS. 1. Does not return to the exact location in the Flow - I have a dataset in zoneA and it is shared to another zoneB. - I explore the dataset in zoneB - When I come back to the Flow, the flow focuses on the dataset in zoneA instead. 2. Cannot compare…
-
how to turn on chart zoom in&out feature in dashboard
Hi community, When I plot chart, there is a nice feature of zoom in&out by date (in the bottom of the chart), as shown below. However, when I publish the chart into dashboard, it seems that this feature is dropped by dataiku (see below chart). Is there a way to turn on such timeline/date zoom in&out feature in dashboard…
-
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
-
Display updated dashboards on dataiku govern
Hi I would like to display dashboards on a govern custom page. I implemented custom charts using matplotlib on a python recipe in the design node. I managed to send these custom charts in the “insights” folder of the project. I can access these charts using a custom HTML page in the govern node. However, these charts are…
-
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…