-
Appending to table keeps overwriting
My first time working with writing into tables other than creating a table. Thank you for your time in helping me! I have a scenario that looks for the oldest record in table B of Server B and then pulls new records from table A from Server A. My intent is to append those new records to table B. Table A has 4 columns.…
-
How to send an email from a plugin scenario step using the Python API (Messaging Channels)?
Hi everyone, I’m building a custom scenario step plugin in DSS 12.2. The step collects scenario information from multiple projects, generates an HTML report, and saves it as a project variable. Now, I would like the same plugin step to send this HTML report as an email using an existing Messaging Channel (configured in DSS…
-
[Apache Kafka] How can configure group.id for a consumer?
How can configure group.id for a consumer? I configured correctly the connection. I use a specific group.id but I receive: dss_consumer-1747668181799 How can I configure correctly a consumer? Thanks Operating system used: Ubuntu 20.x
-
Retrieving a deleted recipe
-
Problem using python recipe
I have a problem when using a python recipe that uses the kubernetes engine when running. I checked the log step by step, the python process should have been completed, but for some reason the kubernetes engine does not show a sign of completion and looks like an unfinished loop. Please help with this error.
-
Dashboard error only running from a Scenario
I have a scenario that builds and exports a Dashboard and survived several Dataiku version upgrades until now. When the scenario runs I have a Reporter that exports the Dashboard into a PDFs and sends an email. Since the upgrade to 12.6.7, that Reporter fails to run and I get the following message "Domain contains control…
-
Where to find logs for Activity Check failures in dss?
I am getting the following error on a standard prepare recipe in the post-activity checks "Activity checks produced 1 error." The screenshot is the end of the activity log and no other details are given on what error was produced: This is using dataiku to write to a Greenplum database. I am wondering where else I could…
-
Ommiting quotes around scenario string variables in a Freemarker email template
Hi, I have a scheduled project scenario that sends an email on some condition. The scenario contains a step that sets scenario variables based on values in a dataset. Here's that step: import dataiku import dataiku.scenario # Read the dataset df = dataiku.Dataset("node-disk-usage").get_dataframe() use_percentage_threshold…
-
Updating models in scenarios
Hello, I set up a model with DSS machine learning modules. In my scenario, I've made a special step to run the model training queries. Will this step re-train the model and modify the model coefficients and metrics of the model or not?
-
Error when using Embed recipe
Hi Team, When I am trying to embed a dataset in Dataiku with textual data, I encounter this error: Error in Python process: <class 'Exception'>: At least one embedding request failed: HTTP code: 429, response: { "statusCode": 429, "message": "Token limit is exceeded. Try again in 48 seconds." } Could you guys please help…