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

Support for dbt-seed, dbt-snapshot and dbt-build #152

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

kokorin
Copy link

@kokorin kokorin commented Sep 26, 2023

Closes #151

@codecov-commenter
Copy link

Codecov Report

Attention: 12 lines in your changes are missing coverage. Please review.

Comparison is base (c57c8dd) 98.45% compared to head (ca56423) 97.91%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #152      +/-   ##
==========================================
- Coverage   98.45%   97.91%   -0.54%     
==========================================
  Files          47       51       +4     
  Lines        2330     2306      -24     
  Branches      309      307       -2     
==========================================
- Hits         2294     2258      -36     
- Misses         21       33      +12     
  Partials       15       15              
Files Coverage Δ
dbt_checkpoint/dbt_compile.py 100.00% <100.00%> (ø)
dbt_checkpoint/dbt_models_command.py 100.00% <100.00%> (ø)
dbt_checkpoint/dbt_run.py 100.00% <100.00%> (ø)
dbt_checkpoint/dbt_test.py 100.00% <100.00%> (ø)
dbt_checkpoint/dbt_build.py 0.00% <0.00%> (ø)
dbt_checkpoint/dbt_seed.py 0.00% <0.00%> (ø)
dbt_checkpoint/dbt_snapshot.py 0.00% <0.00%> (ø)

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

@kokorin kokorin force-pushed the feature/seed-build-and-snapshot-hooks branch from 216fada to 55d82a3 Compare September 29, 2023 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dbt-build pre-hook
2 participants