Using Dataiku
Sort by:
61 - 70 of
291
- Hello, I want to build a dataset using an append mode at the end of each month, triggered by a scenario. For this, I’ve created a custom SQL trigger that checks if the essential tables are updated by …Last answer byLast answer by Grixis
Hey @Shahbaz ,
I think the most cost effective way for your needs its basically use a custom trigger with python and with its lib like datetime you can simply retrieve the day of the month and iterate over it.
if you are a no coder, you can easily generate these python code snippets with llms. :)
import datetime
today = datetime.datetime.today()
trigger = today.day <= 5
trigger_fire = {
"fire": trigger,
"repeat_job": False
}Best,
- Hi I have 6 different models and for those models I have 6 different evaluation stores, is there a way to collate all these 6 evaluation stores and create a single collated evaluation store? Operating…
- Operating system used: windows Operating system used: windowsSolution bySolution by
- https://community.dataiku.com/discussion/12910/how-to-upload-a-file-through-api-designer is same question like this one, in 2021, You are correct that API services will only accept the query parameter…Last answer byLast answer by
- Hi everyone, I'm trying to create a chart in Dataiku to visualize anomalies in my dataset, similar to the example below: The chart highlights three categories: Good Anomaly (blue dots) Expected values…Solution bySolution by
- Pardon my ignorance on the subject but is there a way to connect to a model like llama2 or mistral running on Ollama locally or another k8s cluster to DSS Operating system used: Suse 15Last answer byLast answer by
- I have multiple dataiku models deployed in the flow. I want to refresh the model periodically using the API. The currently deployed model has custom features defined inside the analysis section of the…
- Dear All, Is there any possibility to join more than 2 files at time? Or the Application behaviour itself, work like joining 1st & 2st file first, post the result; need to join with 3rd file. Even the…Last answer byLast answer by
- Hi, currently I am working on a project which I have to collect data but it should be new and have the same schema with previous one but without keeping the past data how can I do this? Firstly, I tho…Last answer byLast answer by
- I want to evaluate LLM like the picture above, but if you look at the tutorial, there is a recipe called evaluate LLM, but I can't see the recipe. How do I evaluate LLM?Last answer byLast answer by
61 - 70 of
2917
Top Tags
Trending Discussions
- Answered2
- Answered ✓7
Leaderboard
Member | Points |
Turribeach | 3702 |
tgb417 | 2515 |
Ignacio_Toledo | 1082 |