Skip to content

Commit

Permalink
feat: add plugin icons for DB2 and AS400
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Apr 10, 2024
1 parent 1d97326 commit 3c9922d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions plugin-jdbc-as400/src/main/resources/icons/plugin-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions plugin-jdbc-db2/src/main/resources/icons/plugin-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 3c9922d

@BernardToure
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, for any reason trying to use io.kestra.plugin.jdbc.as400 is not recognize.
Only io.kestra.plugin.jdbc.db2 is accepted.
Though the Jdbc URLS are ddifferent between the twe version As400 vs db2.
The one in Db2 context is jdbc:db2://ip while in as400 its jdbc:as400://ip which are the right URLS.

I think that there're some remaining db2 references that should be renamed to as400.

Please sign in to comment.