Hans Van Akelyen
Hans Van Akelyen
In my personal opinion the icons on the hops speak for themselves when the hops are disabled. We could bring this subject to the users mailing list and have more...
confirmed .take-issue
I see what's happening, and I'm inclined to fix it. But honestly I think getting an empty input_parameter is actually the correct result... Either you remove the parameter form the...
Thanks for the further investigation @enricomariam42 ! We have quite an extensive list of tests for variables/parameters which can be found [here](https://github.com/apache/hop/tree/master/integration-tests/parameters_and_variables). I think we will have to expand it...
The Mysql driver is not included in the image, you have to add it as described in the readme https://github.com/HiromuHota/pentaho-kettle/blob/webspoon-9.0/README.md
Hi, so the more recent versions of the mysql drivers no longer have the org.gjt.mm.mysql.Driver they changed it to com.mysql.cj.jdbc.Driver. so you either have to create a generic connection using...
This means the container can't access the database, the driver problem has been solved. If mysql is running on your local machine you will need to add port forwarding and...
you can add extra parameters that are added to the jdbc connection in the options tab of you connection.