I’m using Transforms to update materialised views using a select from a Postgres function. Not quite what it’s meant to be used for but useful as pgAgent is on its way out.
Problem I have is that I’d like to have multiple transforms per job. Metabase can’t detect any dependencies (fair enough) so the transforms appear to process in alphabetical order (not sure if concurrent).
Is there a way to force the ordering?
If I just rename them to be in the correct order alphabetically, do they run in series or parallel?