Skip to content

Latest commit

 

History

History
61 lines (43 loc) · 2.82 KB

gitlab.md

File metadata and controls

61 lines (43 loc) · 2.82 KB

GitLab

Overview

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.

Output schema

This connector outputs the following streams:

Features

Feature Supported?
Full Refresh Sync Yes
Incremental - Append Sync Partially (not all streams)
SSL connection Yes
Namespaces No

Performance considerations

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.

Getting started

Requirements

  • Gitlab Account
  • Gitlab Personal Access Token wih the necessary permissions (described below)

Setup guide

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.

Changelog

Version Date Pull Request Subject
0.1.0 2021-07-06 4174 Initial Release