Skip to content

Conversation

@cbotev-databricks
Copy link
Contributor

This directory contains common code and DABs to deploy observability ETL and dashboards for Databricks ingestion projects. The goal is to provide an example and a starting point for building ingestion observability across pipelines and datasets.

In particular, the package provides:

  • Tools to ETL observability data from a variety of sources such as SDP event log, Auto Loader cloud_file_states, system tables and other.
  • Tag-based pipeline discovery: Specify pipelines to monitor using flexible tag expressions with OR-of-ANDs logic (e.g., "tier:T0;team:data,tier:T1") instead of maintaining lists of pipeline IDs
  • Build a collection of observability tables on top of the above data using the medallion architecture.
  • Provide out-of-the-box AI/BI Dashboards based on the above observability tables
  • Code and examples to integrate the observability tables with third-party monitoring providers such as Datadog, New Relic, Azure Monitor, Splunk

Currently Generic SDP pipelines and Lakeflow CDC Connector pipelines are supported.

import sys
import logging

sys.path.append("../../lib")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Honestly, it's a bit too much magic IMO. This way one can execute the notebook manually too.

Copy link
Contributor

@lennartkats-db lennartkats-db left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please review the directory structure: should jobs/ not be called src/? Otherwise this LGTM

@cbotev-databricks
Copy link
Contributor Author

Please review the directory structure: should jobs/ not be called src/? Otherwise this LGTM

Done. Renamed jobs/ to src/

@lennartkats-db lennartkats-db merged commit 1cf3dba into databricks:main Dec 12, 2025
lennartkats-db added a commit that referenced this pull request Dec 19, 2025
This commit fixes formatting issues in the databricks_ingestion_monitoring
files that were introduced in PR #126. The files were merged without being
properly formatted according to ruff standards, causing CI checks to fail.

Changes:
- Reformatted 14 files (Python files and Jupyter notebooks) using ruff format
- No functional changes, only formatting improvements

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
lennartkats-db added a commit that referenced this pull request Dec 19, 2025
…139)

This commit fixes formatting issues in the
databricks_ingestion_monitoring files that were introduced in PR #126.
The files were merged without being properly formatted according to ruff
standards, causing CI checks to fail.

Changes:
- Reformatted 14 files (Python files and Jupyter notebooks) using ruff
format
- No functional changes, only formatting improvements

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants