Certify Your Data Assets to Avoid Treating Your Data Engineers Like Catalogs

Written by barrmoses | Published 2022/06/15
Tech Story Tags: data-engineering | data-science | technology | data-quality | data-discovery | big-data | big-data-analytics | big-data-trends

TLDRSay it with me: data engineers are not a data catalog. You would be hard pressed to find “answering multiple Slack messages every week about which tables are good to use for this report,” in their job description, but it happens nonetheless. Data analysts aren’t psychic. Yet, they are often placed in the position of having to intuit if the data being piped is trustworthy. Data certification can help. Here's how it works. Step 1: Build out your data observability capabilities Step 2: Determine your data owners Step 3: Understand what "good" data looks like Step 4: Set clear SLAs for your most important data sets Step 5: Develop your communication and incident management processes Step 6: Determine a mechanism to tag the data as certified Step 7: Train your data team and downstream consumers via the TL;DR App

Say it with me: data engineers are not a data catalog.

You would be hard-pressed to find “answering multiple Slack messages every week about which tables are good to use for this report,” in their job description, but it happens nonetheless.

Data analysts aren’t psychic. Yet, they are often placed in the position of having to intuit if the data being piped is trustworthy.

This misalignment has arisen as data teams are pushed to move faster, weave themselves across the data mesh, and enable increasingly self-service data platforms.

It’s the data team’s equivalent of the classic document version control issues that have plagued knowledge workers for decades. What starts as a tight pitch deck evolves into:

  • A million people making and sharing ad-hoc slides;

  • Massaging content on those slides until it becomes an echo of its original intent; and

  • Creating copies labeled V6_Final_RealFinal.

The same thing happens across the data team. Everyone is trying to do the right thing (i.e., support your stakeholders, generate insights, pipe more data, etc.), but everyone is also moving fast.

One day you look up and notice you have 6 different models with slight variations essentially doing the same thing…and no one knows which one is most up-to-date or even which field to use.

This creates real operational problems downstream including:

  • Inefficient cycles of redundant “traffic control;”

  • Lower data quality;

  • Time spent resolving problems created by analysts using improper/problematic data;

  • Lower data trust across the organization; and

  • Increased data downtime

When you don’t trust your data or you have lower data reliability, organizations often pad the margins of error in their forecasts.

As highlighted by Peleton’s recent production halt, poor forecasting can be especially problematic during the pandemic when uncertainty across demand, supply chains, and the overall business environment is at an all-time high.

More data discovery, more problems

Data discovery is a new approach to understanding the health of your distributed data assets in real-time, and it’s an essential part of the solution.

Data discovery provides a domain-specific, dynamic understanding of your data based on how it’s being ingested, stored, aggregated, and used by a set of specific consumers.

As with a data catalog, governance standards and tooling are federated across these domains (allowing for greater accessibility and interoperability), but unlike a data catalog, data discovery surfaces a real-time understanding of the data’s current state as opposed to its ideal or “cataloged” state.

It is especially useful when teams take a distributed approach to governance that holds different data owners accountable for their data as products, which allows data-savvy users throughout the business to self-serve from those products.

But as data becomes more accessible, how can downstream stakeholders determine what data sets have been served, transformed, and approved by a given domain’s data team?

How can one domain be sure a common set of data quality standards, ownership, and communication processes are being upheld across the organization?

One of my customers, a leading media company with a mature data organization, was facing these exact questions. As a result, we have been working with them and several others to implement a data certification program.

What is data certification?

Data certification is the process by which data assets are approved for use across the organization after having met mutually agreed-upon SLAs, or service-level agreements,  for data quality, observability, ownership/accountability, issue resolution, and communication.

Similar to the concepts of data quality, data validation, or data verification, data certification layers on critical processes that align people, frameworks, and technology to central business policies.

Data certification requirements vary based on the needs of the business, the capacity of the data engineering team, and the availability of data, but typically incorporate the following features:

Data certification programs increase scalability by leveraging a consistent approach applied across multiple domains. They also increase efficiency by facilitating more trustworthy exchanges of information between domains with clear lines of communication.

Here’s how it works.

Step 1: Build out your data observability capabilities

Implementing data observability–an organization’s ability to fully understand the health of the data in their system–is an important first step in the data certification process.

Not only do you need insight into your current performance to set a baseline, but you also need a systemic end-to-end approach for proactive incident discovery, alerting, and triaging.

If anything within the pipeline breaks–and it will break–you will be the first to know. This head start, along with a detailed understanding of the data ecosystem, will reduce time to detection and resolution by pinpointing where errors occur.

Knowing what systems and data sets have a tendency to create the largest or most frequent problems downstream also helps inform the process of writing effective data SLAs (Step 4).

Additionally, understanding the upstream dependencies of your most important tables or reports helps data teams understand what data to give the most attention.

The bottom line is that a table or data set should be closely monitored for anomalies  (ideally continuously learning and evolving via machine learning) to be considered certified.

Step 2: Determine your data owners

Each certified data asset should have a responsible party across its lifecycle from the ingestion to the analytics layer.

Some data teams may choose to implement a RACI (responsible, accountable, consulted, informed) matrix, others may build it directly into the specific SLA along with the expected communication procedures and resolution times.

Step 3. Understand what “good” data looks like

By asking your business stakeholders the “who, what, when, where, and why,” you can understand what data quality means to them and which data is actually the most important.

