SQL Probe on Plugin Dataset

Solved!
gblack686
Level 4
SQL Probe on Plugin Dataset

Can I only perform SQL probes on Datasets that are built from SQL Recipes?  I'm using SQLExecutor2 but within my Plugin, but not an actual SQL Recipe. 

1 Solution
Alex_Combessie
Dataiker Alumni

Sure thing, as long as the dataset is on a SQL connection! Note that in your plugin, you can control the input dataset connection, for instance using "mustBeStrictlyType": "PostgreSQL".

View solution in original post

1 Reply
Alex_Combessie
Dataiker Alumni

Sure thing, as long as the dataset is on a SQL connection! Note that in your plugin, you can control the input dataset connection, for instance using "mustBeStrictlyType": "PostgreSQL".