Only one row of data is outputted by data pipeline due to minor change in input data schema. This is affecting both the original Parking Sensor and the Parking Sensor Synapse solution.
Integration tests are passing due to only checking a single record vs more than one records. Need to update integration tests to catch this in the future.
Expected Behavior
More than one row of data is outputted by data pipeline.
Reproduce
Deploy solution and trigger data pipeline
Inspect data in SQL Dedicated pool
Additional Context
Input data from public api changed from sending an array of json records to one json record per line.
Description
Only one row of data is outputted by data pipeline due to minor change in input data schema. This is affecting both the original Parking Sensor and the Parking Sensor Synapse solution.
Integration tests are passing due to only checking a single record vs more than one records. Need to update integration tests to catch this in the future.
Expected Behavior
More than one row of data is outputted by data pipeline.
Reproduce
Additional Context