jfmonteil / Pentaho-Google-Sheet-Plugin

Pentaho Google Sheet Plugin (API V4)
20 stars 17 forks source link

Metadata Injection issue #16

Open IchthysMaranatha opened 1 year ago

IchthysMaranatha commented 1 year ago

Hi, thank you very much for your work.

Metadata Injection doesn't seem to work, should this line have 'INPUT_FIELDS' instead? https://github.com/jfmonteil/Pentaho-Google-Sheet-Plugin/blob/65bb6401f88217be8929a645d91da848ef2ed44f/src/main/java/org/pentaho/di/trans/steps/pentahogooglesheets/PentahoGoogleSheetsPluginInputMeta.java#L101

IchthysMaranatha commented 1 year ago

When the above line is deleted, it works well. Sample fields are anyway not needed for injection, only for interactive 'get fields' Have put the lines this way after forking and it works https://github.com/IchthysMaranatha/Pentaho-Google-Sheet-Plugin/blob/1e4617d00df8ae3598e799220887a9813f7ed0eb/src/main/java/org/pentaho/di/trans/steps/pentahogooglesheets/PentahoGoogleSheetsPluginInputMeta.java#L103-L107 Binary plugin here https://github.com/IchthysMaranatha/Pentaho-Google-Sheet-Plugin/blob/master/delivery/PentahoGoogleSheetsPlugin-5-distribution.zip