Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Add logs to indicate current artifact being parsed in debug mode #508

Merged
merged 1 commit into from
Apr 20, 2023

Conversation

MalanB
Copy link
Contributor

@MalanB MalanB commented Apr 19, 2023

This PR resolves #499

Added log statements that will be indicating the current artifact being parsed in debug mode.

INFO:dbt_parser:Parsing file target/run_results.json
.INFO:diff_tables:Diffing segments at key-range: (1)..(51). size: table1 <= 50, table2 <= 50
INFO:dbt_parser:Parsing file dbt_project.yml
.....INFO:dbt_parser:Parsing file target/run_results.json
.....INFO:diff_tables:Diffing segments at key-range: (6c9f1b24-de9b-11ed-9792-000000000000)..(6c9f2b64-de9b-11ed-afba-000000000032). size: table1 <= 329589156059341385030398812094514, table2 <= 329589156059341385030398812094514

@dlawin dlawin self-requested a review April 20, 2023 19:01
@dlawin dlawin added enhancement New feature or request --dbt Issues/features related to the dbt integration labels Apr 20, 2023
Copy link
Contributor

@dlawin dlawin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution!

@dlawin dlawin merged commit a5cd84d into datafold:master Apr 20, 2023
@MalanB MalanB deleted the log-parser-artifacts branch April 21, 2023 04:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
--dbt Issues/features related to the dbt integration enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add additional debugging information for artifacts paths
2 participants