Skip to content

🐛 Source Quickbooks: update label Quickbooks -> QuickBooks #10346

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Feb 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -596,10 +596,10 @@
documentationUrl: https://docs.airbyte.io/integrations/sources/qualaroo
icon: qualaroo.svg
sourceType: api
- name: Quickbooks
- name: QuickBooks
sourceDefinitionId: 29b409d9-30a5-4cc8-ad50-886eb846fea3
dockerRepository: airbyte/source-quickbooks-singer
dockerImageTag: 0.1.4
dockerImageTag: 0.1.5
documentationUrl: https://docs.airbyte.io/integrations/sources/quickbooks
icon: qb.svg
sourceType: api
Expand Down
6 changes: 3 additions & 3 deletions airbyte-config/init/src/main/resources/seed/source_specs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6266,12 +6266,12 @@
oauthFlowOutputParameters:
- - "token"
- - "key"
- dockerImage: "airbyte/source-quickbooks-singer:0.1.4"
- dockerImage: "airbyte/source-quickbooks-singer:0.1.5"
spec:
documentationUrl: "https://docsurl.com"
documentationUrl: "https://docs.airbyte.com/integrations/sources/quickbooks"
connectionSpecification:
$schema: "http://json-schema.org/draft-07/schema#"
title: "Source Quickbooks Singer Spec"
title: "Source QuickBooks Singer Spec"
type: "object"
required:
- "client_id"
Expand Down
2 changes: 1 addition & 1 deletion airbyte-integrations/builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
| CockroachDb | [![source-cockroachdb](https://img.shields.io/endpoint?url=https%3A%2F%2Fdnsgjos7lj2fu.cloudfront.net%2Ftests%2Fsummary%2Fsource-cockroachdb%2Fbadge.json)](https://dnsgjos7lj2fu.cloudfront.net/tests/summary/source-cockroachdb) |
| Confluence | [![source-confluence](https://img.shields.io/endpoint?url=https%3A%2F%2Fdnsgjos7lj2fu.cloudfront.net%2Ftests%2Fsummary%2Fsource-confluence%2Fbadge.json)](https://dnsgjos7lj2fu.cloudfront.net/tests/summary/source-confluence) |
| Qualaroo | [![source-qualaroo](https://img.shields.io/endpoint?url=https%3A%2F%2Fdnsgjos7lj2fu.cloudfront.net%2Ftests%2Fsummary%2Fsource-qualaroo%2Fbadge.json)](https://dnsgjos7lj2fu.cloudfront.net/tests/summary/source-qualaroo) |
| Quickbooks | [![source-quickbooks-singer](https://img.shields.io/endpoint?url=https%3A%2F%2Fdnsgjos7lj2fu.cloudfront.net%2Ftests%2Fsummary%2Fsource-quickbooks-singer%2Fbadge.json)](https://dnsgjos7lj2fu.cloudfront.net/tests/summary/source-quickbooks-singer) |
| QuickBooks | [![source-quickbooks-singer](https://img.shields.io/endpoint?url=https%3A%2F%2Fdnsgjos7lj2fu.cloudfront.net%2Ftests%2Fsummary%2Fsource-quickbooks-singer%2Fbadge.json)](https://dnsgjos7lj2fu.cloudfront.net/tests/summary/source-quickbooks-singer) |
| Recharge | [![source-recharge](https://img.shields.io/endpoint?url=https%3A%2F%2Fdnsgjos7lj2fu.cloudfront.net%2Ftests%2Fsummary%2Fsource-recharge%2Fbadge.json)](https://dnsgjos7lj2fu.cloudfront.net/tests/summary/source-recharge) |
| Recurly | [![source-recurly](https://img.shields.io/endpoint?url=https%3A%2F%2Fdnsgjos7lj2fu.cloudfront.net%2Ftests%2Fsummary%2Fsource-recurly%2Fbadge.json)](https://dnsgjos7lj2fu.cloudfront.net/tests/summary/source-recurly) |
| Redshift | [![source-redshift](https://img.shields.io/endpoint?url=https%3A%2F%2Fdnsgjos7lj2fu.cloudfront.net%2Ftests%2Fsummary%2Fsource-redshift%2Fbadge.json)](https://dnsgjos7lj2fu.cloudfront.net/tests/summary/source-redshift) |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ COPY source_quickbooks_singer ./source_quickbooks_singer
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=0.1.4
LABEL io.airbyte.version=0.1.5
LABEL io.airbyte.name=airbyte/source-quickbooks-singer

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Source Quickbooks Singer
# Source QuickBooks Singer

This is the repository for the Quickbooks source connector, based on a Singer tap.
This is the repository for the QuickBooks source connector, based on a Singer tap.
For information about how to use this connector within Airbyte, see [the User Documentation](https://docs.airbyte.io/integrations/sources/quickbooks).

## Local development
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name="source_quickbooks_singer",
description="Source implementation for Quickbooks, built on the Singer tap implementation.",
description="Source implementation for QuickBooks, built on the Singer tap implementation.",
author="Airbyte",
author_email="[email protected]",
packages=find_packages(),
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"documentationUrl": "https://docsurl.com",
"documentationUrl": "https://docs.airbyte.com/integrations/sources/quickbooks",
"connectionSpecification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Source Quickbooks Singer Spec",
"title": "Source QuickBooks Singer Spec",
"type": "object",
"required": [
"client_id",
Expand Down
2 changes: 1 addition & 1 deletion docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
* [PostHog](integrations/sources/posthog.md)
* [PrestaShop](integrations/sources/presta-shop.md)
* [Qualaroo](integrations/sources/qualaroo.md)
* [Quickbooks](integrations/sources/quickbooks.md)
* [QuickBooks](integrations/sources/quickbooks.md)
* [Recharge](integrations/sources/recharge.md)
* [Recurly](integrations/sources/recurly.md)
* [Redshift](integrations/sources/redshift.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Airbyte uses a grading system for connectors to help users understand what to ex
| [PostHog](sources/posthog.md) | Beta |
| [PrestaShop](sources/presta-shop.md) | Beta |
| [Qualaroo](sources/qualaroo.md) | Beta |
| [Quickbooks](sources/quickbooks.md) | Beta |
| [QuickBooks](sources/quickbooks.md) | Beta |
| [Recharge](sources/recharge.md) | Beta |
| [Recurly](sources/recurly.md) | Beta |
| [Redshift](sources/redshift.md) | Certified |
Expand Down
7 changes: 4 additions & 3 deletions docs/integrations/sources/quickbooks.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Quickbooks
# 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.
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](https://github.com/singer-io/tap-quickbooks).
This source wraps the [Singer QuickBooks Tap](https://github.com/singer-io/tap-quickbooks).

### Output schema

Expand Down Expand Up @@ -78,6 +78,7 @@ The easiest way to get these credentials is by using Quickbook's [OAuth 2.0 play

| Version | Date | Pull Request | Subject |
| :--- | :--- | :--- | :--- |
| `0.1.5` | 2022-02-17 | [10346](https://github.com/airbytehq/airbyte/pull/10346) | Update label `Quickbooks` -> `QuickBooks` |
| `0.1.4` | 2021-12-20 | [8960](https://github.com/airbytehq/airbyte/pull/8960) | Update connector fields title/description |
| `0.1.3` | 2021-08-10 | [4986](https://github.com/airbytehq/airbyte/pull/4986) | Using number data type for decimal fields instead string |
| `0.1.2` | 2021-07-06 | [4539](https://github.com/airbytehq/airbyte/pull/4539) | Add `AIRBYTE_ENTRYPOINT` for Kubernetes support |
Expand Down
4 changes: 2 additions & 2 deletions docs/project-overview/changelog/connectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ New features:

Bug fixes:

* **Quickbooks** source: Now uses the number data type for decimal fields.
* **QuickBooks** source: Now uses the number data type for decimal fields.
* **HubSpot** source: Fixed `empty string` inside of the `number` and `float` datatypes.
* **GitHub** source: Validation fixed on non-required fields.
* **BigQuery** destination: Now supports processing of arrays of records properly.
Expand Down Expand Up @@ -591,7 +591,7 @@ Progress on connectors:

* [**Zendesk Talk**](https://docs.airbyte.io/integrations/sources/zendesk-talk)
* [**Iterable**](https://docs.airbyte.io/integrations/sources/iterable)
* [**Quickbooks**](https://docs.airbyte.io/integrations/sources/quickbooks)
* [**QuickBooks**](https://docs.airbyte.io/integrations/sources/quickbooks)

Other progress on connectors:

Expand Down