Skip to content

Commit

Permalink
fix(taps): update _flattening.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dgawlowsky authored Jan 30, 2024
1 parent fa888be commit 1eb3510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singer_sdk/helpers/_flattening.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ def _flatten_record(
items.append(
(
new_key,
json.dumps(v, use_decimal=True)
json.dumps(v, use_decimal=True, default=str)
if _should_jsondump_value(k, v, flattened_schema)
else v,
),
Expand Down

0 comments on commit 1eb3510

Please sign in to comment.