openrewrite / rewrite-recipe-markdown-generator

Utility that generates OpenRewrite recipe documentation in markdown format for all recipes on the classpath.
Apache License 2.0
2 stars 7 forks source link

Add data tables to auto-generated recipes #57

Closed mike-solomon closed 1 year ago

mike-solomon commented 1 year ago

Recipes need to specify which data tables they produce and which notebooks can be used with them.

We need to figure out where notebooks come from - is it part of the recipe? SaaS configuration? Something else?

Data tables should be properties of each recipe.

mike-solomon commented 1 year ago

From @timtebeek - notebooks usually come from: https://github.com/moderneinc/jupyter-notebooks unless you're using a private instance - they might not be suitable to add to this auto-generated recipe because of that (they're coming from moderne)