diff --git a/metadata-ingestion/src/datahub/ingestion/api/source_helpers.py b/metadata-ingestion/src/datahub/ingestion/api/source_helpers.py index 38b5365e106b7..0c9177a8eb120 100644 --- a/metadata-ingestion/src/datahub/ingestion/api/source_helpers.py +++ b/metadata-ingestion/src/datahub/ingestion/api/source_helpers.py @@ -350,7 +350,6 @@ def auto_browse_path_v2( "num_out_of_batch": num_out_of_batch, "num_out_of_order": num_out_of_order, } - breakpoint() telemetry.telemetry_instance.ping("incorrect_browse_path_v2", properties)