Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Andy Salnikov
Andy SalnikovReporter
Tim Jenness
Tim JennessLabels
Reviewers
Jim Bosch
Story Points
3
RubinTeam
Ops Middleware
Components
Checklist
Checklist
Created September 22, 2022 at 4:15 PM
Updated October 27, 2022 at 9:09 PM
Resolved October 26, 2022 at 1:38 AM
Many of our tutorials use "IN" in query strings for
queryDatasets
WHERE clauses and we also encourage use of thebind
parameters. UnfortunatelyIN
does not work withbind
. Consider adding support forIN
such that the bind parameter value can be given as a python list.