-
how to plot a chart by row
I have a sample dataset with 5 columns shown below: In dataiku how can I plot by each row, to get result like below chart in excel? Right now I can only plot something like below chart, which is NOT what I want ( I need 1M, 3M, 6M and 1Y to appear on x-axis): Could someone help? Many thanks!
-
[Application Designer]How to display custom variables according to a dynamic value
I'm trying an application where I have some custom variables to edit. One of them is a dropdown menu that can be either "local" or "remote". According to this value I want different fields in custom variables to be displayed. For example for "local" we will only have fields "user" "path" and "fileType". For "remote" there…
-
Github Copilot on Code Studio
Hi everyone ! I tried my best to find an answer to this and I'm sorry if it's a duplicated question. Is there some kind of workaround to get Github Copilot working on the code studios or a way to link local VS Code to the code-server ?
-
How to call AI agent with python code?
Hello, everybody. I have already built a visual agent. I want to build a Dash webapp "calling" that visual agent. I saw this tutorial, but here tools are in a utils.py file. But I have created my tools as plugins (like mentioned here). I used these tools creating a visual agent. Is it possible to call my visual agent in a…
-
Dataset to Microsoft teams
I have been sending automated datasets to emails in scenarios using reporters to mail . How do I send automated datasets to Microsoft teams using reporters to Microsoft teams. Thanks Operating system used: windows
-
Using data from a dataset in a Send Message scenario step. (Scenario Variables?)
I've built a project that determines a set of upcoming worker hires and sends an email (with an Excel attachment) to a group that begins working their access needs. I want to make the body of the email dynamic by adding a summary of the count of workers and the range of start dates. I have that data in a separate, single…
-
How to execute a recipe after an empty dataset ?
Is there any possible way of checking readyness of a dataset? I have a dataset that might be empty after a Hive query, it shouldn't be a problem but since it is (I cannot use it in a left join...) I decided to build another dataset that would contain either the result if it exists or a dummy line if it does not. All this…
-
can dataiku prompt engineering use claude sonnet 3.7 model now?
that will be nice
-
error : getting error while deployment in Automation node
I am trying to deploy my project in automation node in my dev1 or testing env. but I am getting this error : I am not using any API only is scenario in python code I am using this code client = dataiku.api_client() project_key = dataiku.default_project_key() project = client.get_project(project_key) An error occurred on…
-
How to visualize project variables in dashboard?
I want to add a dynamic time format on a monthly dashboard, like Jan-25, Feb-25, which already stored in project variables. How can I choose proper tile as below and configure it in slide? Operating system used: Windows