mohammed_khan
01/04/2023, 6:34 PMconfig_jsonschema
is used to validate required fields and data types but couldn't figure out a way to compare values in the config file. Does anybody know if it is possible to validate schema this way?Reuben (Matatika)
01/04/2023, 7:00 PMedgar_ramirez_mondragon
01/04/2023, 7:49 PM__init__
and running the comparison on self.config
after calling super().__init__
.
I logged https://github.com/meltano/sdk/issues/1309 to track this.mohammed_khan
01/04/2023, 8:10 PMstart_date
and end_date
in our config file and we need to validate a condition of start_date
should always be less than end_date
and so on.