-
Notifications
You must be signed in to change notification settings - Fork 280
rudimentary support for --stats in --dbt --json mode #647
Conversation
* 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
@vvkh could you review this? Specifically the changes in format.py? |
There was a problem hiding this 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.
Apologies for not being particularly responsive, I’m currently on vacation. Should be back early next week. Thanks for taking the time to look at this!On 9. Aug 2023, at 09:41, Dan Lawin ***@***.***> wrote:
@dlawin commented on this pull request.
In data_diff/format.py:
@@ -40,6 +40,7 @@ def jsonify(
dataset2_columns: Columns,
columns_diff: Dict[str, List[str]],
with_summary: bool = False,
+ stats_only: bool = False,
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
Looks like they're having trouble running the tests. I can spend some time tomorrow adding one
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
* upstream/master: clarify getting started for dbt vs xdb (#678)
There was a problem hiding this 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.
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. |
@stefankeidel LGTM now, appreciate the effort 🙇 |
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