Skip to content

Commit

Permalink
Don't require time_granularity_name in QueryInterfaceTimeDimensionFac…
Browse files Browse the repository at this point in the history
…tory
  • Loading branch information
courtneyholcomb committed Jul 3, 2024
1 parent 2ccd915 commit 15a2506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt_semantic_interfaces/protocols/query_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class QueryInterfaceTimeDimensionFactory(Protocol):
def create(
self,
time_dimension_name: str,
time_granularity_name: str,
time_granularity_name: Optional[str] = None,
entity_path: Sequence[str] = (),
descending: Optional[bool] = None,
date_part_name: Optional[str] = None,
Expand Down

0 comments on commit 15a2506

Please sign in to comment.