From 17720f2b9abde1ea66e39ab26d084bfa1b77b54a Mon Sep 17 00:00:00 2001 From: rishabkhawad <118872983+rishabkhawad@users.noreply.github.com> Date: Thu, 9 Feb 2023 19:54:32 +0530 Subject: [PATCH] feat: added run_id to output (#708) * added run_id to command line output * feat: added run_id to command line output --- data_validation/consts.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/data_validation/consts.py b/data_validation/consts.py index 1994d5345..c6777761c 100644 --- a/data_validation/consts.py +++ b/data_validation/consts.py @@ -145,7 +145,6 @@ "end_time", "labels", "pct_threshold", - "run_id", "start_time", "target_table_name", "target_column_name", @@ -155,7 +154,6 @@ "num_random_rows", ] SCHEMA_VALIDATION_COLUMN_FILTER_LIST = [ - "run_id", "start_time", "end_time", "aggregation_type",