Use complex types parameter in Plugin SQL probes / metrics
gharrazi
Registered Posts: 6 ✭
Hi,
Can I use any of the complex types parameters (https://doc.dataiku.com/dss/latest/plugins/reference/params.html#available-parameter-types) in a SQL probes (metrics) in a plugin?
Example: Access different value in a MULTISELECT parameters -> ${parameter_label}[0], ${parameter_label}[1]
I didn't find any documentation or examples.
I'm just able to use normal parameters with ${parameter_label}
Thanks in advance
Tagged:
Best Answer
-
So I ended up using Python metricswith SQLExecutor https://developer.dataiku.com/latest/api-reference/python/sql.html#dataiku.SQLExecutor2