https://linen.dev logo
a

Aakash Kumar

02/17/2022, 12:14 PM
Hi Community, I am trying to make a connector. I am facing one issue. Upon testing in our Airbyte server, we are getting the following error :
Copy code
errors: $.type: is missing but it is required
2022-02-17 11:25:10 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: {}
2022-02-17 11:25:14 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. 
errors: $.type: is missing but it is required
2022-02-17 11:25:14 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: {}
2022-02-17 11:25:18 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. 
errors: $.type: is missing but it is required
2022-02-17 11:25:18 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: {}
2022-02-17 11:25:22 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. 
errors: $.type: is missing but it is required
I have attached the logs for reference. I have already validated the schema file and it is a valid json. Also there is no field as test. Please have a look,
4 Views