26
How do I pass a list into a model and use it in a SQL IN clause? Rendering the variable directly produces invalid SQL
I want to parameterise a transformation model so the same code can run against different sets of ids, one set for a backfill, another for the daily run without duplicating the model. Passing a single value works fine.…