Is there an existing issue for this?
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)