We are using SSIS packages and SSAS tabular models for our Business Intelligence project and Azure DevOps is the CI/ CD environment. Our databases are in SQL server 2016 and using Visual Studio 2017 and SSDT tools for building pakages.
We can successfully build and release SSIS packages from Azure DevOps but when it comes to analysis service,Tabular models are failing when try to release even after successful build, due to the following error:
##[error]Task_InternalError The following exception occurred while retrieving member "SaveChanges": "Encountered an invalid type for a default value."
If anyone has encountered or resolved this issue, please share thoughts.