Skip to main content
Practitioner ⭐️
March 1, 2023
Solved

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

  • March 1, 2023
  • 2 replies
  • 138 views

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

}

 

Best answer by David Liu

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

2 replies

David Liu
Expert ⭐️⭐️⭐️⭐️
David LiuAnswer
Expert ⭐️⭐️⭐️⭐️
March 1, 2023

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

Practitioner ⭐️
March 1, 2023

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