mattcasters / pentaho-pdi-dataset

Set of PDI plugins to more easily work with data sets. We also want to provide unit testing capabilities through input data sets and golden data sets.
Apache License 2.0
30 stars 13 forks source link

Data Sets and Parameterized Connections #35

Closed OpenDataAlex closed 5 years ago

OpenDataAlex commented 5 years ago

I think I've found an issue with parameterized data connections. I'm testing this with the environments plugin, unit testing plugin, and needful-things plugin. When trying to Add Data Set and clicking on Get Metadata I receive an error: Error connecting to database: (using class org.postgresql.Driver) No suitable driver found for jdbc:postgresql://${host_name_par}:${port_par}/$database_name_par} . I am able to connect to this normally through Table input steps and the like.

OpenDataAlex commented 5 years ago

Apologies - forgot what version of PDI: 8.2 CE

mattcasters commented 5 years ago

Should be fixed Alex, re-open if you still have an issue.