As an ETL developer, I want to have data types detected automatically for CSV data, so that I do not have to explicitly set them. This plugin should include two new properties:
sampleSize: The maximum number of rows that will get investigated for automatic data type detection.
override: A list of columns with the corresponding data types for whom the automatic data type detection gets skipped.
PR: