Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Current Situation
- The job makes use of a "command" parameter or of the <script> content that contain the SQL script.
Desired Behavior
- In addition, the job should support use of a file. If a file path is specified with the "command" parameter or with the content of the <script> element, then the content of the referenced file will be used.
Test Instructions
- Test configuration:
- unzip the TEST-JITL-586.zip file to the $scheduler_data/config/live directory
- Test execution:
- run the 4 jobs contained in the $scheduler_data/config/live/
JITL-586folder- command parameter with SQL statement
- command parameter with a file path to a SQL script file
- <script> content with SQL statement
- <script> content with a file path to a SQL script file
- run the 4 jobs contained in the $scheduler_data/config/live/