airbyte-source-google-sheets 0.9.0rc3__tar.gz → 0.9.2__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {airbyte_source_google_sheets-0.9.0rc3 → airbyte_source_google_sheets-0.9.2}/PKG-INFO +1 -1
- {airbyte_source_google_sheets-0.9.0rc3 → airbyte_source_google_sheets-0.9.2}/pyproject.toml +6 -1
- {airbyte_source_google_sheets-0.9.0rc3 → airbyte_source_google_sheets-0.9.2}/README.md +0 -0
- {airbyte_source_google_sheets-0.9.0rc3 → airbyte_source_google_sheets-0.9.2}/source_google_sheets/__init__.py +0 -0
- {airbyte_source_google_sheets-0.9.0rc3 → airbyte_source_google_sheets-0.9.2}/source_google_sheets/components/__init__.py +0 -0
- {airbyte_source_google_sheets-0.9.0rc3 → airbyte_source_google_sheets-0.9.2}/source_google_sheets/components/extractors.py +0 -0
- {airbyte_source_google_sheets-0.9.0rc3 → airbyte_source_google_sheets-0.9.2}/source_google_sheets/components/partition_routers.py +0 -0
- {airbyte_source_google_sheets-0.9.0rc3 → airbyte_source_google_sheets-0.9.2}/source_google_sheets/manifest.yaml +0 -0
- {airbyte_source_google_sheets-0.9.0rc3 → airbyte_source_google_sheets-0.9.2}/source_google_sheets/models/__init__.py +0 -0
- {airbyte_source_google_sheets-0.9.0rc3 → airbyte_source_google_sheets-0.9.2}/source_google_sheets/models/spreadsheet.py +0 -0
- {airbyte_source_google_sheets-0.9.0rc3 → airbyte_source_google_sheets-0.9.2}/source_google_sheets/models/spreadsheet_values.py +0 -0
- {airbyte_source_google_sheets-0.9.0rc3 → airbyte_source_google_sheets-0.9.2}/source_google_sheets/run.py +0 -0
- {airbyte_source_google_sheets-0.9.0rc3 → airbyte_source_google_sheets-0.9.2}/source_google_sheets/source.py +0 -0
- {airbyte_source_google_sheets-0.9.0rc3 → airbyte_source_google_sheets-0.9.2}/source_google_sheets/spec.yaml +0 -0
- {airbyte_source_google_sheets-0.9.0rc3 → airbyte_source_google_sheets-0.9.2}/source_google_sheets/utils.py +0 -0
@@ -5,7 +5,7 @@ requires = [
|
|
5
5
|
build-backend = "poetry.core.masonry.api"
|
6
6
|
|
7
7
|
[tool.poetry]
|
8
|
-
version = "0.9.
|
8
|
+
version = "0.9.2"
|
9
9
|
name = "airbyte-source-google-sheets"
|
10
10
|
description = "Source implementation for Google Sheets."
|
11
11
|
authors = [
|
@@ -31,3 +31,8 @@ source-google-sheets = "source_google_sheets.run:run"
|
|
31
31
|
requests-mock = "^1.9.3"
|
32
32
|
pytest-mock = "^3.6.1"
|
33
33
|
pytest = "^6.1"
|
34
|
+
|
35
|
+
[tool.poe]
|
36
|
+
include = [
|
37
|
+
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
|
38
|
+
]
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|