- Is this your first time deploying Airbyte?: No
- OS Version / Instance: Kubernetes
- Memory / Disk: unlimited (scalable cluster)
- Deployment: Kubernetes
- Airbyte Version: 0.35.64-alpha
- Source name/version: source-google-analytics-v4 0.3.22
- Destination name/version: destination-s3 / 0.3.5
- Step: The issue is happening during sync
- Description: the date column of the Google analytics are written as a dictionnary in parquet file instead of string
I did try to sync to the s3 destination in json format, and it worked (the dates were strings)
is this a bug or this is how parquet encode dates ?