-
Using the Dataiku DSS Python API for Interfacing with SQL Databases - Watch on Demand
In most companies, SQL databases are a primary source of data for data science projects. The seamless access to a broad range of SQL databases is a key feature of Dataiku DSS. DSS builds on this capability by providing a Python API for interfacing with SQL tables. This functionality is a boon for Data Scientists who use…
-
Use Case : sync data
example table a most updated data. data b has not been updated. but examples there are data inconsistencies. suppose table a has 25 data. now table b only has 15 data: 1. table A 1 - 10 suppose it has the same id as in table b. but table b data has not been updated even though the id is the same. 2. Table A 11 - 25 the…
-
Admin Academy
Hi, i want ask about become a admin. i saw my friend have a admin learning path
-
how we can achieve Data Lineage in DataIku
How we can achieve table and column decencies in recipes.
-
How to load a pre-trained model into a codenv (Resources Directory) in a no-internet-access instance
Hi. I am looking for using some pretrained model (for example embeddings model) within my project. The DSS instance I am working on cannot access Internet. Still i was able to retrieve the models at some point…and now I want to re-use them. I was also able to upload the model in a managed folder and use it in a code recipe…
-
403 Forbidden on Jupyter notebooks after updating from 13.0.0 to 13.0.3
Hello, I'm using a custom installed dataiku, on debian 11, free license (with advanced features trial). I'm getting "403 Forbbiden" when opening jupyter notebooks after updating from 13.0.0 to 13.0.3. I've noticed that I don't get them when connecting to the Dataiku instance directly from my home network, only when doing…
-
How to manage file format restrictions like the MP3 requirement in Speakatoo’s API when creating a w
I am developing a widget and need to handle file format restrictions specified by Speakatoo’s API, such as the requirement for MP3 files. What’s the best way to manage this? Are there any recommended practices or examples for ensuring compliance with the API’s file format rules? Any help would be appreciated!
-
How Can I Integrate Speakatoo’s Text-to-Speech API with Dataiku for Audio Data Insights?
I’m looking to enhance my Dataiku workflows by integrating Speakatoo’s text-to-speech (TTS) API to turn data insights or alerts into audio. Has anyone tried using a TTS service like Speakatoo within Dataiku for this purpose? I think it could help make data monitoring or reporting more accessible. What challenges should I…
-
Clear Notebook Output before checking into Version Control
Suppose we are working with certain sensitive data and do not want the output of the cells to get stored in the version control system, how can we clear the outputs by default? When checking in the notebooks separately, we use the following library which clears the output cells. # Install librariespip install nbstripout…
-
abc
-
"Forecasting Sales with Machine Learning" sample project unavailable?
Hi, Was the "Forecasting Sales with Machine Learning" sample project and related blog posted moved? The project links now return a 404: Blog post: https://www.dataiku.com/learn/samples/forecasting-sales/ Project link: https://gallery.dataiku.com/projects/DKU_STORESALES/ I found the project's description in some old…