inquidia / PentahoSnowflakePlugin

Apache License 2.0
5 stars 10 forks source link

Date fields in snowflake incompatible with PDI #8

Closed CJamesDuo closed 7 years ago

CJamesDuo commented 7 years ago

There seems to be an issue with date fields in snowflake not being recognized in PDI. For table input steps I'm forced to convert to_timestamp(MY_DATE_FIELD) on all date field.

Sorry, I'm not a Java dev to be able to contribute.