Phabricator Source
This is the Phabricator source connector maintained by Faros AI
Main Source Settings
- Conduit Token
- Projects
- Phabricator Conduit API URL
- Cutoff Days
- Repositories
Connection Settings
️ Table Prefix
For any connection with a Phabricator source, the table prefix must be of the form
foobar__phabricator__
with foobar as a string unique to this connection.
The following source streams are supported. More details here.
Stream | Sync | Destination Table |
---|---|---|
commits | Incremental | Append | vcs_Commit, vcs_BranchCommitAssociation |
projects | Full refresh | Append | tms_Project, tms_TaskBoard, tms_TaskBoardProjectRelationship |
repositories | Full refresh | Append | vcs_Repository, vcs_Organization, vcs_Branch |
revisions | Incremental | Append | vcs_PullRequest, vcs_PullRequestReview |
users | Full refresh | Append | vcs_User, vcs_Membership |
Updated about 2 years ago