-
Regarding, Dataiku Scenario, How to control the Scenario steps using variable?
Hi everyone, I have designed my dataset where it will always have single value either 'true' or 'false'. In my Dataiku scenario. I want to control the flow based on this output. If Dataset contains 'true' then , next step (building datasets in the project) should proceed and email notification need to be triggered if…
-
How can I mount my windows shared drive with Dataiku different environments
what kind of specification required for that: What all command will be used?
-
Schema Configuration Issue with "Sampling" Recipe Using Python API
Hello everyone, I am currently facing a problem using the Python API of Dataiku DSS to configure a "sampling" type recipe. My goal is to prevent the automatic conversion of the output schema when executing the recipe, specifically ensuring that data types like NUMERIC are not changed to FLOAT. Here is the approach I have…
-
S3 output file name
Dear all, When I let my recipe export/store the output in S3 it creates a file with this name: out-s0.csv.gz. Is there a way to change the name of the output file? Kind regards TonyR
-
Is it possible to run a shell script stored in the git cloned project in Dataiku Library?
Hi, I am new to Dataiku so not much experience yet. I am trying to use a module the code of which I have cloned from git into the Dataiku Library. The cloned project contains a .sh file that I need to run to be able to use the module. I tried this code: import subprocess script_path = "full path to .sh file" try: result =…
-
Usage of dku_flow_variables
Part of our ETL is using dku_flow_variables to determine the period we are processing data for. I wanted to see what this does in the dataiku api documentation (Python - Dataiku Developer Guide) but could not find it there. Can anyone explain the usage of dku_flow_variables or point me to documentation of this? The way we…
-
Hosting webapp with python backend
Is the sample webapp mentioned in the example working? I was getting errors on the HTML UI How to create a form for data input? - Dataiku Developer Guide https://developer.dataiku.com/latest/tutorials/webapps/standard/form-to-submit-values/index.html Operating system used: Dataiku Free edition - Space
-
Negative values on a Stacked barchart
Hi, I am trying to plot a stacked barchart, just in absolute value, NOT in percentages. However, one of the data points has negative value, and it seems dataiku's stacked barchart cannot be used if there is negative value in the data. It throws the below error: "Cannot represent negative values on a Stacked chart. Please…
-
Command line: ./dssadmin install-spark-integration DIP_HOME: /DATA_DIR *** Error detecting SPA
mand line: ./dssadmin install-spark-integration *** Error detecting SPARK_HOME using spark-submit WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.apache.spark.unsafe.Platform…
-
How to handle duplicate timestamp?
I want to forecast the value of "main", but there is a notification that the date is duplicate. In fact, each row is a unique row that has an identifier. How to solve this problem? Operating system used: MacOS