-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Revert "🐛 Source Quickbooks: Replace Custom Components with A…
…irbyte CDK"" (#46885)
- Loading branch information
1 parent
60290b1
commit 953ed48
Showing
8 changed files
with
6,622 additions
and
5,072 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
809 changes: 583 additions & 226 deletions
809
airbyte-integrations/connectors/source-quickbooks/poetry.lock
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",] | |
build-backend = "poetry.core.masonry.api" | ||
|
||
[tool.poetry] | ||
version = "3.0.25" | ||
version = "3.0.26-rc.1" | ||
name = "source-quickbooks" | ||
description = "Source implementation for quickbooks." | ||
authors = [ "Airbyte <[email protected]>",] | ||
|
@@ -16,8 +16,8 @@ repository = "https://github.com/airbytehq/airbyte" | |
include = "source_quickbooks" | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.9,<3.12" | ||
airbyte-cdk = "1.0.0" | ||
python = "^3.10,<3.12" | ||
airbyte-cdk = "^4" | ||
vcrpy = "==4.1.1" | ||
urllib3 = "==1.26.18" | ||
|
||
|
6 changes: 0 additions & 6 deletions
6
airbyte-integrations/connectors/source-quickbooks/source_quickbooks/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
# | ||
# Copyright (c) 2023 Airbyte, Inc., all rights reserved. | ||
# | ||
|
||
|
||
from .components import CustomDatetimeBasedCursor | ||
from .source import SourceQuickbooks | ||
|
||
__all__ = ["SourceQuickbooks", "CustomDatetimeBasedCursor"] |
92 changes: 0 additions & 92 deletions
92
airbyte-integrations/connectors/source-quickbooks/source_quickbooks/components.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.