Azure DevOps
The Azure DevOps source connector lets you connect to an Azure DevOps organization using a Personal Access Token (PAT).
Status
This connector is currently in development.
- Connection/authentication (credential validation) is supported.
- Data extraction and catalog discovery are not yet available.
Setup
Create a Personal Access Token (PAT)
- In Azure DevOps, open User settings → Personal access tokens.
- Select New Token.
- Choose an Organization and set an expiration.
- Grant the minimum scopes required for the data you intend to extract.
At minimum, the connector validates credentials by calling the Projects API, so ensure the token can read projects (for example, Project and Team: Read).
Authentication
This connector authenticates to Azure DevOps using Basic Auth:
- Username: a placeholder value (
extract) - Password: your Personal Access Token
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
organization | string | ✅ | Your Azure DevOps organization name (the DNS label used in https://dev.azure.com/<organization>). Must be lowercase letters, digits, or hyphens; 1–63 characters; cannot start or end with -. |
personal_access_token | string | ✅ | Azure DevOps Personal Access Token (PAT). |
Streams
No streams are currently available. Extraction is not yet implemented for this connector.