-
Isochrones limitations
Hello, I tried to use Isochrones (geo-router plugin) to scout for potential customers around our sites, but it looks isochrones are limited. I ideally woudl have like to get isochrones of 3 hours aorund our sites, but already if i set 1h, I don't get any result. For isochrones of 45 mins, they get calculated within 15…
-
Calling APIs and licensing requirements
Hi all, We are building an API that could be called by many people running local apps and processes. I understand API keys are the way to go. The issue I'm having is that my security team wants separate keys for every user and process - and a process for managing those keys. Another problem is there is no guarantee that a…
-
Bug - CTRL+Z Erases Text on Dataiku
I accidentally pressed ctrl + Z after opening a Wiki article and it caused all the text to be removed. I'm on DSS 8.0.2. This also happens within SQL queries and the Library Editor. Is this intended behavior? Here are the steps to reproduce with the Wiki: 1. Create Wiki article with some text and save 2. Navigate away from…
-
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…
-
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 https://support.microsoft.com/en-us/office/create-incoming-webhooks-with-workflows-for-microsoft-teams-8ae491c7-0394-4861-ba59-055e33f75498 ) Now i will like to send some information from a dataset like text to a channel in…
-
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…