Forum Discussion
IanBasilioMMM
4 months agoRegular Visitor
Fabric SQL DB critical CI/CD sync issue
I have a SQL DB inside a fabric workspace and I am setting it up for CI/CD using GitHub. But any sync made via the repository fail when syncing to the workspace. Here are the steps I do: The SQ...
drew-sk
Microsoft Employee
4 months agohi IanBasilioMMM - this behavior is very unexpected, there shouldn't be a build error when no changes have been made since the code was synced - and modifying a query shouldn't cause that error either.
We'll need more diagnostic info to get to the root cause, so my suggestion is to open a support ticket -
https://learn.microsoft.com/en-us/power-bi/support/create-support-ticket
You can explore validating your SQL project locally by running "dotnet build" from the terminal in the folder, or by using the VS Code SQL projects extension to run build - but there's nothing in that sqlproj file that would fail the build.