Skip to main content
Answer

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

  • March 1, 2023
  • 2 replies
  • 94 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
Seasoned Practitioner
  • Seasoned Practitioner
  • Answer
  • 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


  • Author
  • Seasoned
  • March 1, 2023

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