-
Notifications
You must be signed in to change notification settings - Fork 100
dbx_ingestion_monitoring #126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dbx_ingestion_monitoring #126
Conversation
..._connector_monitoring_dab/dashboards/CDC Connector Monitoring Dashboard Template.lvdash.json
Outdated
Show resolved
Hide resolved
...stion_monitoring/cdc_connector_monitoring_dab/monitoring_etl/cdc_monitoring_pipeline_main.py
Outdated
Show resolved
Hide resolved
...stion_monitoring/cdc_connector_monitoring_dab/monitoring_etl/cdc_monitoring_pipeline_main.py
Outdated
Show resolved
Hide resolved
| import sys | ||
| import logging | ||
|
|
||
| sys.path.append("../../lib") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
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.
...gestion_monitoring/generic_sdp_monitoring_dab/monitoring_etl/sdp_monitoring_pipeline_main.py
Outdated
Show resolved
Hide resolved
contrib/databricks_ingestion_monitoring/common/src/build_pipeline_tags_index.ipynb
Show resolved
Hide resolved
contrib/databricks_ingestion_monitoring/common/resources/build_pipeline_tags_index.job.yml
Show resolved
Hide resolved
lennartkats-db
left a comment
There was a problem hiding this 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
Done. Renamed |
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>
…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>
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:
cloud_file_states, system tables and other."tier:T0;team:data,tier:T1") instead of maintaining lists of pipeline IDsCurrently Generic SDP pipelines and Lakeflow CDC Connector pipelines are supported.