Skip to content

Commit

Permalink
Merge branch 'main' into jedrazb-gdrive-personal-drive-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
jedrazb authored Oct 2, 2023
2 parents a4e1815 + f2c7757 commit a794144
Show file tree
Hide file tree
Showing 10 changed files with 3,203 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,3 +252,13 @@ steps:
- ".buildkite/run_nigthly.sh zoom small"
artifact_paths:
- "perf8-report-*/**/*"

- path:
- "connectors/sources/microsoft_teams.py"
- "tests/sources/fixtures/microsoft_teams/**"
config:
label: "🔨 Microsoft Teams"
command:
- ".buildkite/run_nigthly.sh microsoft_teams small"
artifact_paths:
- "perf8-report-*/**/*"
1 change: 1 addition & 0 deletions connectors/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def _default_config():
"sharepoint_online": "connectors.sources.sharepoint_online:SharepointOnlineDataSource",
"sharepoint_server": "connectors.sources.sharepoint_server:SharepointServerDataSource",
"slack": "connectors.sources.slack:SlackDataSource",
"microsoft_teams": "connectors.sources.microsoft_teams:MicrosoftTeamsDataSource",
"zoom": "connectors.sources.zoom:ZoomDataSource",
},
}
Expand Down
Loading

0 comments on commit a794144

Please sign in to comment.