-
Project Export Null Pointer Exception
I'm trying to export a project and this error comes up. I suspected it could be due to limited disk space. I tried not exporting any data but just the shell project and the error persists. Can anyone help? An internal error occurred Please report this issue to Dataiku DSS Support Technical details follow: * Internal error,…
-
Run a recipe for all partitions available
When I run a recipe how do I run it for all the partitions of one variable. In the below photo I would like to run this code recipe for all partitions in RW_Index.
-
CSV files with Date Column and Others with no Date Column - How to combine them?
Hi, I have several CSV files in a 2024 folder that feeds into DataIku. These files have a date column already. The new files that I will be adding to this folder will not have a date column. Example: Existing files - Column A | Column B | Column C 02-10-2024 | Name | Product New files Column A | Column B | Column C Name |…
-
User-level Environment Variables
Is there a way to setup user-level environment variables? I know that we can setup dataiku user variables, but what I was looking for is more about environment variables seen by non-dataiku applications that are used within Dataiku. I know this may sound confusing, so here is my use case: I want to setup a cross-account S3…
-
OAUTH authentication possibilities for Python library
Hi, We have an internal library that queries Snowflake. On Jupyter lab, users are authenticated using external browser. Is this possible on Dataiku? If not possible, is there a way for our Python code library to pass the username to the Dataiku Snowflake connection and get back an access token to run queries? Can we access…
-
Change Project image through code
This might be a bit of a silly question, but is there a possibility to change the image used for a project through code (or another automated way)? The reason for this is that, after duplicating projects from Development to Acceptance, we would like to distinguish between them through the image but want to get rid of the…
-
Importing Mlflow Experiment into DataIKU DSS
Well, I am new to DataIKU, however I would still like to import a mlflow saved mode to DataIKU DSS. I am looking for an easy to use reference because the documentation is quite complex. I am also getting a lot of errors while using that. One of the error that I am facing is mentioned below: I don't have admin rights to…
-
project duplicate modifies sharepoint files
Hello, for the migration of our development environment to, for instance, our acceptance environment, we use a python script to duplicate the project (and then change the connections/configurations etc.). However, when we run this, any sharepoint files used in the flow get modified (within sharepoint itself). We're very…
-
Relationship between Dataiku partitioning vs S3 partitioning
Hi All, Suppose I have a dataset in S3 partitioned and stored as parquet. Suppose I read it into Dataiku as a partitioned dataset (or try to sync it from somewhere else). What is the relationship between the two partitions? If I use the same partition key in Dataiku as S3, will Dataiku recognize that and avoid…
-
Not able to read a dataset
I'm not able to read a dataset getting the following error. I'm using an R code as follows. Other members in my project is able to read this data . dkuReadDataset("MLA_Data_pull") Error in read.table(file = file, header = header, sep = sep, quote = quote, : no lines available in input Traceback: 1.…