Is your feature request related to a problem? Please describe.
Currently, the --dbt flag uses a different output format than non- --dbt executions of data-diff.
Describe the solution you'd like
Ideally, regular data-diff and data-diff --dbt would have the same output format. Additionally, --json and --stats should be possible when using --dbt.
Describe alternatives you've considered
It's an option for --dbt to have completely different formatting and for the --json and --stats flags to not have any effect. But that alternative makes dolphins cry 🐬 😢
Additional context
I'll submit a PR!
Is your feature request related to a problem? Please describe.
Currently, the
--dbtflag uses a different output format than non---dbtexecutions ofdata-diff.Describe the solution you'd like
Ideally, regular
data-diffanddata-diff --dbtwould have the same output format. Additionally,--jsonand--statsshould be possible when using--dbt.Describe alternatives you've considered
It's an option for
--dbtto have completely different formatting and for the--jsonand--statsflags to not have any effect. But that alternative makes dolphins cry 🐬 😢Additional context
I'll submit a PR!