Cover of the DataKitchen DataOps Observability: Technical Product Overview white paper

White Paper

DataKitchen DataOps Observability: Technical Product Overview

Mission control for every data journey — component types, event types, integration methods, the rules engine, and the architecture underneath.

The technical anatomy of DataOps Observability: the four data journey component types, the five event types the Event Ingestion API accepts, the three ways to publish events, the rules engine, and the SaaS architecture behind it.

Chris Bergh Published Updated

Key takeaways

  • DataOps Observability ingests events from the tools and infrastructure already in a data estate — pipeline or tool start, end time, current state, infrastructure status, log events, and data quality test results — associates each event with a specific data journey instance, and uses a rules engine to compare it against expectations.
  • Data journey components come in four types: batch pipeline (an Apache Airflow DAG), streaming pipeline (an event process enabled by Apache Kafka), dataset (an Amazon Redshift table or a folder in an Amazon S3 bucket), and server (an Amazon EC2 instance running Airflow jobs). Every event the system receives or creates is associated with a component.
  • The Event Ingestion API accepts five event types: Run Status and Schedule, Message Log, Metric Log, Test Outcomes, and Dataset Operation. Event data reflects the state, actions, and quality of pipelines and tools, not the data those tools act upon.
  • There are three ways to publish events: a DataKitchen integration agent, direct requests to the Event Ingestion API, or a client SDK generated by Swagger Codegen. DataKitchen maintains a Python client library and commits to a 15-business-day SLA for delivering new or updated connectors to commercial tools in a customer's toolchain.
  • The Event Ingestion API is a set of POST-only endpoints. Each event must arrive with a valid service account key and a data schema valid for the specified event type.
  • The architecture splits three ways: customer infrastructure sends events from local tools directly or via an agent; base infrastructure runs the Event Ingestion API, validations, and the Events Store; and the Observability application runs the pipeline run manager, the rules engine, the API, and the UI. Initial releases were SaaS-only.
  • Data observability tools test data in the database or data store, and IT observability and logging tools watch servers and networks. DataOps Observability produces source-to-consumer data journeys and can correlate the events and logs those tools emit into a single view.

Mission Control for Every Data Journey

DataKitchen’s DataOps Observability provides visibility across your data operations so you can see how everything performs in real time, respond quickly to problems, and make improvements. The application monitors every data journey from data source to customer value, from any development environment to production, across every tool, team, environment, and customer.

DataOps Observability ingests events from your data journey tools and infrastructure. Events include pipeline or tool start, end time, current state, infrastructure status, log events, and data quality test results. It associates those events with a specific data journey instance, then uses a rules engine to compare them against expectations and determines if any events meet predefined conditions to trigger actions, such as alerts, new events, or tests. These details are displayed as data journeys in the application.

DataOps Observability provides data teams with critical features and benefits.

  • Data journeys allow monitoring of every data process from source to customer value.
  • Production expectations featuring data, tool, and infrastructure testing reduce embarrassing errors to zero, making root cause analysis possible.
  • Real-time alerting and immediate responses to failures mean quick fixes before harmful code reaches production or bad data reaches your customer.
  • Testing development tools and data increases the delivery rate and lowers the risk of deploying new analytic insights.
  • An intuitive, role-based user interface allows all stakeholders, from developers to customers, to be on the same page.
  • Off-the-shelf connections and an OpenAPI enable fast implementations without replacing your existing tools or changes to existing pipelines.
  • Event storage and historical dashboards enable you to catch negative trends early and track improvements.

Understand Your DataOps Issues

If you work in a data-related field, you already know there are problems in your data processes and problems across the industry that still need to be fully resolved. The cost of continually implementing temporary fixes to these problems is far greater than implementing a DataOps Observability solution.

Poor data quality: A “hope and pray” culture is common. Data teams never know if their tooling or integrations will break and end up “firefighting” when things inevitably go wrong. It’s embarrassing — and potentially costly — when customers find and report data issues the data team should have noticed.

Lack of visibility: With thousands of data journeys running and hundreds of tools supporting them, it is challenging to know if your entire data estate is working correctly at any given time. You can’t answer basic questions about the status of your production processes. And your teams and stakeholders have yet to share a common context about what’s happening.

