You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by ReubenFrankel April 22, 2025
Why does the SDK conform primitive properties of a record dict towards a JSON compatible format (e.g. datetime.datetime to str), but not from strings to their expected schema type? Is/should it be the responsibility of the developer to define this mapping?
Discussed in #2994
Originally posted by ReubenFrankel April 22, 2025
Why does the SDK conform primitive properties of a record dict towards a JSON compatible format (e.g.
datetime.datetime
tostr
), but not from strings to their expected schema type? Is/should it be the responsibility of the developer to define this mapping?sdk/singer_sdk/helpers/_typing.py
Lines 521 to 547 in c152403
i.e.
The text was updated successfully, but these errors were encountered: