-
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.
š[source-confluence] 'expand' request parameter converted to comma seā¦
ā¦parated string (#36339) Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com> Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
- Loading branch information
1 parent
6c33833
commit f1eeaf5
Showing
8 changed files
with
1,089 additions
and
94 deletions.
There are no files selected for viewing
38 changes: 0 additions & 38 deletions
38
airbyte-integrations/connectors/source-confluence/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,051 changes: 1,051 additions & 0 deletions
1,051
airbyte-integrations/connectors/source-confluence/poetry.lock
Large diffs are not rendered by default.
Oops, something went wrong.
30 changes: 30 additions & 0 deletions
30
airbyte-integrations/connectors/source-confluence/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,30 @@ | ||
[build-system] | ||
requires = [ "poetry-core>=1.0.0",] | ||
build-backend = "poetry.core.masonry.api" | ||
|
||
[tool.poetry] | ||
version = "0.2.1" | ||
name = "source-confluence" | ||
description = "Source implementation for Confluence." | ||
authors = [ "Airbyte <hey@airbyte.io>",] | ||
license = "MIT" | ||
readme = "README.md" | ||
documentation = "https://docs.airbyte.com/integrations/sources/confluence" | ||
homepage = "https://airbyte.com" | ||
repository = "https://github.com/airbytehq/airbyte" | ||
[[tool.poetry.packages]] | ||
include = "source_confluence" | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.9,<3.12" | ||
airbyte-cdk = "^0.73.0" | ||
|
||
|
||
[tool.poetry.scripts] | ||
source-confluence = "source_confluence.run:run" | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
requests-mock = "^1.9.3" | ||
pytest-mock = "^3.6.1" | ||
pytest = "^6.2" | ||
responses = "^0.13.3" |
47 changes: 0 additions & 47 deletions
47
airbyte-integrations/connectors/source-confluence/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