Work disruptions: Daily work is interrupted to find and fix errors, resulting in delayed features, innovations, and customer deliveries.

Team frustration: Data engineers feel pressure and leave their jobs for more productive environments or careers.

DataOps Observability gives you the tools to minimize or resolve these issues. It offers visibility across your operations so you can see, in real time, how everything is going. The case for that visibility — the errors, the survey numbers, and the anatomy of a data journey — is the subject of the companion paper, DataOps Observability: Taming Chaos. This paper is about the product that implements it.

Essential Product Features

The DataOps Observability system ingests events from the tools and assets in your data estate. It correlates and filters this information to display and alert you to the status of your operations and the problem areas that require action. Observability can trigger pre-defined responses, such as sending events to a pipeline, running tests, or generating tickets in a system like ServiceNow.

The following product features and capabilities in the Observability product can help resolve your DataOps issues.

Complete Data Journey Observability

You need visibility across the breadth and depth of your data estate. Observability can monitor every step in — and relationship among — multiple data journeys (representations of groups of related pipelines), even crossing organizational boundaries. And it can track execution up and down any complex stack of jobs, tools, and data in each pipeline.

Two panels. Left, a diagram of four linked data journeys; one is labelled DATA JOURNEY: Problem Location and expands into PROD PIPELINE A with rows beneath it for JOBS (Apache Airflow, cron, PUSH), TOOLS (Snowflake, Alteryx, SQL Server, Jupyter, Python, Tableau) and DATA (FTP files, S3 buckets, DB tables, Python model, Tableau extracts, Tableau reports), with red arrows tracing an error from a pipeline step down to the failing DB table. Right, the Observability journey map for Sales Tableau Reporting, showing a chain of components — Multi-hop Transform Stream, Airflow Reporting Build, Python Create Star Schema, Manual Tableau Refresh — plus panels listing datasets and servers.
Monitor activity across your data estate and drill down to transaction details. The journey on the left is the mental model; the screen on the right is what the product actually stores and renders.

Data Journey Components Represent Your Data Estate

Components represent the resources, engines, and tools you use daily to deliver data analytic assets. Components can include batch pipeline runs executed by orchestrators, streaming pipelines in event-driven systems, datasets like database tables and files, and storage or computing infrastructure. Observability can integrate with any technology you use now or in the future.

Every event the system receives or creates is associated with a specific component.

Component typeDefinitionExample
Batch pipelineA batch, or finite, tool for data engineering.An Apache Airflow DAG.
Streaming pipelineA stream of event data.An event-based process enabled by, for example, Apache Kafka.
DatasetA specific collection of data.An Amazon Redshift table or a folder in an Amazon S3 bucket.
ServerStorage or computing infrastructure.An Amazon EC2 server running Airflow jobs.

Data Journey Projects

Different teams and projects can manage many data journeys in an organization. DataOps Observability groups all data journeys into a Project for simplifying and sharing your data journey information.

Capturing Data Journey Events

DataOps Observability collects event data through its API. Its events cover the significant activities of your data estate. Event data reflect the state, actions, and quality of your pipelines and data tools, not the data those tools act upon.

Event typeDescription
Run Status & ScheduleDescribes a change in status (running, completed, completed with warnings, failed) for a specified batch pipeline run.
Message LogLogs a string message related to the pipeline and optionally related to a specific task. Logs capture failure, warning, or debugging messages from external tools and scripts.
Metric LogCaptures the value of a user-defined datum of interest, such as a row count, cost, or CPU percentage. Used for tracking a metric through a run or comparing it across multiple runs.
Test OutcomesDescribes the results of a test or a set of tests executed on an external testing tool, such as DataKitchen’s DataOps TestGen.
Dataset OperationReports a read or write operation on a specified dataset component.

Data Journey Expectations and Alerts

You can define your production expectations to reduce embarrassing errors to zero. You can measure the variances during and after each run by establishing baselines — concrete expectations for run schedules and durations, data quality, and dependencies.

