Skip to content

Commit

Permalink
fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmarxm committed Feb 20, 2024
1 parent 27abc6d commit 9b39bf1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ COPY source_quickbooks ./source_quickbooks
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=3.0.1
LABEL io.airbyte.version=3.0.2
LABEL io.airbyte.name=airbyte/source-quickbooks
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: cf9c4355-b171-4477-8f2d-6c5cc5fc8b7e
dockerImageTag: 3.0.1
dockerImageTag: 3.0.2
dockerRepository: airbyte/source-quickbooks
githubIssueLabel: source-quickbooks
icon: quickbooks.svg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"airbyte_secret": true
},
"access_token": {
"description": "Access token fot making authenticated requests.",
"description": "Access token for making authenticated requests.",
"title": "Access Token",
"type": "string",
"airbyte_secret": true
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/quickbooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ This Source is capable of syncing the following [Streams](https://developer.intu

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------- |
| `3.0.2` | 2024-02-20 | [32236](https://github.com/airbytehq/airbyte/pull/32236) | Small typo in spec correction |
| `3.0.1` | 2023-11-06 | [32236](https://github.com/airbytehq/airbyte/pull/32236) | Upgrade to `airbyte-cdk>=0.52.10` to resolve refresh token issues |
| `3.0.0` | 2023-09-26 | [30770](https://github.com/airbytehq/airbyte/pull/30770) | Update schema to use `number` instead of `integer` |
| `2.0.5` | 2023-09-26 | [30766](https://github.com/airbytehq/airbyte/pull/30766) | Fix improperly named keyword argument |
Expand Down

0 comments on commit 9b39bf1

Please sign in to comment.