-
Notifications
You must be signed in to change notification settings - Fork 11
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
Remove universe column relationship #329
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.
We could also remove the universe relation type from the catalog (column.html:100
)
tasks/fr/fr_income.py
Outdated
@@ -144,12 +143,10 @@ def columns(self): | |||
|
|||
return cols | |||
|
|||
def get_targets(self, cols, denominators, universes): | |||
def get_targets(self, cols, denominators): | |||
targets_dict = {} | |||
if denominators: | |||
targets_dict = self.get_relation_targets(cols, denominators, DENOMINATOR) |
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.
get_relation_targets
was useful when we had both denominators and universes. Since we only have denominators now, we may consider removing the method
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.
LGTM
Merged master due to luigi upgrade. |
Closes #326
Remove all reference to universe