Azure-Samples / MyDriving

Building IoT or Mobile solutions are fun and exciting. This year for Build, we wanted to show the amazing scenarios that can come together when these two are combined. So, we went and developed a sample application. MyDriving uses a wide range of Azure services to process and analyze car telemetry data for both real-time insights and long-term patterns and trends. The following features are supported in the current version of the mobile app.
http://azure.com/mydriving
MIT License
387 stars 277 forks source link

sqlpbi problem #516

Open PiDiBi opened 8 years ago

PiDiBi commented 8 years ago

sqlpbi - steram analytics job Encountered error trying to write 1 event(s): Cannot insert the value NULL into column 'Deleted', table 'pidibiDB.dbo.POIs'; column does not allow nulls. INSERT fails. The statement has been terminated.

I added default value (0) for this column to fix this issue, I will see next trip if it's OK

PiDiBi commented 8 years ago

PR created