This will enable you to develop key performance indicators such as:

  • Freshness:
    • Data will be refreshed by 7:00 am daily (great for cases where the CEO or other key executives are checking their dashboards at 7:30 am).

    • Data will never be older than X hours.

  • Distribution:
    • Column X will never be null.

    • Column Y will always be unique.

    • Field X will always be equal to or greater than field Y.

  • Volume:
    • Table X will never decrease in size.

  • Schema:
    • No fields will be deleted from this table.

  • Lineage:
    • 100% of the data populating table X will have upstream sources and downstream ingestors mapped and include relevant metadata.

  • Data downtime (or availability):
    • The number of incidents is multiplied by (the time to detection + time to resolution). An example of a data downtime SLA could be, table X will have less than Y hours of downtime a year.

    • SLAs that measure each of the components of data downtime can be more actionable. Examples include: we will reduce our incidents X%, time to detection X%, and time to resolution X%.

  • Query Speed:
    • Our friends at Locally Optimistic suggest: “Average query run time is a good place to start, but you may need to create a more nuanced metric (e.g., X% of queries finish in <Y seconds).

  • Ingestion (great for keeping external partners accountable):
    • Data will be received by 5 am each morning from partner Y.

This process also enables you to configure granular alerting rules tailored to what matters most to the business.

Step 4: Set clear SLAs for your most important data sets

Setting SLAs (service level agreements) for your data pipeline is a major step toward increasing your data reliability and is essential to a data certification program. SLAs need to be specific, measurable, and achievable.

Not only do SLAs describe an agreed-upon standard of service, but they also define the relationship between parties. In other words, they outline who is responsible for what during normal operations as well as when issues occur.

Brandon Beidel, a Senior Data Scientist with Red Ventures, suggests that an effective SLA is realistic. Simply saying “having reliable data at all times” is too vague to be useful; instead, Brandon suggests, that teams should set SLAs that are focused.

“Good SLAs are specific and detailed. They will describe why it’s important to the business, what the expectations are when those expectations need to be met, how they will be met, where the data lives, and who is impacted by it.”

Beidel includes within his SLAs how the team should respond if the SLA isn’t met.

For example, “the data in table X will be refreshed every day by 7:00 am” will transform into, “Team Z will ensure the data in table X will be refreshed every day by 7:00 am. Within 2 hours of an anomaly alert, the team will verify, communicate to affected parties, and begin a root cause analysis of the issue. Within one business day, a ticket will be created and the wider team will be updated on the progress made toward resolution.”

To achieve this level of specificity and organization, teams should align early – and often – with stakeholders to understand what good data looks like.

That includes within the data team as well as the business. A good SLA needs to be informed by the realities of how the business operates and how your users consume the data.

I take a slightly different approach and differentiate between what I consider the SLA of “table x will be updated by 7 am” and the SLO (Service Level Objective) of “we will aim to meet this SLA 99% of the time.”

However you decide to approach it, I’d recommend against boiling the ocean. Most of my customers are implementing their data certification programs as “go forward” first and cleaning up older assets in a second wave.

In fact, many of the best data teams will start certifying the most critical tables and data sets: the ones that add the most value to the business, have the most query activity, the number of users, or dependencies.

Some are also implementing tiers of certification–bronze, silver, gold–that convey different levels of service and support.

Step 5: Develop your communication and incident management processes

Where and how will alerts be sent to the team? How will the next steps and progress be communicated internally and externally?

While this may seem like table stakes, clear and transparent communication is essential to creating a culture of accountability.

Many teams opt to have alerts and incident triage discussions take place in Slack, PagerDuty or Microsoft Teams. This enables rapid coordination while giving full transparency to the wider team as part of a health incident management workflow.

It’s also important to consider how to communicate major outages to the rest of the organization.

For example, if an alert turns out to be a huge production outage, how does the on-call engineer inform the rest of the company? Where do they make that announcement and how frequently do they provide updates?

Step 6: Determine a mechanism to tag the data as certified

At this point, you have created SLAs with measurable objectives, transparent ownership, clear communication processes, and strong issue resolution expectations. You have the tools and proactive measures in place to empower your teams to be successful.

The final step is to certify and surface the approved data assets for your stakeholders.

I recommend decentralizing the certification process. After all, the certification process is designed to help make teams faster and more scalable. Having centralized regulations, enacted at the domain level will achieve these goals and avoid creating too much red tape.

For the certification process, data teams will tag, search and leverage their tables appropriately either using data discovery solutions, a home-grown tool, or some other form of data catalog.

Step 7: Train your data team and downstream consumers

Of course, just because tables are tagged as certified doesn’t guarantee analysts will stay inbound. The team will need to be trained in the proper procedures, which will need to be enforced as necessary.

Fine-tuning the level of alerts and communication is important as well.

Occasionally receiving alerts that don’t require action is healthy. For example, you may have a table that grows significantly in size, but it was expected because the team added a new data source.

Nothing is broken and in need of fixing, but it’s still helpful for the team to know. After all, “expected” behavior to one person might still be newsworthy and critical to another member of the team – or even another domain.

However, alert fatigue is real. If the team is starting to ignore alerts, it can be a sign to optimize your approach by either adjusting your monitors or bi-furcating communication channels to better surface the most important information.

When it comes to your data consumers, don’t be shy! You have put in an incredibly robust system for data quality aligned to their needs. Help them move from a subjective to objective understanding of how your team is performing and start giving them the vocabulary to be part of the solution.

It’s all about proactive communication

Data certification can be a beautiful process to see in action. The data engineer tags the table as certified along with the owner of the data set and surfaces it within the data warehouse for an analyst to grab it and use in their dashboard. And voila! No more (or at least, a whole lot less) data downtime.

At its core, this process underscores that without the proper processes and culture in place, certifying reliability and building organizational trust in your data is extremely difficult. Technology will never be a replacement for good data hygiene, but it certainly helps.


Also published here.


Written by barrmoses | CEO and co-founder of Monte Carlo. Proponent of data reliability and action movies.
Published by HackerNoon on 2022/06/15