Bruno Arnabar
07/22/2025, 7:11 PMVARCHAR
from tap-oracle
to be loaded as a CLOB
in target-oracle
, using Meltano?
If so, what’s the correct way to do it? Through stream_maps, dbt? Or another method?
I'm using the s7clarke10
tap-oracle fork and hitting issues trying to get large text fields (like photo
) into CLOB
format. Any suggestions would be much appreciated!Edgar Ramírez (Arch.dev)
07/22/2025, 8:15 PMtarget-oracle
can actually create CLOB
columns. Which variant are you using?Bruno Arnabar
07/22/2025, 8:20 PMCLOB
but I need to transform the column somehow because the VARCHAR
field was unbound and the target could not bring the field in because of thatEdgar Ramírez (Arch.dev)
07/22/2025, 8:32 PMBruno Arnabar
07/23/2025, 3:31 PM