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, vcs_User |
deployments | Full refresh | Append WARNING | cicd_Deployment |
issues | Incremental | Append | tms_Task, tms_TaskAssignment, tms_User |
pipeline_steps | Full refresh | Append WARNING | cicd_BuildStep |
pipelines | Full refresh | Append WARNING | cicd_Build, cicd_BuildCommitAssociation |
pull_request_activities | Incremental | Append | vcs_PullRequestComment, vcs_PullRequestReview, vcs_User |
pull_requests | Incremental | Append | vcs_PullRequest, vcs_User |
repositories | Full refresh | Append | cicd_Repository, vcs_Repository |
workspace_users | Full refresh | Append | vcs_User, vcs_Membership |
workspaces | Full refresh | Append | cicd_Organization, vcs_Organization |
Notes
- The deployments, pipelines and pipeline_steps streams are not incremental yet; deactivate them if the source takes too long.
Updated about 2 years ago