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

add typing to partially typed methods in runnable.py #8569

Merged
merged 2 commits into from
Sep 6, 2023

Conversation

MichelleArk
Copy link
Contributor

@MichelleArk MichelleArk commented Sep 6, 2023

resolves #8402
docs dbt-labs/docs.getdbt.com/#

Problem

Solution

Checklist

  • I have read the contributing guide and understand what's expected of me
  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • This PR has no interface changes (e.g. macros, cli, logs, json artifacts, config files, adapter interface, etc) or this PR has already received feedback and approval from Product or DX

@cla-bot cla-bot bot added the cla:yes label Sep 6, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Sep 6, 2023

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.

@codecov
Copy link

codecov bot commented Sep 6, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.03% ⚠️

Comparison is base (7e2a08f) 86.41% compared to head (d9a21d8) 86.39%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8569      +/-   ##
==========================================
- Coverage   86.41%   86.39%   -0.03%     
==========================================
  Files         174      174              
  Lines       25587    25587              
==========================================
- Hits        22112    22106       -6     
- Misses       3475     3481       +6     
Flag Coverage Δ
integration 83.20% <100.00%> (-0.11%) ⬇️
unit 65.04% <63.63%> (ø)

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

Files Changed Coverage Δ
core/dbt/task/runnable.py 92.03% <100.00%> (ø)

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MichelleArk MichelleArk marked this pull request as ready for review September 6, 2023 17:25
@MichelleArk MichelleArk requested a review from a team as a code owner September 6, 2023 17:25
Copy link
Member

@emmyoop emmyoop left a comment

Choose a reason for hiding this comment

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

LGTM

@MichelleArk MichelleArk merged commit 7578150 into main Sep 6, 2023
50 of 51 checks passed
@MichelleArk MichelleArk deleted the 8402/type-runnable branch September 6, 2023 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CT-2986] Fix untyped functions in task/runnable.py (mypy warning)
2 participants