Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚨🚨 Source Microsoft Teams: Update Schemas #33959

Merged
merged 14 commits into from
Jan 10, 2024
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ COPY source_microsoft_teams ./source_microsoft_teams
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=0.2.5
LABEL io.airbyte.version=1.0.0
LABEL io.airbyte.name=airbyte/source-microsoft-teams
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: eaf50f04-21dd-4620-913b-2a83f5635227
dockerImageTag: 0.2.5
dockerImageTag: 1.0.0
dockerRepository: airbyte/source-microsoft-teams
githubIssueLabel: source-microsoft-teams
icon: microsoft-teams.svg
Expand All @@ -13,6 +13,14 @@ data:
enabled: true
oss:
enabled: true
releases:
breakingChanges:
1.0.0:
message:
Version 1.0.0 introduces breaking schema changes to all streams.
A full schema refresh is required to upgrade to this version.
For more details, see our <a href='https://docs.airbyte.io/integrations/sources/microsoft-teams-migrations'>migration guide</a>.
upgradeDeadline: "2024-01-22"
releaseStage: alpha
documentationUrl: https://docs.airbyte.com/integrations/sources/microsoft-teams
tags:
Expand Down
Loading
Loading