-
Importing code from Git in global shared code
I noticed that it is now possible to sync per-project libraries with a git remote, however I did not see the feature for the global shared code folder. Is it a bug or you wouldn't recommend to sync the global shared code with a remote?
-
How can I query Dataiku's commit log from the public API client?
I would like to use DSS's public API to query the internal commit log. In particular, I would like to obtain: 1. The project key 2. The commit timestamp 3. The commit ID of the latest timestamp I know that it is possible to list all Project and Commits using an Internal DSS dataset. However, I would like to accomplish the…
-
Happy 10th anniversary to all Dataikers out there!
It's a great achievement in such a short time!
-
Add/edit file in root of project
Is it possible to add or edit a file to the root of a project through the GUI or the API, for example, to add or edit a .gitignore file? Kind regards, Martijn Operating system used: Windows
-
Request for Guidance on Adding a Column Name to Dataset Path for Versioning System Implementation
Hello Everyone, I am currently working on implementing a data versioning system for my dataset. One approach I am considering involves appending a timestamp to each version and organizing the data into separate directories. To accomplish this, I am planning to incorporate a version column into the dataset and use it to…
-
How to retrieve deleted recipes?
Hello, I removed a recipe by mistake, is it still possible to retrieve it? Thanks,
-
Date format detection, Dataiku versionning
Hello, it seems I am going through a Dataiku versionning issue: I've many project developed on an old verions 9.0.1 where all the dates were automatically detected in a " yyyy-MM-dd HH:mm:ss.S " format and then, we were ultimately obliged to parse the dates in a prepare recipe to have a dataiku well parsed date format. But…
-
How do I merge branches?
I have created a duplicate project using version control in DSS. I have created the changes that I would like to make and would now like to merge this branch to the master branch. The instructions under Merging Branches aren't clear enough for me to accomplish this. Do I need to activate a "remote" and work outside of DSS…
-
Flow Zone Reuse? Can one flow zone be reused from multiple datasets
I've been working on a number of file systems to process data about the files on various disks. The flow zone I've created looks like this. There are two simple shell scripts that gather data about the same file volume, two preparation recipes that clean up that data, and 1 Join recipe that brings both sets of data…
-
List in project variables
Hello, I would like to know if it is possible to create a list as a Project variable and to use the different items of this list later in a recipe. For example, if we want to filter a dataset and keep only the ID which are in the list we defined in the Project variables section.