-
Notifications
You must be signed in to change notification settings - Fork 72
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
Exposure updated format #175
Exposure updated format #175
Conversation
for exposure in list({m for m in self.models_exposed}) | ||
if exposure.upper() in refable_models | ||
], | ||
"depends_on": list( |
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.
Deduping in case a dashboard has two views on the same table.
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.
Revert all irrelevant changes, provide a description for the PR explaining what you're doing any why, and run checks/tests locally before pushing, to speed up the process, since I have to manually approve CI runs for new contributors.
@@ -645,7 +645,6 @@ def increase_indent(self, flow=False, indentless=False): | |||
parsed_exposures = [] | |||
|
|||
for collection in self.collections: | |||
|
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.
Revert irrelevant changes.
* Exposure updated format (#175) * Changed exposure format (lowercased name, deduped depends_on). * Change where the lowercasing happens. * Hyphens are no longer allowed. * Updated comment. * Revert useless formatting * Set comprehension for deduping * Lowercase all exposure names in tests --------- Co-authored-by: Elon Gliksberg <[email protected]>
No description provided.