Bitbucket Source
This is the Bitbucket source connector maintained by Faros AI
Main Source Settings
- API URL
- Username / password OR token
- Workspace
- Repositories
- Cutoff Days
Connection Settings
️ Table Prefix
For any connection with a Bitbucket source, the table prefix must be of the form
foobar__bitbucket__
with foobar as a string unique to this connection.
The following source streams are supported. More details here.
Stream | Sync | Destination Table |
---|---|---|
branches | Full refresh | Append | vcs_Branch |
commits | Incremental | Append | vcs_Commit, |
deployments | Full refresh | Append WARNING | cicd_Deployment |
issues | Incremental | Append | tms_Task, |
pipeline_steps | Full refresh | Append WARNING | cicd_BuildStep |
pipelines | Full refresh | Append WARNING | cicd_Build, |
pull_request_activities | Incremental | Append | vcs_PullRequestComment, |
pull_requests | Incremental | Append | vcs_PullRequest, |
repositories | Full refresh | Append | cicd_Repository, |
workspace_users | Full refresh | Append | vcs_User, |
workspaces | Full refresh | Append | cicd_Organization, |
Notes
- The deployments, pipelines and pipeline_steps streams are not incremental yet; deactivate them if the source takes too long.
Updated 4 months ago