-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Source Quickbooks: fix spec (#35457)
- Loading branch information
1 parent
5dfd749
commit d245c1e
Showing
13 changed files
with
1,333 additions
and
96 deletions.
There are no files selected for viewing
38 changes: 0 additions & 38 deletions
38
airbyte-integrations/connectors/source-quickbooks/Dockerfile
This file was deleted.
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
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
1,252 changes: 1,252 additions & 0 deletions
1,252
airbyte-integrations/connectors/source-quickbooks/poetry.lock
Large diffs are not rendered by default.
Oops, something went wrong.
31 changes: 31 additions & 0 deletions
31
airbyte-integrations/connectors/source-quickbooks/pyproject.toml
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
[build-system] | ||
requires = [ "poetry-core>=1.0.0",] | ||
build-backend = "poetry.core.masonry.api" | ||
|
||
[tool.poetry] | ||
version = "3.0.2" | ||
name = "source-quickbooks" | ||
description = "Source implementation for quickbooks." | ||
authors = [ "Airbyte <[email protected]>",] | ||
license = "MIT" | ||
readme = "README.md" | ||
documentation = "https://docs.airbyte.com/integrations/sources/quickbooks" | ||
homepage = "https://airbyte.com" | ||
repository = "https://github.com/airbytehq/airbyte" | ||
[[tool.poetry.packages]] | ||
include = "source_quickbooks" | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.9,<3.12" | ||
airbyte-cdk = "==0.63.2" | ||
vcrpy = "==4.1.1" | ||
urllib3 = "==1.26.18" | ||
|
||
[tool.poetry.scripts] | ||
source-quickbooks = "source_quickbooks.run:run" | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
requests-mock = "^1.9.3" | ||
pytest-mock = "^3.6.1" | ||
pytest = "^6.1" | ||
|
46 changes: 0 additions & 46 deletions
46
airbyte-integrations/connectors/source-quickbooks/setup.py
This file was deleted.
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
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
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
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
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
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
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