Hi everyone,
We are currently working with synapse and git for the workspaces.
We have the following problem after this sequence:
We have created a feature branch from main, let's call it ft_branch_01
We implemented a pipeline
We created a PR and then merged the feature branch with the main branch but we have not deleted the branch
Other developers also created new branches from main after that.
I applied some changes in the ft_branch_01 including renaming some datasets and data flows
Created again a PR and merged the changes
Tried to publish the main with the renamed objects and get the following error:
Error code: OK
Inner error code: DataFactoryResourceNotInRenamableState
Message: The Dataset DS__DWH in the workspace: {workspaceName} in subscription: {subscription ID} and resource group: {group name} cannot be renamed as new resource DS_DWH is not available or another operation is already in progress for this new resource. Current state: Succeeded
Nothing is currently running on the server and everyone stopped the debug sessions.
Any help will be appreciated.
BR. Paul