Skip to content

mooreds/pentaho-kettle-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This contains Pentaho Kettle transforms and jobs to illustrate testing practices for this ETL tool.

Read the companion blog posts, starting at http://www.mooreds.com/wordpress/archives/995

Note that if you are running this on unix, you may need to convert the input files to dos format, using dos2unix.

You'll also want to set up a repository pointing to the repository subdirectory, in your .kettle/repositories.xml

<repository>    
<id>KettleFileRepository</id>
<name>testing</name> 
<description>Testing</description>
<base_directory>/path/to/your/repository/</base_directory>
<read_only>N</read_only>
<hides_hidden_files>N</hides_hidden_files>
</repository>  

About

Testing infrastructure for Pentaho Kettle/PDI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published