-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
feat: allow self reference #121
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your PRs are still failing formatter check, run make check test
before pushing.
When you say it allows self-referencing, does that mean it implements #74?
I swear I ran black manually, but then didn't commit the changes... 🙈
Yes this PR properly fixes #74. That is why I had to remove the set logic 🙂 |
Excellent, adding a resolve hook to the description 🎉 |
New approach of #110. This logic now allows the self reference / circular reference.
I made this logic based on my initial work (i.e., before refactor of @gouline). By removing the set, it's now possible to have a self reference. In addition, as some assumptions are made I added some warning logger if in future dbt manifest changes.
Resolves #74