Hi Team,
I am trying to setup validation of Doris database using Data Connection option in ‘OtherSQL’ as given in documentation.
When I am running a checkpoint:
batch_parameters={“year”: “2024”, “month”: “08”, “day”: “09”}
validation_results = checkpoint.run(
batch_parameters=batch_parameters)
I am getting error:
SAWarning: Did not recognize type ‘VARCHAR’ of column ‘date’ columns = inspector.get_columns(
I have not written any validation rule for this column but still this one is throwing error and checkpoint is not running.
Please can someone help me with this?
Much appreciated!