Clément Stenac
Clément Stenac
Indeed, I understood that a bit later, so currently in the HEAD, changesets metas are not fetched by default, a hidden parameter is required. AFAICT, there is no current way...
Hi, Thanks for this contribution! Ever since BAN / BANO appeared, I had wanted to add this kind of features to DSS. First of all, do you confirm that you...
Thanks! * To abort the job, simply raise a Python exception (with a clear error message), this will cause the job to fail * At the moment, we don't have...
Actually on this line, we want to retrieve 0 hits, we only want the facet for partitioning. We could use index.browse() for the main get_hits function but only if no...
Hi, Dataiku APIs are made of two packages, "dataiku-api-client" (module name dataikuapi) and "dataiku-internal-client" (module name dataiku). The latter is not available from pypi repositories and must be downloaded from...
``` r = project.get_recipe("compute_pouet") def = r.get_definition_and_payload() def.get_params()["mynewparam"] = "mynewvalue" r.set_definition_and_payload(def) ```
Hi, We confirm that the package is not currently compatible with Python 3 - We'll try to work on this ASAP.
We could do that in addition to $HADOOP_HOME/$HADOOP_PREFIX. However, for jars, I think we need to have distribution detection, to only load the correct jars (and to set up native...
I never understand anything to your tickets :)