Giter VIP home page Giter VIP logo

Comments (5)

liprec avatar liprec commented on August 20, 2024

The deploy task doesn't parse the input and therefor it doesn't determine dependency; the major reason behind that is the task doesn't need to know the JSON schema and will keep working if the schema is changed regarding dependency e.g.

If you need dependency, you have to build it yourself. Several options are:

  • Define order by prefixing the filenames, e.g. 01_
  • Combine sort order and change the parallel tasks in the advanced section to force a strict order
  • Create multiple steps to deploy the JSONs in the correct order

Currently I am thinking about to add multiple stages to the deploy task for easier maintenance.

-JP

from vsts-publish-adf.

stale avatar stale commented on August 20, 2024

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.

from vsts-publish-adf.

NowinskiK avatar NowinskiK commented on August 20, 2024

Jan, due to this limitation, I created Custom Task for Azure DevOps Pipeline from scratch which is free of such limitations: DataFactoryTools
Forgive me for pointing here to another tool, but I believe it's worth mentioning because many people struggling with the same issue, i.e. dependencies. IMHO, renaming objects is not the correct solution people should go towards.

from vsts-publish-adf.

liprec avatar liprec commented on August 20, 2024

The current version (v2.3.3) contains support for the detection of pipeline/linked service dependencies in combination of parallel task execution. You can add detectDependancy: true to your pipeline definition to enable the detection.

from vsts-publish-adf.

84salv84 avatar 84salv84 commented on August 20, 2024

activating "Detect object dependancy" in release pipeline, the error persists

from vsts-publish-adf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.