-
Re: Plugin Icon
Hello, Unfortunately it is not possible. You can only choose from the icons available in https://fontawesome.com/v3.2.1/icons/ Cheers, Du1 · -
Re: Multiple SELECT parameters using getChoicesFromPython ?
Hi, You will only need 1 function do, and then inside it you do a check on the payload parameter to define which SELECT choice you are dealing with. Something like this: def do(payload, config, plugi…4 · -
Re: PARAMETER SET EXAMPLE
Hi, You can find an example of parameter set here, in our amazon NLP plugin: https://github.com/dataiku/dss-plugin-amazon-comprehend-nlp I'm not sure to understand your second question. Can you expla…1 · -
Re: Project macro not returning Dataset selection
Hi, Yes that's effective the bug with version 6. An update will solve your issue. Cheers1 · -
Re: Matching geopoints with areas
Hi, This can be done in a python recipe (with geopandas) for example, or better, if you have a Postgres sql database, the postgis extension is very useful to handle geo data. Cheers, Du1 ·