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

Resolving "Crash when adding sources.yml" #423

Merged
merged 4 commits into from
Aug 1, 2023
Merged

Conversation

abhi12mohan
Copy link
Contributor

@abhi12mohan abhi12mohan commented Aug 1, 2023

Description

Simply adds "source" as a DbtResourceType.

Checklist

  • I have made corresponding changes to the documentation (if required)
  • I have added tests that prove my fix is effective or that my feature works

@netlify
Copy link

netlify bot commented Aug 1, 2023

👷 Deploy Preview for amazing-pothos-a3bca0 processing.

Name Link
🔨 Latest commit 8411e8f
🔍 Latest deploy log https://app.netlify.com/sites/amazing-pothos-a3bca0/deploys/64c96af8423ae30008afbbc6

@abhi12mohan abhi12mohan linked an issue Aug 1, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Aug 1, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (ad07d5a) 91.35% compared to head (8411e8f) 91.36%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #423   +/-   ##
=======================================
  Coverage   91.35%   91.36%           
=======================================
  Files          48       48           
  Lines        1689     1690    +1     
=======================================
+ Hits         1543     1544    +1     
  Misses        146      146           
Files Changed Coverage Δ
cosmos/dbt/graph.py 100.00% <ø> (ø)
cosmos/constants.py 100.00% <100.00%> (ø)

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

@abhi12mohan abhi12mohan marked this pull request as ready for review August 1, 2023 20:29
@abhi12mohan abhi12mohan requested a review from a team as a code owner August 1, 2023 20:29
@abhi12mohan abhi12mohan requested a review from a team August 1, 2023 20:29
Copy link
Collaborator

@jlaneve jlaneve left a comment

Choose a reason for hiding this comment

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

tested locally by adding a source, can confirm it works

@abhi12mohan abhi12mohan merged commit bd1b97d into main Aug 1, 2023
39 checks passed
@abhi12mohan abhi12mohan deleted the sources-crash branch August 1, 2023 20:41
Copy link
Collaborator

@tatiana tatiana left a comment

Choose a reason for hiding this comment

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

@abhi12mohan, we need to add some automated tests to make sure we don't re-introduce this issue in the future (having a sources.yml file). I see the change was already merged. Could you add this in a separate PR, please?

tatiana pushed a commit that referenced this pull request Aug 9, 2023
## Description

Simply adds "source" as a DbtResourceType. 

## Checklist

- [ ] I have made corresponding changes to the documentation (if
required)
- [ ] I have added tests that prove my fix is effective or that my
feature works
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.

Crash when adding sources.yml
3 participants