The Gitlab source supports both Full Refresh and Incremental syncs. You can choose if this connector will copy only the new or updated data, or all rows in the tables and columns you set up for replication, every time a sync is run.
This connector outputs the following streams:
- Branches
- Commits (Incremental)
- Issues (Incremental)
- Pipelines (Incremental)
- Jobs
- Projects
- Project Milestones
- Project Merge Requests (Incremental)
- Users
- Groups
- Group Milestones
- Group and Project members
- Tags
- Releases
- Group Labels
- Project Labels
- Epics (only available for GitLab Ultimate and GitLab.com Gold accounts)
- Epic Issues (only available for GitLab Ultimate and GitLab.com Gold accounts)
Feature | Supported? |
---|---|
Full Refresh Sync | Yes |
Incremental - Append Sync | Partially (not all streams) |
SSL connection | Yes |
Namespaces | No |
Gitlab has the rate limits, but the Gitlab connector should not run into Gitlab API limitations under normal usage. Please create an issue if you see any rate limit issues that are not automatically retried successfully.
- Gitlab Account
- Gitlab Personal Access Token wih the necessary permissions (described below)
Log into Gitlab and then generate a personal access token.
Your token should have the read_api
scope, that Grants read access to the API, including all groups and projects, the container registry, and the package registry.
Version | Date | Pull Request | Subject |
---|---|---|---|
0.1.0 | 2021-07-06 | 4174 | Initial Release |