Two panels. Left, the Observability Rules tab for the Sales Tableau Reporting journey, listing rules such as 'For any pipeline, when start time is delayed by 30 mins — set error alert on journey, send email', 'For Multi-hop Transform Stream, when count of events < 10 — set warning alert', and 'For any server, when disk_usage > 0.8 — send Slack message to #devops-support'. Right, two pipeline diagrams stacked: Expectations, showing PROD PIPELINE A and B with timestamps and green checkmarks against Access, Transform, Model, Visualize, Govern and Deliver steps, listing expected behaviors as schedule, durations, dependencies and quality; and Reality, showing the same pipelines with red crosses, a LATE arrow, an ERRORS arrow and later timestamps, listing real behavior variances as late starts, process failures, long runs, data errors and broken data flow.
Set baseline expectations in Observability, then view the variances with each run. Expectation minus reality is the whole product in one subtraction.

Additionally, DataOps Observability accepts log scraping data from other tools and can consolidate real-time and logged events into critical alerts.

Event Engine to Apply Rules and Actions

The event information that Observability captures can invariably be a lot of data for someone to monitor and sift through. The DataKitchen product includes an event engine that can react to what’s happening in the journeys and cut down the signal-to-noise ratio.

Given a set of rules, the event engine can trigger notifications through email, Slack, and other services, send alerts to your operations people, issue commands to start or end pipeline runs and prompt other actions when the difference between expected results and actual runs exceeds your tolerance thresholds.

The Observability rule editor for a pipeline named qa-pipeline, on the Rules tab. An existing rule reads 'When task status is Completed, send email to user123@company.com'. An open edit panel sets When to 'Task status is', Task Status to 'Error', and a comma-separated Send email to field containing a user address and a Slack channel email address, with Cancel and Save actions.
Define rules for when a task or run does not meet expectations. A rule is a condition, a scope, and an action — nothing more exotic than that.

Rule examples

  • When test status is passed for any component in the journey, then send an email to <email address one>, <email address two>.
  • When the log matches level = any and the message contains ^This exact message only$, for <a specific batch pipeline>, send a webhook request to <URL>, then specify the payload and, optionally, the headers.
  • When metric matches key = <key> and value = <value> for <a specific dataset>, then send an email to <email address>.
  • When the run has an alert of type Late Start or Late End for any component in the journey, send a webhook request to <URL>, then specify the payload and, optionally, the headers.
  • For more examples, see the documentation.

Development Data and Tool Testing

You can catch and fix errors in production and during development by implementing development data and tool testing. The downstream effects are increased delivery rates and reduced risk of deploying new insights.

Two panels. Left, a Dev to System Test/QA to Prod flow labelled 'A CI/CD Process (Jenkins)', opening out into a set of development tools — Apache Airflow, Jupyter, a laptop, Tableau — above two screenshots, with a red callout reading 'See the end-to-end view' pointing at a graph of pipeline nodes. Right, the Observability run details for Demo_Monitor_Node.Utilities on the Events tab, listing timestamped events: Close Run, four Test Result rows with pass and fail bars, two Message Log rows flagged Error, and several Task Status rows marked Completed.
Monitor development pipelines and tools to catch errors before they reach production. The same event stream that watches production watches the CI/CD path into it.

Observability enables you to watch the schedule and duration of your runs. Still, more importantly, you can check that the contents of your pipelines — the data, the models, the integrations, the reports, and the outputs your customers see — are as accurate, complete, and up to date as expected. With Observability, you can implement automated tests the product consumes as events.

Tests that evaluate your data and its artifacts check data inputs, transformation results, model predictions, and report consistency. They range from typical software development tests (unit, functional, regression tests, and so on) to custom data tests (location balance, historical balance, data conformity, data consistency, business logic tests, and statistical process control). These tests can be developed and executed via any method, including frameworks like DataKitchen’s TestGen or dbt.

Event Storage for Diagnosis and Historical Analysis

With Observability, you get real-time details and a store of run data over time. Use this information to diagnose problems and surface trends for statistical process control analysis.

