Skip to content

Commit

Permalink
fix issue with mapping only field replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
pblankley committed Aug 13, 2024
1 parent 5b19022 commit f398fa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metrics_layer/core/sql/resolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def _resolve_mapped_fields(self):
replace_with = self.determine_field_to_replace_with(
mapped_field, joinable_graphs, mergeable_graphs
)
self._replace_mapped_field(name, replace_with)
self._replace_mapped_field(name, replace_with)

def _get_field_from_lookup(self, field_name: str, only_search_lookup: bool = False):
if field_name in self.field_object_lookup:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "metrics_layer"
version = "0.12.31"
version = "0.12.32"
description = "The open source metrics layer."
authors = ["Paul Blankley <[email protected]>"]
keywords = ["Metrics Layer", "Business Intelligence", "Analytics"]
Expand Down

0 comments on commit f398fa3

Please sign in to comment.