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.

StreamSyncDestination Table
branchesFull refresh | Appendvcs_Branch
commitsIncremental | Appendvcs_Commit,
vcs_User
deploymentsFull refresh | Append WARNINGcicd_Deployment
issuesIncremental | Appendtms_Task,
tms_TaskAssignment,
tms_User
pipeline_stepsFull refresh | Append WARNINGcicd_BuildStep
pipelinesFull refresh | Append WARNINGcicd_Build,
cicd_BuildCommitAssociation
pull_request_activitiesIncremental | Appendvcs_PullRequestComment,
vcs_PullRequestReview,
vcs_User
pull_requestsIncremental | Appendvcs_PullRequest,
vcs_User
repositoriesFull refresh | Appendcicd_Repository,
vcs_Repository
workspace_usersFull refresh | Appendvcs_User,
vcs_Membership
workspacesFull refresh | Appendcicd_Organization,
vcs_Organization

Notes

  • The deployments, pipelines and pipeline_steps streams are not incremental yet; deactivate them if the source takes too long.