Current Setup:
In our current setup we have a single project in two folders - DEV and TEST in the same Pentaho solution repository. Each has its own database. We have passed the Data source connection as a parameter, so we change the database name in kettle.properties. Because of this we are not able work on DEV and TEST environment concurrently.
Expected:
I want to run my PENTAHO solution repository against DEV & QA environment on needed basis. Is there a way to connect any one of the connection dynamically without changing anything. Any other external configuration option is available?