Azure-Samples / Synapse

Samples for Azure Synapse Analytics
MIT License
375 stars 351 forks source link

Synapse Link for Cosmos DB - IoT updates #31

Closed revinjchalil closed 4 years ago

revinjchalil commented 4 years ago

Changes to the Synapse Link for Cosmos DB IoT Sample Notebooks

  1. Used stream ingestion as the only source for IoTSignals collection. The csv file batch ingestion mode is now used only for IoTDeviceInfo collection.

  2. Updated the measureValue generation to have slightly lesser number of anomaly records

  3. Fixed the typo in the deviceId generation so as to have the join match in notebook-3

  4. Fixed the datatype issues in cell 5 of 04-ML notebook, fixed the struct issue in cell 8 and removed the datetime filter on cell 10.

  5. Updated the ReadMe to reflect the above changes.