Skip to content

Commit

Permalink
Upgrade DSI (#1391)
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyholcomb authored Sep 5, 2024
1 parent 7fff070 commit 5e7885e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extra-hatch-configuration/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Jinja2>=3.1.3
dbt-semantic-interfaces==0.7.1.dev0
dbt-semantic-interfaces==0.7.1
more-itertools>=8.10.0, <10.2.0
pydantic>=1.10.0, <3.0
tabulate>=0.8.9
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dbt-semantic-interfaces==0.7.1.dev0
dbt-semantic-interfaces==0.7.1
graphviz>=0.18.2, <0.21
python-dateutil>=2.9.0, <2.10.0
rapidfuzz>=3.0, <4.0
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def create_from_manifest(semantic_manifest: SemanticManifest) -> Dict[TimeGranul
db_name=time_spine.node_relation.database,
base_column=time_spine.primary_column.name,
base_granularity=time_spine.primary_column.time_granularity,
custom_granularity_columns=[column.name for column in time_spine.custom_granularity_columns],
custom_granularity_columns=[column.name for column in time_spine.custom_granularities],
)
for time_spine in semantic_manifest.project_configuration.time_spines
}
Expand Down

0 comments on commit 5e7885e

Please sign in to comment.