jfmonteil / Pentaho-Google-Sheet-Plugin

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

Get Field Error in some case #6

Closed jfmonteil closed 4 years ago

jfmonteil commented 4 years ago

Problem Gsheet V4 ;)

400 Bad Request { "code" : 400, "errors" : [ { "domain" : "global", "message" : "Unable to parse range: SEIZE!A2:A0", "reason" : "badRequest" } ], "message" : "Unable to parse range: SEIZE!A2:A0", "status" : "INVALID_ARGUMENT" }

jfmonteil commented 4 years ago

GoogleSheet Input Step, to qualify with issuer, could not reproduce

jfmonteil commented 4 years ago

If the "number of samples lines to guess field types" is below 1 there is a problem, I should add a check there.

jfmonteil commented 4 years ago

Fixed