-
Project Security Questions
When setting permissions in Project Security, is there a way to prevent accidental modification/deletion? Is there any alerts that can be set up for such incidents? Thank you!! Operating system used: Windows
-
Custom model API
Hello, we're currently experiencing difficulties with IT to enable the API node in Dataiku. I'm interested in establishing an endpoint that allows external systems to connect to our ML model in Dataiku. I'm wondering if it's possible to create such an API using an R or Python recipe, especially if the API node in Dataiku…
-
Import of Multiple Excel Files from SharePoint into Separate Datasets
Hello, I have a folder connected to a SharePoint containing multiple files inside. I would like to import all the files present in the folder at once into different datasets. Currently, I perform the action manually by importing Excel datasets one by one into my Flow. However, due to the increasing number of files in my…
-
Checking activity conflict over multiple sources
Dear Dataiku Community, I have a workflow where I have data coming from different sources, with multiple activities ( activities starting on "x" date, and taking "y" hours) I am trying to set a new conflict column that gives flag ( True) when the same activity from different sources falls within the same period, In short:…
-
Invalid Currency
I have a currency code column in a dataset with a currency code of VND. It is a valid currency code however Dataiku is flagging this in red and as invalid. How can I add this currency to the Dataiku database so that they are recognised as currencies for me?
-
write pdf file to dataiku folder using python
I am trying to write a pdf filer to dataiku folder. usually I can write pdf file in my device with: with open(outputFile, "wb") as outputStream: output.write(outputStream) but it doesnt work withing Dataiku Also I tried to use this: with open(os.path.join('Folder Location', "file.pdf")) as outputStream:…
-
About the model for time series forecasting
In the sample project of time-series forecasting of links, I have no expertise in machine learning, but how do you generally do the following two points? ・Regarding the criteria for deciding on a model, is it common to try various models and adopt the one with the highest accuracy? If so, is there a simple indicator that…
-
In speakatoo API, without API key can I convert text into speech
This question pertains to the functionality of the Speakatoo API and whether it allows text-to-speech conversion without requiring an API key. To clarify, it is essential to understand the API's specific requirements and limitations regarding authentication and access to its services.
-
Upload one Excel with Multiple Sheets
Hi, I am developing a visual application in which the users will upload one excel with multiple sheets (each sheet contains different column headers). One solution is to let users upload it multiple times, each time they can select a different sheet name. The shortcoming is if the excel file is large, uploading could take…
-
Find Max date from previous month
How to find Max date from previous month from a dataset using sql for scenario variable. required max date of previous month not last date of previous month. Operating system used: windows Operating system used: Windows11