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

Support for Dimension.grain(...) in where/filter #152

Merged
merged 17 commits into from
Sep 20, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
improved another error message
DevonFulcher committed Sep 19, 2023
commit bcc6d8e643ea7a0cdb30bae1700d4f49355933f3
Original file line number Diff line number Diff line change
@@ -86,7 +86,7 @@ def create_entity(entity_name: str, entity_path: Sequence[str] = ()) -> EntityCa
if len(group_by_item_name.entity_links) > 0 or group_by_item_name.time_granularity is not None:
ParameterSetFactory._exception_message_for_incorrect_format(
f"Name is in an incorrect format: {entity_name} "
f"When referencing entities, the name should not have any dunders."
f"When referencing entities, the name should not have any dunders (double underscores, or __)."
)

return EntityCallParameterSet(