Skip to content

Latest commit

 

History

History
85 lines (66 loc) · 5.08 KB

quickbooks.md

File metadata and controls

85 lines (66 loc) · 5.08 KB

QuickBooks

Overview

The QuickBooks source supports both Full Refresh and Incremental syncs. You can choose if this connector will copy only the new or updated data, or all rows in the tables and columns you set up for replication, every time a sync is run.

This source wraps the Singer QuickBooks Tap.

Output schema

This Source is capable of syncing the following Streams:

Data type mapping

Integration Type Airbyte Type Notes
string string
number number
array array
object object

Features

Feature Supported?(Yes/No) Notes
Full Refresh Sync Yes
Incremental Sync Yes
SSL connection Yes
Namespaces No

Getting started

  1. Create an Intuit Developer account
  2. Create an app
  3. Obtain credentials

Requirements

  • Client ID
  • Client Secret
  • Realm ID
  • Refresh token

The easiest way to get these credentials is by using Quickbook's OAuth 2.0 playground

Important note: The refresh token expires every 100 days. You will need to manually revisit the Oauth playground to obtain a refresh token every 100 days, or your syncs will expire. We plan on offering full Oauth support soon so you don't need to redo this process manually.

CHANGELOG

Version Date Pull Request Subject
0.1.5 2022-02-17 10346 Update label Quickbooks -> QuickBooks
0.1.4 2021-12-20 8960 Update connector fields title/description
0.1.3 2021-08-10 4986 Using number data type for decimal fields instead string
0.1.2 2021-07-06 4539 Add AIRBYTE_ENTRYPOINT for Kubernetes support