meltano / sdk

Write 70% less code by using the SDK to build custom extractors and loaders that adhere to the Singer standard: https://sdk.meltano.com
https://sdk.meltano.com
Apache License 2.0
98 stars 70 forks source link

docs: Document how to cast values to different data types in inline stream maps #1989

Open edgarrmondragon opened 1 year ago

edgarrmondragon commented 1 year ago

Documentation type

How-to guides

Description

There's a example in the test cases of the library:

https://github.com/meltano/sdk/blob/bfb7baaaa5743d09e37c79c714c905e716a65283/tests/core/test_mapper.py#L128

A full list of the currently support casts can be seen in the code:

https://github.com/meltano/sdk/blob/bfb7baaaa5743d09e37c79c714c905e716a65283/singer_sdk/mapper.py#L365-L375

stale[bot] commented 1 month ago

This has been marked as stale because it is unassigned, and has not had recent activity. It will be closed after 21 days if no further activity occurs. If this should never go stale, please add the evergreen label, or request that it be added.