Azure-Samples / modern-data-warehouse-dataops

DataOps for Microsoft Data Platform technologies. https://aka.ms/dataops-repo
MIT License
588 stars 459 forks source link

Parking Sensor: Only one row of data is outputted by Data pipeline #471

Closed devlace closed 2 years ago

devlace commented 2 years ago

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

  1. Deploy solution and trigger data pipeline
  2. Inspect data in SQL Dedicated pool

Additional Context