airbyte-source-google-search-console 1.9.2__py3-none-any.whl → 1.9.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: airbyte-source-google-search-console
3
- Version: 1.9.2
3
+ Version: 1.9.3
4
4
  Summary: Source implementation for Google Search Console.
5
5
  License: Elv2
6
6
  Author: Airbyte
@@ -2,12 +2,12 @@ source_google_search_console/__init__.py,sha256=HQCPu-CK7XmVDtP9rmTdB2XyraVCc6pv
2
2
  source_google_search_console/components.py,sha256=_6gl-xgwmvRgChEGNZhMsuYAcTw7gIf3yfe7IKvWkPk,6767
3
3
  source_google_search_console/config_migrations.py,sha256=Cl4SUdJpAf6wMM_vVhqjjU89NfUq9LIGJ9zNrWiBk-A,4235
4
4
  source_google_search_console/exceptions.py,sha256=iD3jYC4WxVCEKGsqQ7Vaj1tbjhJZ4S5mnSDnwFJdsIQ,1097
5
- source_google_search_console/manifest.yaml,sha256=luNdDPiw_wOoZPFEHFiO7sSUH-AG_cpBiRhPses7vGQ,55028
5
+ source_google_search_console/manifest.yaml,sha256=JK7hcr7Z2MLXdaKFAgxU0-m51BTg4JL5Chg4C1spuxY,56180
6
6
  source_google_search_console/run.py,sha256=TBkPlseTERarkj6wL8AMEKgm5Xsb2drnltPVH6257-M,2195
7
7
  source_google_search_console/service_account_authenticator.py,sha256=pAWKAXfwfTY3xkXvQJH0EyFphFULdCIcC47YXYTO9X8,1307
8
8
  source_google_search_console/source.py,sha256=TFuafbBg8Nlb-LsYwNSXH1Xcz9U0ELZRX0e3hjCKPzs,7669
9
9
  source_google_search_console/spec.json,sha256=HebTMHop7twcJH6jjgAccYEgg93bTLGsp6jVdMj1x0c,9409
10
- airbyte_source_google_search_console-1.9.2.dist-info/METADATA,sha256=drb0K0OpLatyCIf_Ym4s6B2drWF-urIC8lTnKU7Gjqs,5621
11
- airbyte_source_google_search_console-1.9.2.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
12
- airbyte_source_google_search_console-1.9.2.dist-info/entry_points.txt,sha256=DMcgc9bCX-Vt6hm_68pa77qS3eGdeMhg-UdlFc-XKUM,85
13
- airbyte_source_google_search_console-1.9.2.dist-info/RECORD,,
10
+ airbyte_source_google_search_console-1.9.3.dist-info/METADATA,sha256=4isC5JLdKFAgkoyPMUSWwnben3WhbCF8Vjz1NVbqVRs,5621
11
+ airbyte_source_google_search_console-1.9.3.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
12
+ airbyte_source_google_search_console-1.9.3.dist-info/entry_points.txt,sha256=DMcgc9bCX-Vt6hm_68pa77qS3eGdeMhg-UdlFc-XKUM,85
13
+ airbyte_source_google_search_console-1.9.3.dist-info/RECORD,,
@@ -158,6 +158,19 @@ definitions:
158
158
  - type: RemoveFields
159
159
  field_pointers:
160
160
  - - keys
161
+ # The purpose of the following transformation is to
162
+ # cast the query value as a string. The GSC API allows
163
+ # users to make queries with a wide array of datatypes resulting
164
+ # in occasional non-string values. This transformation ensures
165
+ # the Airbyte Entrypoint can serialize these non-string values.
166
+ - type: AddFields
167
+ fields:
168
+ - type: AddedFieldDefinition
169
+ path:
170
+ - query
171
+ value: "{{ record['query'] }}"
172
+ value_type: string
173
+ condition: "{{ record.get('query', False) }}"
161
174
  schema_loader:
162
175
  type: InlineSchemaLoader
163
176
  schema:
@@ -386,6 +399,19 @@ definitions:
386
399
  - type: RemoveFields
387
400
  field_pointers:
388
401
  - - keys
402
+ # The purpose of the following transformation is to
403
+ # cast the query value as a string. The GSC API allows
404
+ # users to make queries with a wide array of datatypes resulting
405
+ # in occasional non-string values. This transformation ensures
406
+ # the Airbyte Entrypoint can serialize these non-string values.
407
+ - type: AddFields
408
+ fields:
409
+ - type: AddedFieldDefinition
410
+ path:
411
+ - query
412
+ value: "{{ record['query'] }}"
413
+ value_type: string
414
+ condition: "{{ record.get('query', False) }}"
389
415
  schema_loader:
390
416
  type: InlineSchemaLoader
391
417
  schema: