You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We added a Field parameter to our tabular model to make it possible to slice on various columns, see sqlbi.com.
After this modification the deployment of the tabular model via the vsts-release-aas component fails with the following eror:
##[error]Not a valid model file. (Exception calling "DeserializeDatabase" with "1" argument(s): "Unrecognized JSON property: relatedColumnDetails. Check path 'model.tables[44].columns[0].relatedColumnDetails', line 1, position 844811.")
Deployment via TabularEditor works fine.
It looks like the extension can't handle the 'relatedColumnDetails' property.
Can you look into that?
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
We added a Field parameter to our tabular model to make it possible to slice on various columns, see sqlbi.com.
After this modification the deployment of the tabular model via the vsts-release-aas component fails with the following eror:
##[error]Not a valid model file. (Exception calling "DeserializeDatabase" with "1" argument(s): "Unrecognized JSON property: relatedColumnDetails. Check path 'model.tables[44].columns[0].relatedColumnDetails', line 1, position 844811.")
Deployment via TabularEditor works fine.
It looks like the extension can't handle the 'relatedColumnDetails' property.
Can you look into that?
The text was updated successfully, but these errors were encountered: