docs/integrations/sources/microsoft-teams-migrations.md
Version 1.0.0 of the Microsoft Teams source connector introduces breaking changes to the schemas of all streams. A full schema refresh is required to ensure a seamless upgrade to this version.
:::note Any detected schema changes will be listed for your review. Select OK when you are ready to proceed. :::
:::caution
Depending on your destination, you may be prompted to Reset all streams. Although this step is not required to proceed, it is highly recommended for users who have selected Full Refresh | Append sync mode, as the updated schema may lead to inconsistencies in the data structure within the destination.
:::
For more information on resetting your data in Airbyte, see this page.
user_id -> userId
created_date -> createdDate
With the update to "camelCase", fields that may have been unrecognized or omitted in earlier versions will now be properly mapped and included in the data synchronization process, enhancing the accuracy and completeness of your data.
The team_device_usage_report stream contained a fatal bug that could lead to crashes during syncs. You should now be able to reliably use this stream during syncs.
Date and date-time fields have been typed as airbyte_type date and timestamp_without_timezone, respectively.