CircleCI Source
This is the CircleCI source connector maintained by Faros AI.
Main Source Settings
- API URL
- Token
- Cutoff Days
- Repository Names
Connection Settings
️ Table Prefix
For any connection with a CircleCI source, the table prefix must be of the form
foobar__circleci__
with foobar as a string unique to this connection.
The following source streams are supported. More details here.
Stream | Sync | Destination Table |
---|---|---|
pipelines | Incremental | Append | cicd_Build, cicd_BuildCommitAssociation, cicd_BuildStep |
projects | Full refresh | Append | cicd_Organization, cicd_Pipeline |
Updated almost 2 years ago