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

Features and fixes by Datacoves #81

Merged
merged 3 commits into from
Oct 3, 2022

Conversation

[add fix for no whitespace in source or ref](e28812c)

[add argument support to dbt commands (dbt clean & dbt deps)](a9f8973)

[exclude ephemeral models from precommit actions, we can reintegrate c…](cd2bfb7)

[ensure test looks for jinja with no spaces so we dont regress](28d0793)

[centralize ephemeral exclusion](641b4bd)

[add exclusion for ephemeral in base sql file set for check description](f92c7ad)

[Merge pull request](bc117b3) #1 [from datacoves/feat/906-include-missing-filepaths](bc117b3)
@BAntonellini BAntonellini marked this pull request as ready for review September 23, 2022 17:57
@codecov-commenter
Copy link

codecov-commenter commented Oct 3, 2022

Codecov Report

Merging #81 (4891537) into main (cc144b9) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main       #81   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           45        44    -1     
  Lines         1956      2032   +76     
  Branches       258       251    -7     
=========================================
+ Hits          1956      2032   +76     
Impacted Files Coverage Δ
pre_commit_dbt/generate_model_properties_file.py 100.00% <ø> (ø)
pre_commit_dbt/check_column_desc_are_same.py 100.00% <100.00%> (ø)
pre_commit_dbt/check_column_name_contract.py 100.00% <100.00%> (ø)
pre_commit_dbt/check_macro_arguments_have_desc.py 100.00% <100.00%> (ø)
pre_commit_dbt/check_macro_has_description.py 100.00% <100.00%> (ø)
pre_commit_dbt/check_model_columns_have_desc.py 100.00% <100.00%> (ø)
pre_commit_dbt/check_model_has_all_columns.py 100.00% <100.00%> (ø)
pre_commit_dbt/check_model_has_description.py 100.00% <100.00%> (ø)
pre_commit_dbt/check_model_has_meta_keys.py 100.00% <100.00%> (ø)
pre_commit_dbt/check_model_has_properties_file.py 100.00% <100.00%> (ø)
... and 21 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ssassi ssassi merged commit 9503ffa into dbt-checkpoint:main Oct 3, 2022
@ssassi ssassi deleted the fork-transfer branch October 3, 2022 15:08
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.

None yet

3 participants