-
Notifications
You must be signed in to change notification settings - Fork 98
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
base: main
Are you sure you want to change the base?
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
| @@ -0,0 +1,60 @@ | |||
| { | |||
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.
This folder is a bit odd to me, it is called jobs but has notebooks? Should this live in an src directory of one of the DABs projects?
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.
This folder contains notebooks used by the shared jobs in resources/.
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.