An Observability Data Quality dashboard. A 'Test Results this Week' card shows tiles for 964 Total, 834 Passed, 54 Critical, 103 Warning and 23 Log. A 'Critical Failures this Week' card shows a donut with 54 total, broken down as 43 Home Office Reports at 80%, 10 Daily Build at 19% and 1 Sales Reporting at 1.85%. Below, a 'Test Results per Day' stacked area chart over seven days and a 'Test Results this Week (Grouped)' bar chart by report.
Use historical data to diagnose errors and catch negative trends. One week of test results is a dashboard; a year of them is a control chart.

Success is not just about knowing what happens during the operation; it’s also about what happens after the process. By storing run data, Observability allows your analysts to look at variances from a historical perspective and make adjustments. Finding trends and patterns can help your team optimize your data pipelines and predict and prevent future problems.

With this information, you can create historical dashboards to simplify root-cause diagnosis and enable your teams to locate the sources of issues quickly.

Role-Based User Interface for Everyone

Easy to understand and navigate, your DataOps Observability tenant is designed to be accessible to all. The user interface allows everyone on the team — IT, managers, data engineers, scientists, analysts, and your business customer — to be on the same page. And quite literally, too. Use the unique URLs the system generates to quickly share specific data, save significant instances, and bookmark events for future insight.

The Observability Company Home screen. A summary row counts organizations, projects and journeys alongside completed, warning, error, running and upcoming totals. Below, a grid of journey rows per organization, each a horizontal strip of small green, yellow, red and blue squares showing run outcomes over time. Panels at the bottom list recent Projects and a Latest Activity feed of timestamped changes.
View your pipeline runs in real time and address problems quickly. Every coloured square is one run, which is what makes a thousand pipelines legible on one screen.

Different audiences need different cuts of the same events, which is why personalized views for data consumers matter as much as the engineer’s view of a failing task.

Data Toolchain Integrations with Observability

Tool Integrations with OpenAPI

Pre-built integrations and an OpenAPI specification (OAS) enable quick integrations without replacing existing tools. You can start transmitting events to and receiving commands from Observability right away.

Integrating your infrastructure and tools with the Observability system lets you publish event information to the system’s REST API. As Observability ingests those events, it translates, collates, and displays the critical event information you need to see.

DataKitchen recommends three methods for publishing events to Observability’s Event Ingestion API: (1) use the DataKitchen integration agent to request events from your resources — DataKitchen provides a growing list of off-the-shelf agents for many of the most popular data tools available today, and a 15-business-day SLA for delivering new or updated connectors to commercial tools in your data estate; (2) post events directly to the API; (3) publish via a client SDK generated by Swagger Codegen.

The Event Ingestion API can auto-generate client SDKs for interacting with the API. See Swagger Codegen for more details. Following this process, DataKitchen developed a client library in Python available for you to use for your integrations.

Publishing methodImplementation detailsBest for
Observability agentObserved components expose or publish events in a way that an agent can forward to Observability. DataKitchen provides ready-made agents for many everyday data science and data tools.A large number of resources being observed, where augmenting each one to send events is prohibitive.
Direct API requestsThe observed resource publishes events directly to the Event Ingestion API.A small number of resources that are easy to augment to publish events.
API requests via client SDKThe observed resource publishes events via a client library generated by Swagger Codegen in the user’s programming language of choice.A small number of resources that are easy to augment to publish events.

DataKitchen offers three methods to publish events; agents may be the most straightforward. The current list of off-the-shelf agents is in the Observability integration documentation.

Integration with DataKitchen’s DataOps TestGen and DataOps Automation Products

DataOps TestGen is a simple way to create and execute data quality validation tests against data in your databases. By profiling your data and automatically generating a standard set of validations, TestGen eliminates the need to write custom tests for many scenarios. When more custom tests are required, DataOps Automation provides a framework for building and executing complex tool, model, and API-level tests. Both products automatically forward test results to DataOps Observability.

