I've a question again, in the target record genera...
# troubleshooting
p
I've a question again, in the target record generation there's again data conversion happening, this time a number type is transformed automatically to decimal.Decimal type. I want to check where this type conversion is happening, as I'm trying to map this down to parquet data type and the decimal support in parquet is still in development.
this is again stemming from intuition that downstream target plugin were doing some data conversion for datetime-types
is there a way to turn this off locally for a sink?
v
You can override that function if you don't like the default
p
hey derek, thanks! yes I was able to override the base default at my target.