1
0
mirror of synced 2026-01-04 00:04:25 -05:00
Files
airbyte/docs/integrations/sources/pivotal-tracker.md
Brian Leonard 0fa9f126d3 🎉 New Source: Pivotal Tracker (#11060)
* Generate source-pivotal-tracker

* Projects stream

* Adds tracker stories stream

* Story pagination

* labels

* Releases

* Shared schema with allOf

* Top level $ref didn’t work

* Be more verbose instead of $ref

* Project memberships

* epics

* activity

* Cleaning up todos

* Code formatting

* Unit tests

* small changes

* run format

* add doc

* change uuid value

* run seed config

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
2022-04-05 13:05:13 -03:00

1.6 KiB

Pivotal Tracker

Overview

The Pivotal Tracker source supports Full Refresh syncs. It supports pulling from :

  • Activity
  • Epics
  • Labels
  • Project Membership
  • Projects
  • Releases
  • Stories

Output schema

Output streams:

Features

Feature Supported?
Full Refresh Sync Yes
Incremental - Append Sync Coming soon
Replicate Incremental Deletes Coming soon
SSL connection Yes
Namespaces No

Performance considerations

The Pivotal Trakcer connector should not run into Stripe API limitations under normal usage. Please create an issue if you see any rate limit issues that are not automatically retried successfully.

Getting started

Requirements

  • Pivotal Trakcer API Token

Setup guide to create the API Token

Access your profile here go down and click in Create New Token. Use this to pull data from Pivotal Tracker.

Version Date Pull Request Subject
0.1.0 2022-04-04 11060 Initial Release