Is Synapse workspace deployment task use only incremental mode ?

Siddharth Joshi 206 Reputation points
2023-02-28T10:37:57.2133333+00:00

Hi,

I want to know that Synapse workspace deployment task use only incremental mode by default with "validate & deploy" option because my requirement is incrementally but I haven't use "validate & deploy" Sofar but I got to know from other reference links that Synapse workspace deployment task use only incremental mode .

Can you please confirm on this ?

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,364 questions
{count} votes

Accepted answer
  1. BhargavaGunnam-MSFT 25,976 Reputation points Microsoft Employee
    2023-03-06T17:41:34.8833333+00:00

    Hello Siddharth Joshi,

    If my understanding is correct, you wanted to cherry-pick commits or selective publishing of resources from your feature branches to the collaboration branches.

    If this is correct, cherry-picking is not allowed. However, on rare occasions when you need selective publishing, consider using a hotfix.

    Please see the below document explained about the hotfix process.

    https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/data-factory/continuous-integration-delivery-hotfix-environment.md

    Video tutorial: https://www.microsoft.com/videoplayer/embed/RE4I7fi

    You can use Git collaboration feature to manage your pipelines from feature branches and control the changes that merge into the main branch.

    In general, all development and testing work will be done on the feature branches and merged into the main branch when ready for deployment. When we publish the changes to the main branch, it will only affect the changes in the main branch and will not affect any changes in other feature branches.

    You can create a pull request in the Git repository to merge from a feature branch to the main branch. This will allow you to review and approve the changes before they are merged into the main branch. You can also configure branch policies to enforce certain rules, such as requiring approval from a specific user or group before a pull request can be merged.

    User's image

    I hope this helps. Please let me know if you have any further questions.

    0 comments No comments

0 additional answers

Sort by: Most helpful