Skip to content

bug: Mixpanel source plugin error parsing line 0: invalid character 'e' in literal true (expecting 'r')" #10599

@hermanschaaf

Description

@hermanschaaf

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

ERR table resolver finished with error error="error parsing line 0: invalid character 'e' in literal true (expecting 'r')" client=mixpanel module=mixpanel-src table=mixpanel_export_events

Reported on Discord

Expected Behavior

No error

CloudQuery (redacted) config

kind: source
spec:
  name: mixpanel
  path: cloudquery/mixpanel
  version: "v1.2.1"
  tables: ["*"]
  destinations: ["azblob"]
  backend: local
  spec:
    username: "<USERNAME>"
    secret: "<PASSWORD>"
    project_id: <PROJECT ID>
------------------------------
kind: destination
spec:
  name: "azblob"
  path: "cloudquery/azblob"
  version: "v3.0.1"
  write_mode: "append"
  spec:
    storage_account: "staninehartosandbox"
    container: "mixpanel"
    path: "export"
    format: "parquet"

Steps To Reproduce

No response

CloudQuery (redacted) logs

ERR table resolver finished with error error="error parsing line 0: invalid character 'e' in literal true (expecting 'r')" client=mixpanel module=mixpanel-src table=mixpanel_export_events

CloudQuery version

unknown

Additional Context

mixpanel (v1.2.1)
azblob (v3.0.1)

Pull request (optional)

  • I can submit a pull request

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions