-
How to use "Execute Python unit test" scenario step
A new scenario step was added in a recent DSS version which is to execute a Python unit test. I'd like to start using this. However, the documentation is pretty brief: "this step executes one or more Python pytest tests from a project’s Libraries folder using a Pytest selector". Anyone have more details on or an example of…
-
Why are SQL queries in Dataiku slower than in my AWS Docker container (RDS Oracle)?
Hello, I'm currently using Dataiku and SQLExecutor2 to run queries on my Oracle database hosted on AWS RDS, port 2484. When I execute the same query from a Docker container on AWS, the query takes about 15 ms. However, when I run it in Dataiku, it takes approximately 1 second, and the whole process, which takes about 8…
-
Dataiku CSV output saves all data in one column
Hi everyone, I'm facing an issue while writing a CSV file to S3 using a Sync Recipe in Dataiku. Even though the dataset looks correct inside Dataiku, when it gets saved to S3, all the data appears in one single column instead of being properly separated into multiple columns. I checked the dataset schema, and everything…
-
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…
-
Cant figure out how to match predictions with customers.
Hi all, dataiku novice here. I have trained models in python notebooks with mlflow, then I deployed a model to the flow(from experiment tracking) in order to score & evaluate it. I have 50 features, and when I input the feature table with 50 columns into the scoring recipe, everything is fine and i get my predictions. The…
-
Is BNB quantization supported?
BNB quantization is not mentionned in Running Hugging Face models — Dataiku DSS 13 documentation. For instance unsloth/Llama-3.3-70B-Instruct-bnb-4bit · Hugging Face. What 4-bit quantized model do you recommand for Llama 3.3 otherwise?
-
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…
-
Change Date type from MM/dd/yy hh:mm to yyyy-MM-dd
Hi, I have a "Invoice date" column in my source file which has values like "1/18/24 1:00". and I want it to change it as "2024-01-18" Additionally, Dataiku is identifying this column as Text/String. How can I change it to the format mentioned above.
-
Does anyone know how to add a RecordID column in dataiku. I want to add serial number to each row.
-
Default project key is not specified (no DKU_CURRENT_PROJECT_KEY in env)
I'm creating a python function endpoint with this script: And I don't know how to deal with this error: Dev server deployment FAILED Failed to initiate function server : <class 'Exception'> : Default project key is not specified (no DKU_CURRENT_PROJECT_KEY in env)