shivanandullagaddi opened a new issue, #6269:
URL: https://github.com/apache/hop/issues/6269
### What would you like to happen?
Apache Hop currently provides a convenient UI option “Export Metadata to
JSON” from the menu actions, which allows users to generate metadata.json files
directly from the Hop UI.
In a similar way, we would like to know if Apache Hop can support generating
pipeline execution configuration information via the UI, specifically the
details that are currently defined inside the
<pipeline_execution_configuration> section of a pipeline XML.
Example:
<pipeline_execution_configuration>
<!-- Must match an existing run configuration on your Hop server -->
<run_configuration>local</run_configuration>
<log_level>Basic</log_level>
<clear_log>Y</clear_log>
<safe_mode>N</safe_mode>
<gather_metrics>N</gather_metrics>
<variables>
<variable>
<name>HOP_PROJECT_NAME</name>
<value>default</value>
</variable>
</variables>
</pipeline_execution_configuration>
### Issue Priority
Priority: 3
### Issue Component
Component: Hop Gui
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]