Hi I've read this article: custom-fields And I was wondering how can I verify the input of String type? I want it to get only version (as example '3.2.1'), and if not, it should throw exception I gues…
Hi, I was creating a plugin in order to correct a weird behavior of one of our engine : while syncing a Teradata table to HDFS using the TDCH engine, dates (in a "%Y-%m-%D" format) are imported as dat…
Hi, I have been using Dataiku DSS for some time and love it's functionalities although at times I would like to add something to it. Has anyone created some sort of a cheat sheet of different things w…
Hey, I have built a dataset that I would like to be displayed near parameters in plugin's UI. Do I have to use method of custom UI shown in documentation or is there a simple way to achieve that? Also…
Hi community, just a small question. If I would like to create a new project from python, I can use the create_project() function from the dssclient.py. The definition is def create_project(self, proj…
Hi folks, I've successfully set up the Google Sheets Plugin and it works smoothly, with one exception: I can't write data with date format to any google sheet. The error notification says "Job failed:…
Hello, I was looking on the dataiku-api-client-python repo on GitHub and saw that there are classes and methods to call a DSS project's flow graph or DAG. Are these methods callable with Dataiku DSS v…
Hi, I have a Python script where I use this: https://radimrehurek.com/gensim/models/wrappers/ldamallet.html module for Topic Modeling. I would like to integrate my Python script into my flow in Dataik…
Hi everyone, I'm trying to launch a create table query onto a SQL DB and I want to use the Dataiku Python API package to do that; I tried the following: executor = SQLExecutor2(connection=cInfo['conne…