airbyte-source-google-sheets 0.9.0rc1__py3-none-any.whl → 0.9.0rc3__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- {airbyte_source_google_sheets-0.9.0rc1.dist-info → airbyte_source_google_sheets-0.9.0rc3.dist-info}/METADATA +1 -1
- {airbyte_source_google_sheets-0.9.0rc1.dist-info → airbyte_source_google_sheets-0.9.0rc3.dist-info}/RECORD +5 -5
- source_google_sheets/manifest.yaml +4 -3
- {airbyte_source_google_sheets-0.9.0rc1.dist-info → airbyte_source_google_sheets-0.9.0rc3.dist-info}/WHEEL +0 -0
- {airbyte_source_google_sheets-0.9.0rc1.dist-info → airbyte_source_google_sheets-0.9.0rc3.dist-info}/entry_points.txt +0 -0
@@ -2,7 +2,7 @@ source_google_sheets/__init__.py,sha256=dYaZS0KrTjksk_yeSuXmNDXDsNKWctFnlZJSMgLr
|
|
2
2
|
source_google_sheets/components/__init__.py,sha256=v7odPaLdz2S_NRzExsxkk6694Vmjbplz4Z5mA4lxdkA,343
|
3
3
|
source_google_sheets/components/extractors.py,sha256=S7lPBuy9MO_mnl3h4B48F_szuusvDdvpX0OBK-_AxVA,8909
|
4
4
|
source_google_sheets/components/partition_routers.py,sha256=SWo1V0K10ZdWE2TQ0KuQUfue04RTyHJe1f6BOj6c96s,1265
|
5
|
-
source_google_sheets/manifest.yaml,sha256=
|
5
|
+
source_google_sheets/manifest.yaml,sha256=HG8vpxv4lqwe5TCneq_zxuERaGNdtno7yAs61Wsk30E,15821
|
6
6
|
source_google_sheets/models/__init__.py,sha256=Z-4MTpxG5t2jGhXzs4PPoIOa83zw3jRnUDx0N9Puv3s,61
|
7
7
|
source_google_sheets/models/spreadsheet.py,sha256=DEef7bWQEpY1Uqyk7RN6qLF8oxLSNzuAtHlGRmMAKQA,1112
|
8
8
|
source_google_sheets/models/spreadsheet_values.py,sha256=-XRMuuILn9JN8svHNTj6-oG8mLTZOZ5Hejy2pJ5bILk,440
|
@@ -10,7 +10,7 @@ source_google_sheets/run.py,sha256=eaPRcarWqkB2b2DokvI83w7rz1blmWPQCFahvCyCdSY,1
|
|
10
10
|
source_google_sheets/source.py,sha256=qO1KoGdphieu7F5VgDYtrbqs56AUvMWFGNvFHP2b9Z4,778
|
11
11
|
source_google_sheets/spec.yaml,sha256=RIUILMhfS0is2r_mCkmIVrQfvND1D3eobDK1YElmzhU,5009
|
12
12
|
source_google_sheets/utils.py,sha256=JEQIVLSFEAff-7zF3gPzsvFc9xLfCj9hVuFFYrSWiOo,2290
|
13
|
-
airbyte_source_google_sheets-0.9.
|
14
|
-
airbyte_source_google_sheets-0.9.
|
15
|
-
airbyte_source_google_sheets-0.9.
|
16
|
-
airbyte_source_google_sheets-0.9.
|
13
|
+
airbyte_source_google_sheets-0.9.0rc3.dist-info/METADATA,sha256=VfbL9Xyrl-_g_eWSYRrVCwRF7D91tzsj803Ttz0Rngw,5371
|
14
|
+
airbyte_source_google_sheets-0.9.0rc3.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
15
|
+
airbyte_source_google_sheets-0.9.0rc3.dist-info/entry_points.txt,sha256=Dtsfjohe5IPUFyqojk49SIoP7CifCTlNLG_pgivzppo,69
|
16
|
+
airbyte_source_google_sheets-0.9.0rc3.dist-info/RECORD,,
|
@@ -51,7 +51,7 @@ dynamic_streams:
|
|
51
51
|
name: ""
|
52
52
|
http_method: GET
|
53
53
|
path: >-
|
54
|
-
{% if config["spreadsheet_id"] | regex_search("^(https://.*)") %}{{ config["spreadsheet_id"] | regex_search("/([-\\w]{20,})([/]?)") }}{% else %}{{ config["spreadsheet_id"] }}{% endif %}/values:batchGet?ranges={{parameters["sheet_id"]}}!{{stream_partition.start_range}}:{{stream_partition.end_range}}&majorDimension=ROWS&alt=json
|
54
|
+
{% if config["spreadsheet_id"] | regex_search("^(https://.*)") %}{{ config["spreadsheet_id"] | regex_search("/([-\\w]{20,})([/]?)") }}{% else %}{{ config["spreadsheet_id"] }}{% endif %}/values:batchGet?ranges={{parameters["sheet_id"] | urlencode}}!{{stream_partition.start_range}}:{{stream_partition.end_range}}&majorDimension=ROWS&alt=json
|
55
55
|
error_handler:
|
56
56
|
type: DefaultErrorHandler
|
57
57
|
backoff_strategies:
|
@@ -85,7 +85,7 @@ dynamic_streams:
|
|
85
85
|
sheet_id: ""
|
86
86
|
http_method: GET
|
87
87
|
path: >-
|
88
|
-
{% if config["spreadsheet_id"] | regex_search("^(https://.*)") %}{{ config["spreadsheet_id"] | regex_search("/([-\\w]{20,})([/]?)") }}{% else %}{{ config["spreadsheet_id"] }}{% endif %}?includeGridData=true&ranges={{parameters["sheet_id"]}}!1:1&alt=json
|
88
|
+
{% if config["spreadsheet_id"] | regex_search("^(https://.*)") %}{{ config["spreadsheet_id"] | regex_search("/([-\\w]{20,})([/]?)") }}{% else %}{{ config["spreadsheet_id"] }}{% endif %}?includeGridData=true&ranges={{parameters["sheet_id"] | urlencode}}!1:1&alt=json
|
89
89
|
error_handler:
|
90
90
|
type: CompositeErrorHandler
|
91
91
|
error_handlers:
|
@@ -106,6 +106,7 @@ dynamic_streams:
|
|
106
106
|
- name
|
107
107
|
type: ComponentMappingDefinition
|
108
108
|
value: "{{components_values['properties']['title']}}"
|
109
|
+
value_type: string
|
109
110
|
description: name for dynamic stream.
|
110
111
|
- field_path:
|
111
112
|
- schema_loader
|
@@ -221,7 +222,7 @@ definitions:
|
|
221
222
|
description: spreadsheet_id can be either the full url to spreadsheet or the spreadsheet id.
|
222
223
|
http_method: GET
|
223
224
|
path: >-
|
224
|
-
{% if config["spreadsheet_id"] | regex_search("^(https://.*)") %}{{ config["spreadsheet_id"] | regex_search("/([-\\w]{20,})([/]?)") }}{% else %}{{ config["spreadsheet_id"] }}{% endif %}?includeGridData=true&ranges={{stream_partition.sheet_id}}!1:1&alt=json
|
225
|
+
{% if config["spreadsheet_id"] | regex_search("^(https://.*)") %}{{ config["spreadsheet_id"] | regex_search("/([-\\w]{20,})([/]?)") }}{% else %}{{ config["spreadsheet_id"] }}{% endif %}?includeGridData=true&ranges={{stream_partition.sheet_id | urlencode}}!1:1&alt=json
|
225
226
|
error_handler:
|
226
227
|
type: CompositeErrorHandler
|
227
228
|
error_handlers:
|
File without changes
|
File without changes
|