Replies: 2 comments 24 replies
-
There are multiple ways to automate it:
|
Beta Was this translation helpful? Give feedback.
-
@manjudr @anandp504 To verify, We have created the report called "Test Report for Auto Update" in staging on July 7th, till date report data has not been generated. We kindly request your assistance in resolving this issue. We are seeking a more streamlined and efficient solution to create all the required reports in a more automated and consolidated manner. |
Beta Was this translation helpful? Give feedback.
-
Hi,
As part of the 6.0 release, we are automating the creation of admin reports and program dashboard reports using a Python script. In the script, we make API calls to create backend and frontend configurations.
After running the script, in order to make the reports available, we need to execute the RunReportJob service in Jenkins. This service, accessible at http://10.20.0.14:8080/jenkins/job/Deploy/job/dev/job/DataPipeline/job/RunReportJob/, is responsible for executing the Druid query associated with the reports. It retrieves the query results and converts them into CSV and JSON formats. These output files are then pushed to the cloud storage.
Running the RunReportJob service ensures that the latest data is fetched and made available for generating the reports. Currently, we need to manually run this job for each report.
@manjudr @kumarks1122 @santhosh-tg @tsprasath
When we create a new report, we need to manually run it via Jenkins to create a cron entry.
Please let us know, how we do it if not via Jenkins
CC : @aks30 @vijiurs @adithyadinesh0412
Beta Was this translation helpful? Give feedback.
All reactions