Hi team,
I’m working on enabling the Kill Bill Analytics plugin and I have a question regarding which reports SQL files should be used for the latest released version of the plugin.
I noticed that reports exist in two different locations:
Master branch
https://github.com/killbill/killbill-analytics-plugin/tree/master/reports
Release-specific path (e.g. analytics-plugin-8.1.3)
https://github.com/killbill/killbill-analytics-plugin/tree/analytics-plugin-8.1.3/src/main/resources
There are noticeable differences between the reports in these locations.
After reviewing them, it looks like the reports on master are more recently updated, while the reports included in the release branch seem to have some issues.
My questions are:
For a given released version of the Analytics plugin, should we use the reports from the release tag/branch or from master?
Is the master/reports directory intended mainly for development or future plugin versions?
Are there any known compatibility or stability concerns if reports from master are used with a released plugin version?
Any guidance or recommended best practices would be greatly appreciated 🙏
Thanks in advance!
Ahmed