-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for datatables #201
Comments
@rpau, I could see this being useful for the community as well. I can kinda see two possible ways to go about this: export all data tables from any active recipe or allow the user to export a set that they define. For the second it could possibly look something like this:
I could see a few ways that we could even potentially support both all and some (ie. Glob match or a boolean switch), if that was so desired. |
I agree. The way that I see it is to export all data tables into different CSVs without any extra configuration. Then, if |
Folks looking to export and analyze data tables are best off using the Moderne CLI. That then also allows running across multiple projects and aggregating the results, and producing reports with Jupyter through |
@ryan-hudson recently added data tables to the Maven plugin 🙏🏻 Might make sense to do the same for the Gradle plugin, based on the work Ryan had earlier done in |
I opened up a PR to implement data tables: #310 |
Background
Datatables is a new openrewrite structure to produce tabular content. However, this is not consumable outside of the Moderne SaaS. This creates confusion in the community when they try to run those recipes and no results are generated.
Acceptance Criteria
The plugin produces a CSV with the datatables content.
The text was updated successfully, but these errors were encountered: