{"id":6140,"date":"2025-04-25T09:40:09","date_gmt":"2025-04-25T13:40:09","guid":{"rendered":"https:\/\/solutionsreview.com\/data-integration\/?p=6140"},"modified":"2025-05-16T13:00:53","modified_gmt":"2025-05-16T17:00:53","slug":"the-great-debate-will-ai-help-or-hinder-data-engineering-roles","status":"publish","type":"post","link":"https:\/\/solutionsreview.com\/data-integration\/the-great-debate-will-ai-help-or-hinder-data-engineering-roles\/","title":{"rendered":"The Great Debate: Will AI Help or Hinder Data Engineering Roles?"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-6149\" src=\"https:\/\/solutionsreview.com\/data-integration\/files\/2025\/04\/Data-Integration-2.jpg\" alt=\"\" width=\"800\" height=\"400\" srcset=\"https:\/\/solutionsreview.com\/data-integration\/files\/2025\/04\/Data-Integration-2.jpg 800w, https:\/\/solutionsreview.com\/data-integration\/files\/2025\/04\/Data-Integration-2-300x150.jpg 300w, https:\/\/solutionsreview.com\/data-integration\/files\/2025\/04\/Data-Integration-2-768x384.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/p>\n<p style=\"text-align: justify;\"><em><strong>DataOps.live&#8217;s CTO Guy Adams offers commentary on the great debate on whether AI will help or hinder the data engineering role. <\/strong><\/em><em><strong>T<\/strong><\/em><em><strong><span class=\"ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak\" dir=\"ltr\">his article originally appeared in <a class=\"external\" href=\"https:\/\/insightjam.com\/share\/8qpQN88MnQiKPNXU?utm_source=manual\" target=\"_blank\" rel=\"noopener nofollow\">Insight Jam<\/a>, an enterprise IT community that enables human conversation on AI.<\/span><\/strong><\/em><\/p>\n<p id=\"isPasted\" style=\"text-align: justify;\"><a href=\"https:\/\/insightjam.com\/share\/8qpQN88MnQiKPNXU?utm_source=manual\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-5742 alignleft\" src=\"https:\/\/solutionsreview.com\/security-information-event-management\/files\/2025\/03\/Insight-Jam-Logo-2025-Square.png\" alt=\"\" width=\"100\" height=\"100\" \/><\/a><\/p>\n<p style=\"text-align: justify;\">Most people think a software engineer\u2019s job is to develop software and, of course, it is. But what has always made a person an engineer is their drive to solve problems. The tools they use to solve those problems, on the other hand, have changed dramatically, abstracting away the complexity of carrying out the solutions engineers find.<\/p>\n<p style=\"text-align: justify;\">At the dawn of computing, engineering typically involved manipulating raw binary instructions\u2014a painstaking and tedious task. Today, engineers leverage generative AI tools to rapidly produce working code and automate repetitive tasks, freeing humans to solve more complex and impactful challenges.<\/p>\n<p style=\"text-align: justify;\">At every new leap in innovation, every abstraction, skeptics have confidently predicted the newest technology would only impact certain niche scenarios and could never be trusted. Time and again, these skeptics were proven wrong.<\/p>\n<p style=\"text-align: justify;\">Every time we\u2019ve increased abstraction, the skeptics were there with fictitious, but historically accurate<u>,<\/u>\u00a0uncertainties such as:<\/p>\n<ol start=\"1\" type=\"1\">\n<li><strong>Assembly to Early High-Level (FORTRAN\/COBOL):<\/strong>\u00a0\u201cAutomation sounds clever, but who would trust a compiler over meticulous human assembly? Assembly code will always be necessary to ensure true performance and reliability.\u201d<\/li>\n<li><strong>Structured Programming (C\/Pascal):<\/strong>\u00a0\u201cSure, structured programming is interesting academically\u2014but professionals won\u2019t put truly valuable software in the hands of these awkward languages.\u201d<\/li>\n<li><strong>Object-Oriented Programming (C++\/Java):\u00a0<\/strong>\u201cObject-oriented paradigms seem convoluted<u>.<\/u>\u00a0Maybe they\u2019re useful for GUI toys, but they\u2019ll never be suitable for robust enterprise software projects!\u201d<\/li>\n<li><strong>Dynamic\/Scripting languages (Python, JavaScript):<\/strong>\u00a0\u201cSure, scripting languages help in quick prototyping, but they\u2019re too slow, too inefficient, and will never be trusted for large, real-world production systems.\u201d<\/li>\n<li><strong>Frameworks and APIs (Django, Ruby on Rails, React):<\/strong>\u00a0\u201cFrameworks might suit hobbyist websites or small-scale apps, but good engineers wouldn\u2019t trust someone else\u2019s code to power significant apps.\u201d<\/li>\n<li><strong>Generative AI-assisted development (GitHub Copilot, ChatGPT):<\/strong>\u00a0\u201cAI-generated code suggestions might be cute for simple snippets or boilerplate, but we\u2019ll never trust it enough to handle critical programming tasks across the board!\u201d<\/li>\n<\/ol>\n<p style=\"text-align: justify;\">Yet all these predictions have proven categorically wrong. Once a new abstraction becomes sufficiently trustworthy, engineers swiftly, and almost entirely, stop worrying about what happens underneath.<\/p>\n<p style=\"text-align: justify;\">Consider today\u2019s scenario: no software engineer seriously checks if their compiled C code correctly translates to assembly language. Why bother when compilers reliably handle that flawlessly every time?<\/p>\n<h4><strong>The Productivity Paradox<u>\u00a0<\/u>and Why GenAI Is Already Winning at Certain Tasks\u00a0<\/strong><\/h4>\n<p style=\"text-align: justify;\">At first glance, it seems intuitive to believe vastly greater productivity might reduce the need for engineers. However, history demonstrates precisely the opposite effect. At every major productivity increase, we\u2019ve seen the global number of software engineers significantly increase\u2014not decrease.<\/p>\n<p style=\"text-align: justify;\">That&#8217;s for a few reasons. Increasing abstraction<strong>\u00a0<\/strong>lowers the barrier to entry, letting more people learn to program effectively. As more people are working \u2013 and tools become more effective \u2013 productivity increases, which leads to software products becoming viable for new use cases or previously untapped markets. In other words, more markets mean more demand. And that means more engineering jobs.<\/p>\n<p style=\"text-align: justify;\">So, while today\u2019s generative AI solutions genuinely excel over human engineers in several areas<u>,<\/u>\u00a0it&#8217;s not necessarily because they\u2019re significantly smarter, but rather because they\u2019re infinitely patient. Consider tedious tasks engineers traditionally dislike and how AI can help:<\/p>\n<ol start=\"1\" type=\"1\">\n<li><strong>Generating comprehensive unit tests:<\/strong>\u00a0Human engineers write fewer tests because they find it tedious. AI tools consistently generate reliable, comprehensive tests every single time.<\/li>\n<li><strong>Creating documentation:<\/strong>\u00a0Human-written code documentation is often rushed, incomplete, or neglected. AI, on the other hand, instantly and consistently generates clear, comprehensive descriptions of codebases.<\/li>\n<li><strong>Commenting &amp; reviewing merge requests:<\/strong>\u00a0Humans often overlook details in code reviews or skip certain comments. AI generates thorough, patient reviews and comments every single time.<\/li>\n<li><strong>Detailed data flow diagrams:<\/strong>\u00a0AI-generated documentation is comprehensive and patiently thorough, making diagrams humans frequently find tedious and time-consuming.<\/li>\n<\/ol>\n<p style=\"text-align: justify;\">As we know, good software engineers aren\u2019t fundamentally programmers tied to one language or toolset. They\u2019re \u201cproblem solving engineers\u201d first and foremost. They choose the best tools available, willingly and quickly changing programming languages and paradigms as easily as some change shoes when conditions or problems demand. Good engineers aren\u2019t Python engineers or SQL specialists.\u201d They\u2019re problem solvers who currently prefer Python or SQL.<\/p>\n<p style=\"text-align: justify;\">They\u2019re also eager to adopt innovative technologies precisely because they\u2019re eager to solve bigger, better, more meaningful problems. As a result, today\u2019s Python, JavaScript, or Go engineers will become proficient in totally different tools tomorrow as necessary.<\/p>\n<p style=\"text-align: justify;\">In other words, specific language technologies are temporary choices for good engineers. When something faster, simpler, more efficient, or more powerful arrives, good engineers joyfully adopt it and move forward.<\/p>\n<h4><strong>\u00a0<\/strong><strong>How to Build a Positive Engineering Future\u00a0<\/strong><\/h4>\n<p style=\"text-align: justify;\">Generative AI lifts engineers from the drudgery of documentation, testing, reviewing mundane pull requests, and other repetitive tasks we historically dislike\u2014but which AI handles patiently, accurately, and immediately. Moving forward, Generative AI\u2019s new productivity layer will once again enlarge\u2014not shrink\u2014engineering job opportunities, roles, and impact, continuing a century-long historical pattern.<u>\u00a0<\/u><\/p>\n<p style=\"text-align: justify;\">History clearly shows that abstraction improvements don\u2019t kill engineering jobs, they empower engineers to solve bigger and more complex problems. Generative AI isn\u2019t replacing software engineers; it\u2019s helping them spend time doing what they love most: solving problems. It\u2019s an engineer\u2019s paradise!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>DataOps.live&#8217;s CTO Guy Adams offers commentary on the great debate on whether AI will help or hinder the data engineering role. This article originally appeared in Insight Jam, an enterprise IT community that enables human conversation on AI. Most people think a software engineer\u2019s job is to develop software and, of course, it is. But [&hellip;]<\/p>\n","protected":false},"author":1284,"featured_media":6149,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[1],"tags":[1168,1167],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>The Great Debate: Will AI Help or Hinder Data Engineering Roles?<\/title>\n<meta name=\"description\" content=\"DataOps.live&#039;s CTO Dominic Sartorio offers commentary on the great debate on whether AI will help or hinder the data engineering role.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/solutionsreview.com\/data-integration\/the-great-debate-will-ai-help-or-hinder-data-engineering-roles\/\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Guy Adams\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/solutionsreview.com\/data-integration\/the-great-debate-will-ai-help-or-hinder-data-engineering-roles\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/solutionsreview.com\/data-integration\/the-great-debate-will-ai-help-or-hinder-data-engineering-roles\/\"},\"author\":{\"name\":\"Guy Adams\",\"@id\":\"https:\/\/solutionsreview.com\/data-integration\/#\/schema\/person\/b35eed67555532693eaabcdef084fc31\"},\"headline\":\"The Great Debate: Will AI Help or Hinder Data Engineering Roles?\",\"datePublished\":\"2025-04-25T13:40:09+00:00\",\"dateModified\":\"2025-05-16T17:00:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/solutionsreview.com\/data-integration\/the-great-debate-will-ai-help-or-hinder-data-engineering-roles\/\"},\"wordCount\":928,\"publisher\":{\"@id\":\"https:\/\/solutionsreview.com\/data-integration\/#organization\"},\"image\":{\"@id\":\"https:\/\/solutionsreview.com\/data-integration\/the-great-debate-will-ai-help-or-hinder-data-engineering-roles\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/solutionsreview.com\/data-integration\/files\/2025\/04\/Data-Integration-2.jpg\",\"keywords\":[\"DataOps.live\",\"Guy Adams\"],\"articleSection\":[\"Best Practices\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/solutionsreview.com\/data-integration\/the-great-debate-will-ai-help-or-hinder-data-engineering-roles\/\",\"url\":\"https:\/\/solutionsreview.com\/data-integration\/the-great-debate-will-ai-help-or-hinder-data-engineering-roles\/\",\"name\":\"The Great Debate: Will AI Help or Hinder Data Engineering Roles?\",\"isPartOf\":{\"@id\":\"https:\/\/solutionsreview.com\/data-integration\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/solutionsreview.com\/data-integration\/the-great-debate-will-ai-help-or-hinder-data-engineering-roles\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/solutionsreview.com\/data-integration\/the-great-debate-will-ai-help-or-hinder-data-engineering-roles\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/solutionsreview.com\/data-integration\/files\/2025\/04\/Data-Integration-2.jpg\",\"datePublished\":\"2025-04-25T13:40:09+00:00\",\"dateModified\":\"2025-05-16T17:00:53+00:00\",\"description\":\"DataOps.live's CTO Dominic Sartorio offers commentary on the great debate on whether AI will help or hinder the data engineering role.\",\"breadcrumb\":{\"@id\":\"https:\/\/solutionsreview.com\/data-integration\/the-great-debate-will-ai-help-or-hinder-data-engineering-roles\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/solutionsreview.com\/data-integration\/the-great-debate-will-ai-help-or-hinder-data-engineering-roles\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/solutionsreview.com\/data-integration\/the-great-debate-will-ai-help-or-hinder-data-engineering-roles\/#primaryimage\",\"url\":\"https:\/\/solutionsreview.com\/data-integration\/files\/2025\/04\/Data-Integration-2.jpg\",\"contentUrl\":\"https:\/\/solutionsreview.com\/data-integration\/files\/2025\/04\/Data-Integration-2.jpg\",\"width\":800,\"height\":400},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/solutionsreview.com\/data-integration\/the-great-debate-will-ai-help-or-hinder-data-engineering-roles\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/solutionsreview.com\/data-integration\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The Great Debate: Will AI Help or Hinder Data Engineering Roles?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/solutionsreview.com\/data-integration\/#website\",\"url\":\"https:\/\/solutionsreview.com\/data-integration\/\",\"name\":\"Data Integration Tools &amp; ETL Software | Solutions Review\",\"description\":\"Evaluating Enterprise ETL Tools, Cloud iPaaS &amp; Real-Time Data Streaming Platforms.\",\"publisher\":{\"@id\":\"https:\/\/solutionsreview.com\/data-integration\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/solutionsreview.com\/data-integration\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/solutionsreview.com\/data-integration\/#organization\",\"name\":\"Solutions Review\",\"url\":\"https:\/\/solutionsreview.com\/data-integration\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/solutionsreview.com\/data-integration\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/solutionsreview.com\/data-integration\/files\/2016\/02\/Solutions_Review_Header_Data_Integration_225.png\",\"contentUrl\":\"https:\/\/solutionsreview.com\/data-integration\/files\/2016\/02\/Solutions_Review_Header_Data_Integration_225.png\",\"width\":225,\"height\":90,\"caption\":\"Solutions Review\"},\"image\":{\"@id\":\"https:\/\/solutionsreview.com\/data-integration\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/solutionsreview.com\/data-integration\/#\/schema\/person\/b35eed67555532693eaabcdef084fc31\",\"name\":\"Guy Adams\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/solutionsreview.com\/data-integration\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/solutionsreview.com\/data-integration\/files\/2025\/04\/Guy-Adams-dataops.jpg\",\"contentUrl\":\"https:\/\/solutionsreview.com\/data-integration\/files\/2025\/04\/Guy-Adams-dataops.jpg\",\"caption\":\"Guy Adams\"},\"description\":\"Guy Adams is the co-founder and chief technology officer at DataOps.com, the Data Products company. Guy is also the co-founder of the truedataops.org movement. He is an experienced CTO and VP, who is passionate about DataOps. Guy has spent 20+ years leading software development organizations. In his current role, he brings the principles and business value from DevOps and CI\/CD to data.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/guydadams\/\"],\"url\":\"https:\/\/solutionsreview.com\/data-integration\/author\/gadams\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The Great Debate: Will AI Help or Hinder Data Engineering Roles?","description":"DataOps.live's CTO Dominic Sartorio offers commentary on the great debate on whether AI will help or hinder the data engineering role.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/solutionsreview.com\/data-integration\/the-great-debate-will-ai-help-or-hinder-data-engineering-roles\/","twitter_misc":{"Written by":"Guy Adams","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/solutionsreview.com\/data-integration\/the-great-debate-will-ai-help-or-hinder-data-engineering-roles\/#article","isPartOf":{"@id":"https:\/\/solutionsreview.com\/data-integration\/the-great-debate-will-ai-help-or-hinder-data-engineering-roles\/"},"author":{"name":"Guy Adams","@id":"https:\/\/solutionsreview.com\/data-integration\/#\/schema\/person\/b35eed67555532693eaabcdef084fc31"},"headline":"The Great Debate: Will AI Help or Hinder Data Engineering Roles?","datePublished":"2025-04-25T13:40:09+00:00","dateModified":"2025-05-16T17:00:53+00:00","mainEntityOfPage":{"@id":"https:\/\/solutionsreview.com\/data-integration\/the-great-debate-will-ai-help-or-hinder-data-engineering-roles\/"},"wordCount":928,"publisher":{"@id":"https:\/\/solutionsreview.com\/data-integration\/#organization"},"image":{"@id":"https:\/\/solutionsreview.com\/data-integration\/the-great-debate-will-ai-help-or-hinder-data-engineering-roles\/#primaryimage"},"thumbnailUrl":"https:\/\/solutionsreview.com\/data-integration\/files\/2025\/04\/Data-Integration-2.jpg","keywords":["DataOps.live","Guy Adams"],"articleSection":["Best Practices"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/solutionsreview.com\/data-integration\/the-great-debate-will-ai-help-or-hinder-data-engineering-roles\/","url":"https:\/\/solutionsreview.com\/data-integration\/the-great-debate-will-ai-help-or-hinder-data-engineering-roles\/","name":"The Great Debate: Will AI Help or Hinder Data Engineering Roles?","isPartOf":{"@id":"https:\/\/solutionsreview.com\/data-integration\/#website"},"primaryImageOfPage":{"@id":"https:\/\/solutionsreview.com\/data-integration\/the-great-debate-will-ai-help-or-hinder-data-engineering-roles\/#primaryimage"},"image":{"@id":"https:\/\/solutionsreview.com\/data-integration\/the-great-debate-will-ai-help-or-hinder-data-engineering-roles\/#primaryimage"},"thumbnailUrl":"https:\/\/solutionsreview.com\/data-integration\/files\/2025\/04\/Data-Integration-2.jpg","datePublished":"2025-04-25T13:40:09+00:00","dateModified":"2025-05-16T17:00:53+00:00","description":"DataOps.live's CTO Dominic Sartorio offers commentary on the great debate on whether AI will help or hinder the data engineering role.","breadcrumb":{"@id":"https:\/\/solutionsreview.com\/data-integration\/the-great-debate-will-ai-help-or-hinder-data-engineering-roles\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/solutionsreview.com\/data-integration\/the-great-debate-will-ai-help-or-hinder-data-engineering-roles\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/solutionsreview.com\/data-integration\/the-great-debate-will-ai-help-or-hinder-data-engineering-roles\/#primaryimage","url":"https:\/\/solutionsreview.com\/data-integration\/files\/2025\/04\/Data-Integration-2.jpg","contentUrl":"https:\/\/solutionsreview.com\/data-integration\/files\/2025\/04\/Data-Integration-2.jpg","width":800,"height":400},{"@type":"BreadcrumbList","@id":"https:\/\/solutionsreview.com\/data-integration\/the-great-debate-will-ai-help-or-hinder-data-engineering-roles\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/solutionsreview.com\/data-integration\/"},{"@type":"ListItem","position":2,"name":"The Great Debate: Will AI Help or Hinder Data Engineering Roles?"}]},{"@type":"WebSite","@id":"https:\/\/solutionsreview.com\/data-integration\/#website","url":"https:\/\/solutionsreview.com\/data-integration\/","name":"Data Integration Tools &amp; ETL Software | Solutions Review","description":"Evaluating Enterprise ETL Tools, Cloud iPaaS &amp; Real-Time Data Streaming Platforms.","publisher":{"@id":"https:\/\/solutionsreview.com\/data-integration\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/solutionsreview.com\/data-integration\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/solutionsreview.com\/data-integration\/#organization","name":"Solutions Review","url":"https:\/\/solutionsreview.com\/data-integration\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/solutionsreview.com\/data-integration\/#\/schema\/logo\/image\/","url":"https:\/\/solutionsreview.com\/data-integration\/files\/2016\/02\/Solutions_Review_Header_Data_Integration_225.png","contentUrl":"https:\/\/solutionsreview.com\/data-integration\/files\/2016\/02\/Solutions_Review_Header_Data_Integration_225.png","width":225,"height":90,"caption":"Solutions Review"},"image":{"@id":"https:\/\/solutionsreview.com\/data-integration\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/solutionsreview.com\/data-integration\/#\/schema\/person\/b35eed67555532693eaabcdef084fc31","name":"Guy Adams","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/solutionsreview.com\/data-integration\/#\/schema\/person\/image\/","url":"https:\/\/solutionsreview.com\/data-integration\/files\/2025\/04\/Guy-Adams-dataops.jpg","contentUrl":"https:\/\/solutionsreview.com\/data-integration\/files\/2025\/04\/Guy-Adams-dataops.jpg","caption":"Guy Adams"},"description":"Guy Adams is the co-founder and chief technology officer at DataOps.com, the Data Products company. Guy is also the co-founder of the truedataops.org movement. He is an experienced CTO and VP, who is passionate about DataOps. Guy has spent 20+ years leading software development organizations. In his current role, he brings the principles and business value from DevOps and CI\/CD to data.","sameAs":["https:\/\/www.linkedin.com\/in\/guydadams\/"],"url":"https:\/\/solutionsreview.com\/data-integration\/author\/gadams\/"}]}},"_links":{"self":[{"href":"https:\/\/solutionsreview.com\/data-integration\/wp-json\/wp\/v2\/posts\/6140"}],"collection":[{"href":"https:\/\/solutionsreview.com\/data-integration\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/solutionsreview.com\/data-integration\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/solutionsreview.com\/data-integration\/wp-json\/wp\/v2\/users\/1284"}],"replies":[{"embeddable":true,"href":"https:\/\/solutionsreview.com\/data-integration\/wp-json\/wp\/v2\/comments?post=6140"}],"version-history":[{"count":0,"href":"https:\/\/solutionsreview.com\/data-integration\/wp-json\/wp\/v2\/posts\/6140\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/solutionsreview.com\/data-integration\/wp-json\/wp\/v2\/media\/6149"}],"wp:attachment":[{"href":"https:\/\/solutionsreview.com\/data-integration\/wp-json\/wp\/v2\/media?parent=6140"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/solutionsreview.com\/data-integration\/wp-json\/wp\/v2\/categories?post=6140"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/solutionsreview.com\/data-integration\/wp-json\/wp\/v2\/tags?post=6140"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}