TabularEditor icon indicating copy to clipboard operation
TabularEditor copied to clipboard

"isDataTypeInferred" not showing up after saving to folder.

Open OlavRab opened this issue 3 years ago • 1 comments

I have created a model with the latest version of Tabular Editor and want to push it to my master branch. But since a couple of days, I get a lot of unwanted changes in columns. All of these columns seem to be missing the 'isDataTypeInferred' attribute in the serialized save. image

image

Is there a setting that I have to turn on in order for Tabular Editor to also save this attribute/setting to the 'Save to Folder'? Or is this a bug?

Application specifics

  • Tabular Editor 2.16.6
  • Semantic Engine used: Azure Analysis Services
  • Model Compatibility Level: 1500

Thanks in advance!

OlavRab avatar Apr 28 '22 07:04 OlavRab

Tabular Editor uses Microsoft's AMO/TOM client library to perform the serialization/deserialization of the model metadata to disk. Even when using "Save to folder", we simply split up the json data into separate files after AMO/TOM has serialized the model metadata into json. It seems that Microsoft may have changed this in the most recent version of TOM, such that the isDataTypeInferred property does not get saved, if the value is false. You could try ask the same question to https://github.com/microsoft/Analysis-Services

otykier avatar Apr 28 '22 17:04 otykier