Diagram titled DataKitchen Product Architecture: DataOps Observability and DataOps Automation. On the left, a green DataOps Observability block labelled 'Mission Control' with an eye icon, annotated REST API, SaaS Service, Off the shelf integrations. On the right, a purple 'Your Cloud/Prem' block containing DataOps Automation 'Test and Fix' running on Kubernetes, a Data and Tools box with database cylinders, and an 'Other test engine, tool or script' box. Three dashed arrows run right to left into Observability, labelled events from any tool or data store, test results and run metadata, and test results and run metadata from any test tool or language.
Observability is mission control; Automation is test-and-fix. Anything that can emit a test result — TestGen, Automation, or a script of your own — feeds the same view.

TIP

DataOps TestGen is open source and free to run against your own database. Install Open Source TestGen and its test results can be forwarded to Observability as Test Outcomes events.

DataOps Observability Architecture

Initial releases of Observability are limited to SaaS offerings only. Future releases will include self-hosted implementations and additional capabilities.

Architecture diagram with two regions. The green DataKitchen SaaS Infrastructure region contains an Event Ingestion API feeding a validations step, an Events Store, an Email Service, and a dashed Observability box holding Run Manager, Rules Engine, Entities Store, Observability API, Observability UI and Scheduler. The blue Customer Infrastructure region contains Event in Tool, a DataKitchen Agent, an Agent Store, an Agent Interface, and Action in Tool, Alert and Auth Provider boxes. Arrows show events flowing from the customer side into the Event Ingestion API, and alerts, actions and authentication flowing back out.
Three tiers, one direction of travel: events flow in from the customer's tools, and alerts and actions flow back out. Nothing pulls the data itself across the boundary.
  • Customer infrastructure: Sends events from local tools to the Event Ingestion API directly or via an agent. May receive alerts and take actions based on pipeline task settings and run states.
  • Base infrastructure: Collects events via the agent and sends them through the Event Ingestion API and a series of validations into an Events Store.
  • Observability application: The pipeline run manager creates runs, manages tasks, sets run states as they occur, and sends run events to the Rules Engine for evaluation. The Observability API and Observability UI authenticate users and display pipeline run information.

Secure Infrastructure

DataKitchen leverages the most sophisticated automation, scaling, cloud security, and authentication technologies for its DataOps Observability offering. The result is a secure and resilient service, giving you the confidence to monitor your most sensitive and complex data workloads with DataKitchen.

DataKitchen’s cloud infrastructure includes features such as end-to-end encryption for data in transit and at rest, built-in redundancies, and high availability. It is subject to regular vulnerability assessments and penetration tests.

Event Ingestion API

The Event Ingestion API is a set of POST-only endpoints for receiving events from external tools, scripts, or DataKitchen’s integration agent. It checks that each event is sent with a valid service account key and that the data schema of the event is valid for the specified event type.

API reference page for the TestResults Event. The left column describes the endpoint — reports the results of a test or a set of tests, receiving a list of test results by test name and status of PASSED, FAILED or WARNING — then lists the SAKey authorization, an EVENT-SOURCE header parameter with enum values USER, SCHEDULER, API and RULES_ENGINE, and request body fields pipeline_name (required), external_url, task_name and test_results (required). The right column shows a POST /events/v1/test-results request sample in JSON with pipeline_name, external_url, task_name, test_results, event_timestamp, metadata, test_suite and run_tag keys, plus 400 and 500 response samples.
Every endpoint is documented with its schema, its required fields, and a request sample. An integration is a POST with a service account key, not a project.

Event endpoints

EndpointPosts
DatasetOperationA read or write operation on a specified dataset component.
MessageLogA string message related to a pipeline, and optionally to a specific task.
MetricLogThe value of a user-defined datum of interest, such as a row count, cost, or CPU percentage.
RunStatusA change in status for a specified batch pipeline run.
TestOutcomesThe results of a test or a set of tests executed on an external testing tool.

The API adheres to standard security practices by requiring authentication with service account (SA) keys. Find details in the Event Ingestion API documentation and more information in the Observability integration help topics.

Observing the Observability Industry

Many tools use the term “observability” today. How can you tell the difference between them? There are several key ideas to consider. First, IT hardware monitoring and application performance monitoring (APM) checks, like disk and CPU, while helpful, are often lagging indicators of problems with your data journeys. Second, you need to check and validate the source data, the integrated data, and the things created from the data (like reports and models) to ensure data journey success. And third, you need the ability to test that the relevant tools, jobs, and code acting on the data are behaving as expected, and to know the run-time lineage of the whole system.

