shaped-ai / target-clickhouse

Meltano Target for Clickhouse
Apache License 2.0
8 stars 15 forks source link

Add check to disable validate_records, add support unsigned number using `minLength` #170

Open vietvudanh opened 2 months ago

vietvudanh commented 2 months ago

Meltano SDK has config validate_records to disable records validation. However when it is set to false, self._validator is None, cause the sink flow raise error.

This PR add a simple check to skip running validate when the flag is False.