Skip to content

Commit

Permalink
fix(product-analytics): Fix debug clickhouse queries on localhost (#2…
Browse files Browse the repository at this point in the history
…2816)

* Fix debug clickhouse queries on localhost

* Fix formatting

---------

Co-authored-by: Julian Bez <[email protected]>
  • Loading branch information
robbie-c and webjunkie authored Jun 8, 2024
1 parent 78d7daa commit faa95c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions posthog/api/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def create(self, request, *args, **kwargs) -> Response:
data.query,
execution_mode=execution_mode,
query_id=client_query_id,
user=request.user,
)
if isinstance(result, BaseModel):
result = result.model_dump(by_alias=True)
Expand Down

0 comments on commit faa95c5

Please sign in to comment.