Skip to content

Commit

Permalink
Revert "Revert "🐛 Source Quickbooks: Replace Custom Components with A…
Browse files Browse the repository at this point in the history
…irbyte CDK"" (#46885)
  • Loading branch information
alafanechere authored Oct 14, 2024
1 parent 60290b1 commit 953ed48
Show file tree
Hide file tree
Showing 8 changed files with 6,622 additions and 5,072 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ data:
baseImage: docker.io/airbyte/python-connector-base:2.0.0@sha256:c44839ba84406116e8ba68722a0f30e8f6e7056c726f447681bb9e9ece8bd916
connectorType: source
definitionId: cf9c4355-b171-4477-8f2d-6c5cc5fc8b7e
dockerImageTag: 3.0.25
dockerImageTag: 3.0.26-rc.1
dockerRepository: airbyte/source-quickbooks
githubIssueLabel: source-quickbooks
icon: quickbooks.svg
Expand All @@ -26,6 +26,7 @@ data:
enabled: true
releaseStage: alpha
releases:
isReleaseCandidate: true
breakingChanges:
3.0.0:
message:
Expand Down
809 changes: 583 additions & 226 deletions airbyte-integrations/connectors/source-quickbooks/poetry.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -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]>",]
Expand All @@ -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"

Expand Down
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"]

This file was deleted.

Loading

0 comments on commit 953ed48

Please sign in to comment.