Following from this post: [SQL exercises in {learnr} return only errors]
I'm creating a {learnr} tutorial and looking to include SQL exercises. However, I'm getting a " The 'connection' option (DBI connection) is required for sql chunks." if I pass the connection variable in the RMarkdown with quotes. If I try to pass the connection variable without quotes, the app crashes with an unexpected symbol error.
I've attempted the test example given by @grrrck in the linked post and I'm using the latest GitHub version. Is there something else I'm missing or could give a try to get it working?
Thanks! 