Solved

Could not publish a datamodel if TimeSeries is used in the graphql schema through the UI


If  publishing a datamodel with TimeSeries attributes defined(like below)in the UI, it will fail with an error message:

type Property {

  modelName: String

  value: TimeSeries

}

 

icon

Best answer by David Liu 1 March 2023, 13:37

View original

2 replies

Userlevel 4

Hi @Xiaofeng Wang ,

Sorry this feature is still work in progress at the moment, we will announce the release for support for TimeSeries the moment it is available. For now, as a work around, can you store the externalId as String field types for now?

Sorry for the inconvenience,

David

Thanks for the reply. Will use String type for now.

Reply