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
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 =…
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…
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
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…
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…
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
Hello, I have a question : I would like to compare two datasets (with a code as primary key) with several metrics, does someone know how to compare each indicator easily on Dataiku ?
I am trying to create a column COL1 replica of COL2 using prepare recipe (formula). COL2 datatype is string and values are numeric/alphanumeric. I observed wherever data ends with "F" it replace it with ".0", however it works as expected for other value. Below is the sample COL1 COL2 113816A 113816A 113816 113816 113816F…
Hi, Why can't we use WITH statements in HIVE recipes? It works in HIVE notebooks. According to documentation, WITH statements are allowed in HIve sincd 2015. I get this message when using WITH in Dataiku 12.6.5 Validation failed: The query contains 'WITH...' statements, which cannot be automatically handled by DSS. Put the…
Create an account to contribute great content, engage with others, and show your appreciation.