Skip to content

Commit

Permalink
🚨🚨 Source Microsoft Teams: Update Schemas (airbytehq#33959)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristoGrab authored and jatinyadav-cc committed Feb 26, 2024
1 parent 3a21d73 commit cb31dc2
Show file tree
Hide file tree
Showing 23 changed files with 495 additions and 1,151 deletions.
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-24"
releaseStage: alpha
documentationUrl: https://docs.airbyte.com/integrations/sources/microsoft-teams
tags:
Expand Down
Loading

0 comments on commit cb31dc2

Please sign in to comment.