Forum Discussion

tan_thiamhuat's avatar
tan_thiamhuat
Post Patron
1 year ago
Solved

Dataflow Gen 2 vs Dataflow Gen2 (CI/CD)

can I know the main differences between the above 2?
  • burakkaragoz's avatar
    1 year ago

    Hi tan_thiamhuat ,

     

    Just to add a bit more on top of what Cooksalador already shared — the CI/CD version of Dataflow Gen2 is really aimed at teams who want to treat their data pipelines like software projects. So if you're working in an environment where version control, automated testing, and deployment pipelines are a must, then the CI/CD flavor is what you’d go for.

    One thing I noticed when testing both is that the CI/CD version gives you more control over lifecycle management. You can push changes through environments (dev, test, prod) using Git branches, which is super helpful for governance and rollback scenarios.

    But yeah, if you're just building flows for ad-hoc or internal use without a full devops setup, the regular Gen2 might be simpler and faster to get going with.

    Hope that helps a bit more.

    If my response resolved your query, kindly mark it as the Accepted Solution to assist others. Additionally, I would be grateful for a 'Kudos' if you found my response helpful.