The type of the elements within the array is missing, which in result generates the invalid schema. This potentially leads to errors during the data loading process.
One of the connections encounters the below error while loading the output in the target -
2024-02-01 20:59:35,436Z main - ERROR Target exited abnormally with status 1. Terminating tap.
2024-02-01 20:59:35,439Z main - INFO No tunnel subprocess to tear down
2024-02-01 20:59:35,439Z main - INFO Exit status is: Discovery succeeded. Tap succeeded. Target failed with code 1 and error message: "Error persisting data to Stitch: 400: {'error': 'Invalid JSON schema: key null: expected type is one of JSONObject, found: String'}".
Manual QA steps
Tested the schema and output record with target-stitch
Fixed the unit tests
Integration tests are also passing
Risks
High, if it disrupts the existing catalog it may cause an issue.
Description of change
The type of the elements within the array is missing, which in result generates the invalid schema. This potentially leads to errors during the data loading process. One of the connections encounters the below error while loading the output in the target -
Manual QA steps
Risks
Rollback steps