-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
Is your feature request related to a problem or challenge?
Datafusion documentation is amazing and examples are too. However, inline snippets might fall out of sync from the codebase and are not very easy to consume because you often need to figure out the required imports to get a snippet to compile. On the other side, writing a full Rust script in a documentation page creates too much noise and make the documentation less effective.
Describe the solution you'd like
Ideally, we would have snippets that are portions of executable scripts, so that we can via CI/CD execute them and confirm they are not obsolete, but at the same time only the relevant section of the script is included in the docs.
We can use https://github.com/temporalio/snipsync for the purpose
Describe alternatives you've considered
No response
Additional context
I was working on a separate issue for documentation, and I have found myself facing the problem that I mentioned above, see #7306 (comment)