Join Slack
Powered by
Does anyone have a good example of using inline da...
# troubleshooting
k
kaleb_scholes
09/29/2023, 5:04 PM
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
edgar_ramirez_mondragon
09/29/2023, 5:33 PM
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
edgar_ramirez_mondragon
09/29/2023, 5:36 PM
https://github.com/meltano/sdk/issues/1989
Open in Slack
Previous
Next