<How can i deactivate the automatic type conversio...
# questions-so
r
How can i deactivate the automatic type conversion in parquetdataset? I'm trying to load a dataset to parquet, then save it in my s3 bucket. When I try this, automatically tries to convert my columns to int or double. For example: I have a column named ventas_deals.person_phone_value, and that column saves someting like this '571234567890'. The error is this: ParquetDataSet(filepath=analytics-datalake-prod-primary-s3bucket/datasets_kedro/menu_property_matching_match_invento ry/data.parquet, load_args={}, protocol=s3, save_args={}). ("Could not convert...