|
|
9/27/2018 6:25:12 PM
Include reasons for finalizing an execution
- Improve status check: alert with error email if the flow status is anything else but SUCCEEDED
- Get rid of e.printStackTrace(), use logger instead
- Fix MailCreator argument name 'reasons' & remove unused args in interface
|
9/24/2018 3:58:10 PM
3.59.0
(#1963)
This reverts commit b70ee97.
Reportal has to work with internal version of presto JDBC instead of OSS version.
|
9/19/2018 10:17:33 PM
3.58.0
jdbc is required by presto reportal jobtype.
|
9/19/2018 9:46:24 PM
summary (#1958)
* Conditional workflow UI support - add condition in job info and flow summary.
* address comment
|
|
|
|
9/14/2018 6:58:49 PM
is synchronized, one thread might block all others from entering into this method when it's stuck fetching token. So it's important to prompt users about which step the job is stuck with.
|