-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: add back rowcounts and byte scanned to dbt cli and run_results.json #375
Conversation
@svdimchenko when you have time could you have a look at this? - somehow it works for me, I want to test intensely against specific edge cases. |
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.
awesome!
I compared |
As you can see from the implementation we purely pass the result of the cursor to result. Few ideas:
|
@nicor88 I get the same difference with PyAthena:
I also get the same difference with
However Athena recent queries shows something different: I'll raise a support request with AWS to clarify. |
Oh silly me, it's because of binary conversion: https://www.gbmb.org/bytes-to-mb |
Description
Fix #374
This approach doesn't cover cases where we do batch inserts due to partition limitations.
Models used to test - Optional
TODO
Checklist