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

rudimentary support for --stats in --dbt --json mode #647

Merged
merged 11 commits into from
Aug 14, 2023
Merged

rudimentary support for --stats in --dbt --json mode #647

merged 11 commits into from
Aug 14, 2023

Conversation

stefankeidel
Copy link

We're working on a ci/cd implementation of data-diff for a dbt project in azure devops and a full diff is just taking too long.

This here change works for my particular case and I was wondering if maybe it's useful for the upstream project as well.

I wasn't able to get the tests to run locally on a M1 mac, sadly. Would be fantastic if there was a dockerised setup one could run end-to-end for that

* upstream/master:
  v0.7.14
  add debugging detail for VSCode
  format
  fix tests
  add both logical & raw type to schema
  add dataset schemas to --json output
@dlawin dlawin self-requested a review July 21, 2023 19:14
@dlawin dlawin requested a review from vvkh August 2, 2023 21:30
@dlawin
Copy link
Contributor

dlawin commented Aug 2, 2023

@vvkh could you review this? Specifically the changes in format.py?

Copy link
Contributor

@vvkh vvkh left a comment

Choose a reason for hiding this comment

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

@stefankeidel thank you for contribution!
LGTM, let's add a simple test before merge.

@stefankeidel
Copy link
Author

stefankeidel commented Aug 9, 2023 via email

@dlawin dlawin requested a review from vvkh August 11, 2023 20:19
Copy link
Contributor

@vvkh vvkh left a comment

Choose a reason for hiding this comment

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

hey @stefankeidel, looks like one of the tests is now failing, can you take a look?

Apologies, I only tested the case where --stats is passed.
@stefankeidel
Copy link
Author

hey @stefankeidel, looks like one of the tests is now failing, can you take a look?

Yep, sorry. I'm still unable to run the tests locally, which makes verifying without CI/CD a bit hard :). Hopefully good to go now, but let's see.

@vvkh
Copy link
Contributor

vvkh commented Aug 14, 2023

@stefankeidel LGTM now, appreciate the effort 🙇

@vvkh vvkh merged commit 2327d44 into datafold:master Aug 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants