liprec / vsts-release-aas

Repository for my Analysis Service Azure pipelines tasks related to Azure Analysis Service or Power BI Premium
Other
27 stars 28 forks source link

Add Support for Deployment of Field Parameters #123

Closed OlavRab closed 1 year ago

OlavRab commented 1 year ago

Hi, I've added field parameters trough the following Calculated Table:

image

I used a script from the Tabular Editor Builder: https://github.com/TabularEditor/TabularEditor3/issues/541#issuecomment-1129228481

But once I use your extention to deploy via DevOps, I get the following error:

2023-05-10T14:28:29.5843910Z ##[error]Not a valid model file. (Exception calling "DeserializeDatabase" with "1" argument(s): "Unrecognized JSON property: relatedColumnDetails. Check path 'model.tables[19].columns[0].relatedColumnDetails', line 1, position 335653.")

The Field Parameters Adds a new property to the model: "RelatedColumnDetails', apparently the extention does not yet understand this!

Thanks!

liprec commented 1 year ago

The latest version (v1.5.11) contains a change that should solve this issue.

OlavRab commented 1 year ago

Yes, it has been updated and works now. Thanks!

liprec commented 1 year ago

Thanks for the confirmation!