Skip to content

Conversation

@EDsCODE
Copy link
Collaborator

@EDsCODE EDsCODE commented Oct 31, 2025

Problem

  • the bigquery source directly returns pyarrow tables which haven't serialized all the jsons. This will cause evolve step to fail because evolve uses regular json.dumps

Changes

  • convert to util that uses orjson

How did you test this code?

👉 Stay up-to-date with PostHog coding conventions for a smoother review.

Changelog: (features only) Is this feature complete?

@EDsCODE EDsCODE requested a review from a team October 31, 2025 20:17
Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Additional Comments (1)

  1. posthog/temporal/data_imports/pipelines/pipeline/utils.py, line 482 (link)

    style: bare except catches all exceptions including KeyboardInterrupt and SystemExit

2 files reviewed, 1 comment

Edit Code Review Agent Settings | Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants