Skip to content
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

[Tidy first] move microbatch compilation to .compile method #11063

Merged
merged 2 commits into from
Nov 28, 2024

Conversation

MichelleArk
Copy link
Contributor

@MichelleArk MichelleArk commented Nov 27, 2024

Moving compilation to the .compile method for more narrow responsibility in the _execute_microbatch_materialization method!

Additional snowflake testing: https://github.com/dbt-labs/dbt-snowflake/actions/runs/12059876357

@MichelleArk MichelleArk added the tidy_first "Tidy First" incremental cleanup changes label Nov 27, 2024
@MichelleArk MichelleArk requested a review from a team as a code owner November 27, 2024 22:08
@cla-bot cla-bot bot added the cla:yes label Nov 27, 2024
Copy link
Contributor

Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide.

@MichelleArk MichelleArk added Skip Changelog Skips GHA to check for changelog file backport 1.9.latest labels Nov 27, 2024
Copy link

codecov bot commented Nov 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.13%. Comparing base (c3d87b8) to head (af79cfc).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #11063      +/-   ##
==========================================
- Coverage   89.16%   89.13%   -0.03%     
==========================================
  Files         183      183              
  Lines       23783    23783              
==========================================
- Hits        21205    21198       -7     
- Misses       2578     2585       +7     
Flag Coverage Δ
integration 86.44% <100.00%> (-0.03%) ⬇️
unit 62.17% <12.50%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
Unit Tests 62.17% <12.50%> (-0.01%) ⬇️
Integration Tests 86.44% <100.00%> (-0.03%) ⬇️

@MichelleArk MichelleArk requested a review from QMalcolm November 27, 2024 22:24
Copy link
Contributor

@QMalcolm QMalcolm left a comment

Choose a reason for hiding this comment

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

🚀

@MichelleArk MichelleArk changed the title move microbatch compilation to .compile method [Tidy first] move microbatch compilation to .compile method Nov 27, 2024
Copy link
Contributor

@QMalcolm QMalcolm left a comment

Choose a reason for hiding this comment

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

Double approval 🚀

@MichelleArk MichelleArk merged commit 1b7d9b5 into main Nov 28, 2024
55 of 56 checks passed
@MichelleArk MichelleArk deleted the refactor-microbatch-compilation2 branch November 28, 2024 00:08
github-actions bot pushed a commit that referenced this pull request Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 1.9.latest cla:yes Skip Changelog Skips GHA to check for changelog file tidy_first "Tidy First" incremental cleanup changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants