Currently, the getting started and many other examples use ehrql, but output csv.gz files rather than arrow.
csv.gz is a very expensive format CPU wise on the server, so we want users to use arrow where ever possible, and so we should update the docs to use arrow outputs.
This may need to be done in co-ordination with opensafely-core/ehrql#2092