Skip to content

Commit

Permalink
add field type
Browse files Browse the repository at this point in the history
  • Loading branch information
EDsCODE committed Mar 20, 2024
1 parent a370e69 commit a42a92a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ def _is_breakdown_field_boolean(self):
if not table_model:
raise ValueError(f"Table {series.table_name} not found")

field_type = dict(table_model.columns)[self.query.breakdownFilter.breakdown]
field_type = dict(table_model.columns)[self.query.breakdownFilter.breakdown]["clickhouse"]

if field_type.startswith("Nullable("):
field_type = field_type.replace("Nullable(", "")[:-1]
Expand Down

0 comments on commit a42a92a

Please sign in to comment.