CategoryKey challengeDataOps Observability difference
Data observability tools — Monte Carlo, Acceldata, Bigeye, and othersThese tools test data in the database or data store. DataOps Observability does that, plus correlates it to the other critical elements of the data journey, where a fundamental understanding is required.DataOps Observability produces source-to-consumer data journeys; these tools do not. It can correlate events and logs from these vendors and others in one place and one view.
IT observability tools — Datadog, New Relic, AWS, Azure, and GCP monitoring servicesThese tools are valuable but incomplete. They monitor servers and networks, which is needed. However, problems in data and analytic systems span hardware, software, tools, raw data, integrated data, and the code that drives those tools.DataOps Observability is built upon the concept of data journeys and tests, a feature lacking in those IT tools. It can correlate events and logs from these vendors with any other critical signals in one place and one view.
IT logging tools — Splunk, Devo, Microsoft Sentinel, Azure MonitorThese technologies are valuable but incomplete, and provide a limited set of signals within a pipeline.DataOps Observability produces and observes data journeys and tests, and these tools do not. DataKitchen can correlate events and logs from these vendors with any other critical signals in one place and one view.
Build vs. buyIt will take many months to develop and support the backend and user experience needed to support a scalable DataOps Observability solution.DataOps Observability offers a consumption-based pricing model that allows users to adopt the platform at their own pace. The product can also integrate internally developed observability capabilities into a consolidated view.

The distinction that matters most in practice is the one between data quality testing and observability: testing tells you whether a dataset is right, and observability tells you whether the process that produced it ran, ran on time, and ran on the data you expected. Both halves are needed, which is why data in place and data in use are treated as two sides of the same problem.

DataOps Observability Technical Requirements

Contact your DataKitchen representative to set up the required infrastructure for your Observability account. This configuration includes your company account, initial user accounts, authentication service connection, unique user interface URL, default account entities, and service account keys for API access.

Why DataKitchen’s DataOps Observability?

DataKitchen’s DataOps Observability is your mission control for every data journey in your enterprise. Data journeys span from data sources to customer value, go from any development environment into production, and provide monitoring across every tool, every team, every environment, and every customer.

DataKitchen’s DataOps Observability detects, localizes, and provides a shared context so problems can be understood and acted upon immediately.

In a world of complexity, failure, and frustration, data and analytics teams need to deliver insight to their customers with few errors and a high rate of change. You don’t have to live with these problems. DataKitchen DataOps Observability provides the solution.

The critical feature — support for data journeys — allows monitoring of every data process from source to customer value. Production expectations reduce embarrassing errors to zero, including data and tool testing. Development cycle data validation and tool testing increase the delivery rate and lower the risk of deploying new analytic insights. Historical dashboards enable you to find the root causes of issues and constantly improve. An intuitive, role-based user interface allows all stakeholders to be on the same page. Off-the-shelf integrations and an open API enable fast implementations without replacing your existing tools.

When you aim to produce rapid, trusted customer insight, you need to start by reducing your team’s hassles and embarrassment while increasing the time it has to develop and deliver. You can lower your error rates and achieve your goals by monitoring all data journeys. Keep your tools and infrastructure the same; use the DataKitchen DataOps Observability product on top of those tools. Observability is also the practical first step into a full DataOps practice, because you cannot improve a data estate you cannot see.

Spend less time worrying about what may go wrong and gain more time to create by observing every data journey and taking early action to stay on track.

Additional Resources


FAQ

What is the main point of this paper?

DataOps Observability watches every data journey from source to customer value by ingesting events from the tools a team already runs. It associates each event with a specific journey instance, compares it against expectations with a rules engine, and acts when the difference exceeds a tolerance threshold. This paper is the technical anatomy of that: component types, event types, publishing methods, the rules engine, and the architecture.

What is a data journey component?

