-
Dataset modified trigger on hdfs
We created a filesystem dataset in Dataiku DSS that is connected to an excel file stored in hdfs. We made a trigger so that when the dataset is modified, it going to launch a scenario. When we make modification on the excel file in hdfs (inserting new rows for example), the trigger does not launch. However when we modify…
-
Dataiku Free Trial
Hello, I am currently using Dataiku Free Trial version for 14 days. In less than 24 hours this free trial version will expire, since I haven't finished the Dataiku courses and certifications, could I get a free extension so that I can complete these ? Thank you very much. I wish you a pleasant day. Best regards, Lucas…
-
datiku library for R
Hi Dataiku community! I would like to know if there is any possibility to install the dataiku package on ly local Rstudio app. I tried to do it by myself however this package is not available in the package library, then I tried to installed it manually using the usual command: install.packages("dataiku") . Please see the…
-
Costs
Hi there, I'm new to the community! I was looking for the price of the introductory courses at DATAIKU but did not find it. Can someone tell me where I find this? Furthermore, are all courses online? I look forward to your soon reply Cheers Maria Operating system used: Window
-
Updating Dataiku
I want to update Dataiku to version 11, when updating the version of Dataiku instance, are the connections to the databases previously made (postgres, BigQuery) still preserved? Thank you!
-
AttributeError: 'DSSProject' object has no attribute 'list_webapps'
Hello, I try to use Webapps API to write the static html. I follow the document [https://doc.dataiku.com/dss/latest/python-api/webapps.html#id7]. Code: ```project_webapps = project.list_webapps()``` Error: AttributeError: 'DSSProject' object has no attribute 'list_webapps' Does anyone has solution? Thanks Operating system…
-
Improvement of Automatically Updating Project Deployments tutorial in Knowledge Base
Hi everyone, I was reading through the Automatically Updating Project Deployments tutorial on the Knowledge Base and I have some feedback regarding the Create Bundle Step and the Update Deployment Step. The example works the first time you run the scenario, but every run afterwards will only deploy the automatic_deployment…
-
Plotly plots not showing in Jupiter Notebook
Hi, I have installed the required libraries to create plotly plots. I can successfully run the block of code (as shown in fig) but the output is empty. I have tried other libraries like seaborn and it works perfectly. Please let me know why I am getting this issue. Note: If I try to save the plotly chart using this code:…
-
Extract data from jpg images
Hi Dataiku Community, happy New Year I am new over here and this is the first time I post a Question, so here it comes: Would like to know how can I extract data from jpg images I mean what kind of node and or recipe should I utilize in order to solve a task like this. Basically I got multiple screenshots and now I need to…
-
Get last modification time of a file in Dataiku managed folder
Hi all, Is there a way to get the last modification time/upload time of a file present in a managed folder inside Dataiku? I want this time to be displayed as part of the output of a python script. I did try using functions like os.path.getctime, getmtime, and os.stat(path_of_file).st_mtime but all of these return the time…