{"id":8983,"date":"2021-06-16T13:56:34","date_gmt":"2021-06-16T12:56:34","guid":{"rendered":"https:\/\/ee.yelkdev.site\/?p=8983"},"modified":"2024-03-28T13:48:29","modified_gmt":"2024-03-28T13:48:29","slug":"five-more-practices-that-will-ensure-a-successful-data-pipeline-project","status":"publish","type":"post","link":"https:\/\/www.equalexperts.com\/blog\/our-thinking\/five-more-practices-that-will-ensure-a-successful-data-pipeline-project\/","title":{"rendered":"Five more practices that will ensure a successful data pipeline project"},"content":{"rendered":"<p><span style=\"font-weight: 400;\">Managing the flow of information from a source to the destination system forms an integral part of every enterprise looking to generate value from their data. <\/span><\/p>\n<p><span style=\"font-weight: 400;\">Data and analytics are critical to business operations, so it\u2019s important to engineer and deploy strong and maintainable data pipelines by following some essential practices.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">This means there\u2019s never been a better time to be a data engineer. According to <\/span><a href=\"http:\/\/marketing.dice.com\/pdf\/2020\/Dice_2020_Tech_Job_Report.pdf\"><span style=\"font-weight: 400;\">DICE&#8217;s 2020 Tech Job Report<\/span><\/a><span style=\"font-weight: 400;\">, Data Engineer is the fastest-growing job in 2019, growing by 50% YoY. Data Scientist is also up there on the list, growing by 32% YoY.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">But the parameters of the job are changing. Engineers now provide guidance on data strategy and pipeline optimisation and, as the sources and types of data become more complicated, engineers must know the latest practices to ensure increased profitability and growth.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">In our <\/span><a href=\"https:\/\/playbooks.equalexperts.com\/data-pipeline\"><span style=\"font-weight: 400;\">data pipeline playbook <\/span><\/a><span style=\"font-weight: 400;\">we have identified eleven practices to follow when creating a data pipeline. We touched on six of these practices in our <\/span><a href=\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/six-essential-practices-of-data-pipelines\/\"><span style=\"font-weight: 400;\">last blog post<\/span><\/a><span style=\"font-weight: 400;\">. Now we talk about the other five, including iteratively creating your data models as well as observing the pipeline.\u00a0 Applying these practices will allow you to integrate new data sources faster at a higher quality.<\/span><\/p>\n<p><b>About this series<\/b><\/p>\n<p><span style=\"font-weight: 400;\">This is part five in our six part series on the data pipeline, taken from our<\/span><a href=\"https:\/\/playbooks.equalexperts.com\/data-pipeline\"><span style=\"font-weight: 400;\"> latest playbook<\/span><\/a><span style=\"font-weight: 400;\">. First we looked at the basics, in <\/span><a href=\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/what-is-a-data-pipeline\/\"><span style=\"font-weight: 400;\">What is a data pipeline<\/span><\/a><span style=\"font-weight: 400;\">. Next we looked at the <\/span><a href=\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/what-are-the-benefits-of-data-pipelines\/\"><span style=\"font-weight: 400;\">six main benefits of an effective data pipeline<\/span><\/a><span style=\"font-weight: 400;\">. Next we considered the <\/span><a href=\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/six-must-have-key-principles-of-data-pipeline-projects\/\"><span style=\"font-weight: 400;\">\u201cmust have\u201d key principles of data pipeline projects <\/span><\/a><span style=\"font-weight: 400;\">\u00a0and in part four, we looked at the <\/span><a href=\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/six-essential-practices-of-data-pipelines\/\"><span style=\"font-weight: 400;\">six key practices needed for a data pipeline<\/span><\/a><span style=\"font-weight: 400;\">. Now we go into details of more of those practices, before finishing off our series in part six with a look at the many pitfalls you can encounter in a data pipeline project.\u00a0<\/span><\/p>\n<h2><b>Practice Seven: Observe the pipeline<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">Data sources can suddenly stop functioning for many reasons &#8211; unexpected changes to the format of the input data, an unanticipated rotation of secrets or change to access rights, or something happens in the middle of the pipeline that drops the data. This should be expected and means of observing the health of data flows should be implemented. Monitoring the data flows through the pipelines will help detect when failures have occurred and prevent adverse impacts. Useful tactics to apply include:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Measuring counts or other statistics of data going in and coming out at various points in the pipeline.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Implementing thresholds or anomaly detection on data volumes and alarms when they are triggered.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Viewing log graphs &#8211; use the shapes to tell you when data volumes have dropped unexpectedly.<\/span><\/li>\n<\/ul>\n<h2><b>Practice Eight: Data models are important and should be addressed iteratively<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">For data to be valuable to the end users (BI teams or data scientists), it has to be understandable at the point of use. In addition, analytics will almost always require the ability to merge data from sources. In our experience, many organisations do not suffer from big data as much as <\/span><b>complex<\/b><span style=\"font-weight: 400;\"> data &#8211; with many sources reporting similar or linked data &#8211; and a key challenge is to conform the data as a step before merging and aggregating it.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">All these challenges require a shared understanding of data entities and fields &#8211; and need some kind of data model to resolve to.\u00a0 If you ignore this data model at the start of the pipeline, you will have to address these needs later on.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">However, we do not recommend the development of an enterprise data model before data can be ingested into the system. Rather, starting with the needs of the data users in the initial use cases will lead you to a useful data model that can be iterated and developed over time.<\/span><\/p>\n<h2><b>Practice Nine: Apply master data\/reference data pragmatically to support merging<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">Most pipelines require data to be conformed not just to the schema but also against known entities such as organisational units, product lists, currencies, people, companies, and so forth. Ignoring this master data on ingestion will make it harder to merge data later on. However, master data management often becomes overwhelming and starts to seem as if the whole enterprise needs modelling. To avoid data analysis paralysis, we recommend starting from the initial use cases and iteratively building reference data and master data into the pipelines as they are needed.<\/span><\/p>\n<h2><b>Practice Ten: Use orchestration and workflow tools<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">Pipelines typically support complex data flows composed of several tasks. For all but the simplest pipelines, it is good practice to separate the dataflow from the code for the individual tasks. There are many tools that support this separation &#8211; usually in the form of Directed Acyclic Graphs (DAGs). In addition to supporting a clear isolate and reuse approach, and enabling continuous development through providing version control of the data flow, DAGs usually have a simple means of showing the data dependencies in a clear form, which is often useful in identifying bugs and optimising flows.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Depending on the environment and the nature and purpose of the pipeline, some tools we have found useful are:<\/span><\/p>\n<ul>\n<li><span style=\"font-weight: 400;\"> \u00a0 Apache Airflow<\/span><\/li>\n<li><span style=\"font-weight: 400;\"> \u00a0 dbt<\/span><\/li>\n<li><span style=\"font-weight: 400;\"> \u00a0 Argo Workflows<\/span><\/li>\n<li><span style=\"font-weight: 400;\"> \u00a0 DVC<\/span><\/li>\n<li><span style=\"font-weight: 400;\"> \u00a0 Dagster<\/span><\/li>\n<li><span style=\"font-weight: 400;\"> \u00a0 AWS Glue<\/span><\/li>\n<\/ul>\n<h2><b>Practice Eleven: Continuous testing<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">As with any continuous delivery development, a data pipeline needs to be continuously tested. However, data pipelines do face additional challenges such as:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">There are typically many more dependencies such as databases, data stores and data transfers from external sources, all of which make pipelines more fragile than application software &#8211; the pipes can break in many places. Many of these dependencies are complex in themselves and difficult to mock out.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Even individual stages of a data pipeline can take a long time to process &#8211; anything with big data may well take hours to run. Feedback time and iteration cycles can be substantially longer.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">In pipelines with Personally Identifiable Information (PII), PII data will only be available in the production environment. So how do you do your tests in development? You can use sample data which is PII-clean for development purposes. However, this will miss errors caused by unexpected data that is not in the development dataset, so you will also need to test within production environments &#8211; which can feel uncomfortable for many continuous delivery practitioners.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">In a big data environment, it will not be possible to test everything &#8211; volumes of data can be so large that you cannot expect to test against all of it.<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">We have used a variety of testing practices to overcome these challenges:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The extensive use of integration tests &#8211; providing mock-ups of critical interfaces or using smaller-scale databases with known data to give quick feedback on schemas, dependencies and data validation.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Implementing &#8216;development&#8217; pipelines in the production environment with isolated &#8216;development&#8217; clusters and namespaces. This brings testing to the production data, avoiding PII issues, and sophisticated data replication\/emulation across environments.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Statistics-based testing against sampled production data for smaller feedback loops on data quality checks.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Using infrastructure-as-code testing tools to test whether critical resources are in place and correct (see<\/span><a href=\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/testing-infrastructure-as-code-3-lessons-learnt\/\"> <span style=\"font-weight: 400;\">https:\/\/www.equalexperts.com\/blog\/our-thinking\/testing-infrastructure-as-code-3-lessons-learnt\/<\/span><\/a><span style=\"font-weight: 400;\"> for a discussion of some existing tools).<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Hopefully this gives a clearer overview of some of the essential practices needed to create an effective data pipeline. In the next blog post in this series, we finish our series by looking at the many pitfalls you can encounter in a data pipeline project. Until then, for more information on data pipelines in general, take a look at our <\/span><a href=\"https:\/\/playbooks.equalexperts.com\/data-pipeline\"><span style=\"font-weight: 400;\">Data Pipeline Playbook<\/span><span style=\"font-weight: 400;\">.<\/span><\/a><span style=\"font-weight: 400;\">\u00a0\u00a0<\/span><\/p>\n<p><b>Contact us!<\/b><\/p>\n<p><span style=\"font-weight: 400;\">If you\u2019d like us to share our experience of data pipelines with you, get in touch using the form below.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\n\t\t\t\t\t\t<script>\n\t\t\t\t\t\t\twindow.hsFormsOnReady = window.hsFormsOnReady || [];\n\t\t\t\t\t\t\twindow.hsFormsOnReady.push(()=>{\n\t\t\t\t\t\t\t\thbspt.forms.create({\n\t\t\t\t\t\t\t\t\tportalId: 7208712,\n\t\t\t\t\t\t\t\t\tformId: \"83acdf22-cf43-47ba-b91f-0428264b824a\",\n\t\t\t\t\t\t\t\t\ttarget: \"#hbspt-form-1758975908000-6435648354\",\n\t\t\t\t\t\t\t\t\tregion: \"eu1\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t})});\n\t\t\t\t\t\t<\/script>\n\t\t\t\t\t\t<div class=\"hbspt-form\" id=\"hbspt-form-1758975908000-6435648354\"><\/div><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Data and analytics are critical to business operations, so it\u2019s important to engineer and deploy strong and maintainable data pipelines. Here are some of the essential practices we recommend you follow to achieve this.<\/p>\n","protected":false},"author":168,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"content-type":"","inline_featured_image":false,"footnotes":""},"categories":[5],"tags":[188,187,186,192],"location":[397],"class_list":["post-8983","post","type-post","status-publish","format-standard","hentry","category-our-thinking","tag-data-engineering","tag-data-management","tag-data-pipelines","tag-data-pipelines-playbook"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v25.9) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Five more practices that will ensure a successful data pipeline project | Equal Experts<\/title>\n<meta name=\"description\" content=\"This article is perfect if you want to understand the practices you need to consider to manage the flow of information and generate value from data.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/five-more-practices-that-will-ensure-a-successful-data-pipeline-project\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Five more practices that will ensure a successful data pipeline project\" \/>\n<meta property=\"og:description\" content=\"Data and analytics are critical to business operations, so it\u2019s important to engineer and deploy strong and maintainable data pipelines. Here are some of the essential practices we recommend you follow to achieve this.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/five-more-practices-that-will-ensure-a-successful-data-pipeline-project\/\" \/>\n<meta property=\"og:site_name\" content=\"Equal Experts\" \/>\n<meta property=\"article:published_time\" content=\"2021-06-16T12:56:34+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-28T13:48:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2021\/04\/datapipeline_blog5_fb.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Paul Brabban\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Five more practices that will ensure a successful data pipeline project\" \/>\n<meta name=\"twitter:description\" content=\"Data and analytics are critical to business operations, so it\u2019s important to engineer and deploy strong and maintainable data pipelines. Here are some of the essential practices we recommend you follow to achieve this.\" \/>\n<meta name=\"twitter:creator\" content=\"@EqualExperts\" \/>\n<meta name=\"twitter:site\" content=\"@EqualExperts\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Paul Brabban\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/five-more-practices-that-will-ensure-a-successful-data-pipeline-project\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/five-more-practices-that-will-ensure-a-successful-data-pipeline-project\/\"},\"author\":{\"name\":\"Paul Brabban\",\"@id\":\"https:\/\/www.equalexperts.com\/#\/schema\/person\/ad309d5a8484849a75e1bdd9fe56878c\"},\"headline\":\"Five more practices that will ensure a successful data pipeline project\",\"datePublished\":\"2021-06-16T12:56:34+00:00\",\"dateModified\":\"2024-03-28T13:48:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/five-more-practices-that-will-ensure-a-successful-data-pipeline-project\/\"},\"wordCount\":1296,\"publisher\":{\"@id\":\"https:\/\/www.equalexperts.com\/#organization\"},\"keywords\":[\"data engineering\",\"data management\",\"data pipelines\",\"data pipelines playbook\"],\"articleSection\":[\"Our Thinking\"],\"inLanguage\":\"en-GB\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/five-more-practices-that-will-ensure-a-successful-data-pipeline-project\/\",\"url\":\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/five-more-practices-that-will-ensure-a-successful-data-pipeline-project\/\",\"name\":\"Five more practices that will ensure a successful data pipeline project | Equal Experts\",\"isPartOf\":{\"@id\":\"https:\/\/www.equalexperts.com\/#website\"},\"datePublished\":\"2021-06-16T12:56:34+00:00\",\"dateModified\":\"2024-03-28T13:48:29+00:00\",\"description\":\"This article is perfect if you want to understand the practices you need to consider to manage the flow of information and generate value from data.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/five-more-practices-that-will-ensure-a-successful-data-pipeline-project\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/five-more-practices-that-will-ensure-a-successful-data-pipeline-project\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/five-more-practices-that-will-ensure-a-successful-data-pipeline-project\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.equalexperts.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Five more practices that will ensure a successful data pipeline project\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.equalexperts.com\/#website\",\"url\":\"https:\/\/www.equalexperts.com\/\",\"name\":\"Equal Experts\",\"description\":\"Making Software. Better.\",\"publisher\":{\"@id\":\"https:\/\/www.equalexperts.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.equalexperts.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.equalexperts.com\/#organization\",\"name\":\"Equal Experts\",\"url\":\"https:\/\/www.equalexperts.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.equalexperts.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2018\/08\/Equal_Experts_Logo_CMYK_Colour.jpg\",\"contentUrl\":\"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2018\/08\/Equal_Experts_Logo_CMYK_Colour.jpg\",\"width\":719,\"height\":340,\"caption\":\"Equal Experts\"},\"image\":{\"@id\":\"https:\/\/www.equalexperts.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/EqualExperts\",\"https:\/\/www.linkedin.com\/company\/equal-experts\/?viewAsMember=true\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.equalexperts.com\/#\/schema\/person\/ad309d5a8484849a75e1bdd9fe56878c\",\"name\":\"Paul Brabban\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.equalexperts.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/a3520a00b97202664d60d70e71cb1aa5e1de19cd19a34f37d5622a973493db53?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/a3520a00b97202664d60d70e71cb1aa5e1de19cd19a34f37d5622a973493db53?s=96&d=mm&r=g\",\"caption\":\"Paul Brabban\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Five more practices that will ensure a successful data pipeline project | Equal Experts","description":"This article is perfect if you want to understand the practices you need to consider to manage the flow of information and generate value from data.","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:\/\/www.equalexperts.com\/blog\/our-thinking\/five-more-practices-that-will-ensure-a-successful-data-pipeline-project\/","og_locale":"en_GB","og_type":"article","og_title":"Five more practices that will ensure a successful data pipeline project","og_description":"Data and analytics are critical to business operations, so it\u2019s important to engineer and deploy strong and maintainable data pipelines. Here are some of the essential practices we recommend you follow to achieve this.","og_url":"https:\/\/www.equalexperts.com\/blog\/our-thinking\/five-more-practices-that-will-ensure-a-successful-data-pipeline-project\/","og_site_name":"Equal Experts","article_published_time":"2021-06-16T12:56:34+00:00","article_modified_time":"2024-03-28T13:48:29+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2021\/04\/datapipeline_blog5_fb.png","type":"image\/png"}],"author":"Paul Brabban","twitter_card":"summary_large_image","twitter_title":"Five more practices that will ensure a successful data pipeline project","twitter_description":"Data and analytics are critical to business operations, so it\u2019s important to engineer and deploy strong and maintainable data pipelines. Here are some of the essential practices we recommend you follow to achieve this.","twitter_creator":"@EqualExperts","twitter_site":"@EqualExperts","twitter_misc":{"Written by":"Paul Brabban","Estimated reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.equalexperts.com\/blog\/our-thinking\/five-more-practices-that-will-ensure-a-successful-data-pipeline-project\/#article","isPartOf":{"@id":"https:\/\/www.equalexperts.com\/blog\/our-thinking\/five-more-practices-that-will-ensure-a-successful-data-pipeline-project\/"},"author":{"name":"Paul Brabban","@id":"https:\/\/www.equalexperts.com\/#\/schema\/person\/ad309d5a8484849a75e1bdd9fe56878c"},"headline":"Five more practices that will ensure a successful data pipeline project","datePublished":"2021-06-16T12:56:34+00:00","dateModified":"2024-03-28T13:48:29+00:00","mainEntityOfPage":{"@id":"https:\/\/www.equalexperts.com\/blog\/our-thinking\/five-more-practices-that-will-ensure-a-successful-data-pipeline-project\/"},"wordCount":1296,"publisher":{"@id":"https:\/\/www.equalexperts.com\/#organization"},"keywords":["data engineering","data management","data pipelines","data pipelines playbook"],"articleSection":["Our Thinking"],"inLanguage":"en-GB"},{"@type":"WebPage","@id":"https:\/\/www.equalexperts.com\/blog\/our-thinking\/five-more-practices-that-will-ensure-a-successful-data-pipeline-project\/","url":"https:\/\/www.equalexperts.com\/blog\/our-thinking\/five-more-practices-that-will-ensure-a-successful-data-pipeline-project\/","name":"Five more practices that will ensure a successful data pipeline project | Equal Experts","isPartOf":{"@id":"https:\/\/www.equalexperts.com\/#website"},"datePublished":"2021-06-16T12:56:34+00:00","dateModified":"2024-03-28T13:48:29+00:00","description":"This article is perfect if you want to understand the practices you need to consider to manage the flow of information and generate value from data.","breadcrumb":{"@id":"https:\/\/www.equalexperts.com\/blog\/our-thinking\/five-more-practices-that-will-ensure-a-successful-data-pipeline-project\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.equalexperts.com\/blog\/our-thinking\/five-more-practices-that-will-ensure-a-successful-data-pipeline-project\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.equalexperts.com\/blog\/our-thinking\/five-more-practices-that-will-ensure-a-successful-data-pipeline-project\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.equalexperts.com\/"},{"@type":"ListItem","position":2,"name":"Five more practices that will ensure a successful data pipeline project"}]},{"@type":"WebSite","@id":"https:\/\/www.equalexperts.com\/#website","url":"https:\/\/www.equalexperts.com\/","name":"Equal Experts","description":"Making Software. Better.","publisher":{"@id":"https:\/\/www.equalexperts.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.equalexperts.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/www.equalexperts.com\/#organization","name":"Equal Experts","url":"https:\/\/www.equalexperts.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.equalexperts.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2018\/08\/Equal_Experts_Logo_CMYK_Colour.jpg","contentUrl":"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2018\/08\/Equal_Experts_Logo_CMYK_Colour.jpg","width":719,"height":340,"caption":"Equal Experts"},"image":{"@id":"https:\/\/www.equalexperts.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/EqualExperts","https:\/\/www.linkedin.com\/company\/equal-experts\/?viewAsMember=true"]},{"@type":"Person","@id":"https:\/\/www.equalexperts.com\/#\/schema\/person\/ad309d5a8484849a75e1bdd9fe56878c","name":"Paul Brabban","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.equalexperts.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/a3520a00b97202664d60d70e71cb1aa5e1de19cd19a34f37d5622a973493db53?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a3520a00b97202664d60d70e71cb1aa5e1de19cd19a34f37d5622a973493db53?s=96&d=mm&r=g","caption":"Paul Brabban"}}]}},"_links":{"self":[{"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/posts\/8983","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/users\/168"}],"replies":[{"embeddable":true,"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/comments?post=8983"}],"version-history":[{"count":0,"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/posts\/8983\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/media?parent=8983"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/categories?post=8983"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/tags?post=8983"},{"taxonomy":"location","embeddable":true,"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/location?post=8983"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}