Checking multiple table existence in Pentaho

144 views Asked by At
1

There are 1 answers

0
t3b4n On

According to the screenshot you attached, you're trying to check the table name in a job entry. That only allows for either one static value or variable at the same time.

Instead of that, if you want to validate multiple tables use the transformation step "Table exists". Make sure to have a previous step to set a field containing the list of table names you want to validate.