Skip to main content
Question

Hi mates! I am trying to load a data model, but I am getting thi error :The export failed: Data Type Time is not supported. I know tha data type time is not supported, but how I can replace it to ony have the time populating?Thks!

  • December 27, 2023
  • 1 reply
  • 7 views

Captura de pantalla 2023-12-27 123236

1 reply

You may have to convert to a datetime instead of strictly a time. Vertica will implicitly convert a date + time to datetime. So you may need a "dummy" date value, then just ignore that during your time-based calculations at PQL time.

 

implicit conversion