-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Destination S3 to Parquet/Avro: Handle empty objects with additionalProperties=true #4608
Comments
Schema of the faulty object (reference): "pinned_info": {
"type": [
"null",
"object"
],
"additionalProperties": true,
"properties": {}
} |
The root cause is that |
Ping Rytis Zolubas when this is done. |
Desired behvavior: if there is any data that is not present in the schema, we should put them in a hashmap field |
Enviroment
Current Behavior
i was trying to send data from facebook marketing to destination s3 in parquet format but it give me error. it works well with S3 CSV format previously.
Expected Behavior
Data will be sync in parquet format.
Logs
If applicable, please upload the logs from the failing operation.
For sync jobs, you can download the full logs from the UI by going to the sync attempt page and
clicking the download logs button at the top right of the logs display window.
slack-s3-parquet.txt
LOG
The text was updated successfully, but these errors were encountered: