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 Migrate Python CDK to Low-code CDK #36223

Closed

Conversation

btkcodedev
Copy link
Collaborator

What

Migrating Source Microsoft Teams to Low-Code CDK
Closes airbytehq/airbyte-internal-issues#6812

How

Developed using (Configuration Based Source) low-code CDK

Recommended reading order

  1. spec.yaml
  2. manifest.yaml
  3. schemas/*

Tests

Integration & Acceptance
  • Full passed state:

image

🚨 User Impact 🚨

  • Spec Breaking changes, migration to low-code

Copy link

vercel bot commented Mar 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Visit Preview Apr 7, 2024 5:24pm

@octavia-squidington-iii octavia-squidington-iii added area/connectors Connector related issues area/documentation Improvements or additions to documentation connectors/source/microsoft-teams labels Mar 17, 2024
@btkcodedev
Copy link
Collaborator Author

btkcodedev commented Mar 17, 2024

  1. Built with connector builder ✅
  2. Error handling used ✅
  3. Pagination supported ✅
  4. Built and Ran tests from airbyte-ci

Full test results from airbyte-ci:
image

@alafanechere alafanechere added the low-code-migration This connector has been migrated to the low-code CDK label Mar 22, 2024
@btkcodedev
Copy link
Collaborator Author

Ready for review ✅

oss:
enabled: true
name: Microsoft Teams
releaseDate: 2024-04-18
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's set this to 2020-12-21

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

requester:
type: HttpRequester
url_base: https://graph.microsoft.com/v1.0/
path: users?$top={{ config['page_size'] }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's set a default value
path: users?$top={{ config.get('page_size', 20) }}

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

- client_secret
- period
- tenant_id
properties:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's move these properties in a credentials block so it's compatible with the existing spec

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, It's backward compatible now

@btkcodedev btkcodedev requested a review from girarda March 29, 2024 11:59
@btkcodedev
Copy link
Collaborator Author

Inline schema ✅
Poetry lock file ✅
Breaking change referred in metadata ✅
Add migration.md docs file ✅
Docs updated ✅

airbyte-ci test - All pass
image

@btkcodedev
Copy link
Collaborator Author

Marking PR as ready to merge

@btkcodedev
Copy link
Collaborator Author

Continued in #36950

@btkcodedev btkcodedev closed this Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues area/documentation Improvements or additions to documentation connectors/source/microsoft-teams low-code-migration This connector has been migrated to the low-code CDK team/extensibility
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants