I have a dataloading process in one cell, and a SQL query in another. When I refresh the page the SQL cell is broken, because the data loading process has not occured. I tried adding /* ${dataloader} */
and suchlike to form a dataflow dependency, by the SQL cell inserted at ? into the query and chokes on the number of arguments passed to the prepared statements.
What’s the simplest way to form a dataflow dependency on a SQL cell?