Does anyone have a good example of using inline da...
# troubleshooting
k
Does anyone have a good example of using inline data mapping (stream_maps on target-postgres meltanolabs variant) to cast a column type? I have a column that is coming across as
jsonb[]
but I'd really like it come over as
int[]
?
e
It'd be great to have more examples in the docs, but this test case may be a good starting point: https://github.com/meltano/sdk/blob/bfb7baaaa5743d09e37c79c714c905e716a65283/tests/core/test_mapper.py#L128