Skip to content

Commit

Permalink
🐛Source Quickbooks - Change datatype for undisclosed amount field in …
Browse files Browse the repository at this point in the history
…payments (#26722)

* Change datatype for undisclosed amount field in payments for Quickbooks connector

* bump dockerfile and fix acceptance-test-config.yml

---------

Co-authored-by: sajarin <sajarindider@gmail.com>
  • Loading branch information
pylenin and sajarin committed Jun 1, 2023
1 parent 7ca0d2e commit 19454c0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 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=2.0.0
LABEL io.airbyte.version=2.0.1
LABEL io.airbyte.name=airbyte/source-quickbooks
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ acceptance_tests:
tests:
- config_path: "secrets/config.json"
backward_compatibility_tests_config:
disable_for_version: "1.0.0"
disable_for_version: "2.0.0" #change type of a field in payments schema
basic_read:
tests:
- config_path: "secrets/config.json"
Expand Down
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: 2.0.0
dockerImageTag: 2.0.1
dockerRepository: airbyte/source-quickbooks
githubIssueLabel: source-quickbooks
icon: quickbooks.svg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
"UnappliedAmt": {
"type": [
"null",
"integer"
"number"
]
},
"domain": {
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 @@ -104,6 +104,7 @@ This Source is capable of syncing the following [Streams](https://developer.intu

| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------|:---------------------------------------------------------|
| `2.0.1` | 2023-05-28 | [26722](https://github.com/airbytehq/airbyte/pull/26722) | Change datatype for undisclosed amount field in payments |
| `2.0.0` | 2023-04-11 | [25045](https://github.com/airbytehq/airbyte/pull/25045) | Fix datetime format, disable OAuth button in cloud |
| `1.0.0` | 2023-03-20 | [24324](https://github.com/airbytehq/airbyte/pull/24324) | Migrate to Low-Code |
| `0.1.5` | 2022-02-17 | [10346](https://github.com/airbytehq/airbyte/pull/10346) | Update label `Quickbooks` -> `QuickBooks` |
Expand Down

0 comments on commit 19454c0

Please sign in to comment.