What's the most proper and best practice driven way of configuration my transformations?
In other words let's imagine I have a big ETL solution based on kettle that does stuff by connecting to different data source, I would like to store these data sources in a centralized location and have each transformation look it up everytime it needs to connect somewhere.
In SSIS there is package configuration what is the alternative that I have with pentaho?
Ps: I do not want to install any 3rd party framework.
Thank you