A component represents a resource, engine, or tool used to deliver data analytic assets, and every event the system receives or creates is associated with one. There are four types: batch pipeline, such as an Apache Airflow DAG; streaming pipeline, such as an event process enabled by Apache Kafka; dataset, such as an Amazon Redshift table or an Amazon S3 folder; and server, such as an EC2 instance running Airflow jobs.

What kinds of events does DataOps Observability collect?

Five. Run Status and Schedule reports a change in status for a batch pipeline run. Message Log carries a string message from external tools and scripts. Metric Log captures a user-defined datum such as a row count, cost, or CPU percentage. Test Outcomes carries results from an external testing tool. Dataset Operation reports a read or write on a dataset component.

Does DataOps Observability read my data?

No. Event data reflects the state, actions, and quality of pipelines and data tools, not the data those tools act upon. Test results arrive as events from whatever test framework produced them, so the values under test stay in the customer’s own systems. That separation is what lets the product sit on top of an existing estate without moving data into it.

How do tools send events to DataOps Observability?

Three ways. A DataKitchen integration agent requests or receives events from a resource and forwards them, which suits a large number of observed resources where augmenting each one is prohibitive. A resource can post events directly to the Event Ingestion API. Or it can publish through a client SDK generated by Swagger Codegen in the language of choice.

What is the Event Ingestion API?

The Event Ingestion API is a set of POST-only endpoints that receive events from external tools, scripts, or the DataKitchen integration agent. It checks that each event carries a valid service account key and that the event’s data schema is valid for the specified event type. Endpoints cover DatasetOperation, MessageLog, MetricLog, RunStatus, and TestOutcomes events.

What are expectations in DataOps Observability?

Expectations are baselines — concrete definitions of run schedules and durations, data quality, and upstream and downstream dependencies. Once they are set, the variance between expectation and reality is measurable during and after each run. Late starts, long runs, process failures, data errors, and broken data flow all show up as differences against the baseline rather than as silence.

What can the event engine do when a rule fires?

Given a set of rules, the event engine triggers notifications through email, Slack, and other services, sends alerts to operations staff, issues commands to start or end pipeline runs, and prompts other actions when the difference between expected and actual results exceeds a tolerance threshold. Its job is to cut the signal-to-noise ratio so a person is not reading raw event streams.

How does DataOps Observability integrate with DataOps TestGen and DataOps Automation?

Both forward test results to DataOps Observability automatically. DataOps TestGen profiles data and generates a standard set of validations against databases, removing the need to hand-write tests for common scenarios. DataOps Automation provides a framework for building and running more complex tool, model, and API-level tests. Observability consumes the outcomes of either as Test Outcomes events.

What does the DataOps Observability architecture look like?

Three tiers. Customer infrastructure sends events from local tools to the Event Ingestion API, directly or via an agent, and can receive alerts and take actions. Base infrastructure collects events, runs them through validations, and stores them in an Events Store. The Observability application runs the pipeline run manager, the rules engine, the API, and the UI.

How is DataOps Observability different from data observability tools like Monte Carlo?

Data observability tools test data in the database or data store. DataOps Observability does that and correlates the results with the other elements of the data journey — the jobs, tools, code, and infrastructure that produced the data. It produces source-to-consumer data journeys, which those tools do not, and it can ingest their events and logs into the same view.

How is it different from IT monitoring and logging tools like Datadog or Splunk?

IT observability and logging tools monitor servers, networks, and log streams, which is necessary but incomplete. Problems in data and analytic systems span hardware, software, tools, raw data, integrated data, and the code driving those tools. DataOps Observability is built on data journeys and tests, a layer those tools lack, and can correlate their signals with the rest of the journey.

What does a customer need to provide to get started?

Setup is arranged with a DataKitchen representative and covers the company account, initial user accounts, the authentication service connection, a unique user interface URL, default account entities, and service account keys for API access. Once the keys exist, any tool that can make an HTTP request — or that has an off-the-shelf agent — can start publishing events.

Get the PDF

The full paper is on this page. Fill in the form for a PDF copy to keep or share.

See it working on your data

Install open source DataOps TestGen and profile your first table today, or talk to us about your data quality program.