Skip to content

Commit 95bb6b7

Browse files
committed
Print extracted row counts to logger
1 parent 8eadee8 commit 95bb6b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • elt-common/src/elt_common

elt-common/src/elt_common/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ def cli_main(
112112
write_disposition=args.write_disposition,
113113
)
114114
LOGGER.debug(pipeline.last_trace.last_extract_info)
115+
LOGGER.debug(f"Extracted row counts: {pipeline.last_trace.last_normalize_info.row_counts}")
115116
LOGGER.debug(pipeline.last_trace.last_load_info)
116117
LOGGER.info(
117118
f"Pipeline {pipeline.pipeline_name} completed in {

0 commit comments

Comments
 (0)