singer-io / tap-typeform

Singer.io tap for extracting TypeForm data
GNU Affero General Public License v3.0
11 stars 20 forks source link

Enable dev mode #76

Closed RushiT0122 closed 10 months ago

RushiT0122 commented 11 months ago

Description of change

Related PRs

Manual QA steps

  1. Verified when refresh token is not provided, access token is not refreshed
  2. Verified when refresh token and client details are provided, access token and refresh token is refreshed on discovery or at the start of sync.
  3. Verified in dev mode, access token is not refreshed
  4. Verified that in above scenarios, discovery and sync runs as expected

Risks

Rollback steps

RushiT0122 commented 11 months ago

FYI... I will raise separate PR for integration tests to implement token chain.