airbyte-source-google-search-console 1.5.14.dev202502142052__py3-none-any.whl → 1.5.14.dev202502181519__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: airbyte-source-google-search-console
3
- Version: 1.5.14.dev202502142052
3
+ Version: 1.5.14.dev202502181519
4
4
  Summary: Source implementation for Google Search Console.
5
5
  License: Elv2
6
6
  Author: Airbyte
@@ -19,8 +19,8 @@ source_google_search_console/schemas/sites.json,sha256=WNiCRuStPL1YkJiFa8FEbNJmq
19
19
  source_google_search_console/service_account_authenticator.py,sha256=gjUxt0xFxj82uviCQNTsA1Jlee__UDhYNjE7bRO1G0U,1227
20
20
  source_google_search_console/source.py,sha256=8n10_agSa2rvPvEyBvOfOpmpEardbEhi3H0vlK2A4_g,10002
21
21
  source_google_search_console/spec.json,sha256=WYtFvaSqWYGm1Dt2yV9G92U78Q94rh9oarbxJe3H7xo,8470
22
- source_google_search_console/streams.py,sha256=MPy075V0U5peAe3uZFgjGXws0rbARktKqLgnJvLvxpQ,20399
23
- airbyte_source_google_search_console-1.5.14.dev202502142052.dist-info/METADATA,sha256=5Mhh9kTcntbXEVUFsujkVjbVq37RDMPUOIk6PaFW5z8,5646
24
- airbyte_source_google_search_console-1.5.14.dev202502142052.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
25
- airbyte_source_google_search_console-1.5.14.dev202502142052.dist-info/entry_points.txt,sha256=DMcgc9bCX-Vt6hm_68pa77qS3eGdeMhg-UdlFc-XKUM,85
26
- airbyte_source_google_search_console-1.5.14.dev202502142052.dist-info/RECORD,,
22
+ source_google_search_console/streams.py,sha256=xQbA4h9uWliHX4OuAPHwrTVbm-NKG6-8b2N0fW9imFI,20478
23
+ airbyte_source_google_search_console-1.5.14.dev202502181519.dist-info/METADATA,sha256=Vk76N4nHyE8PY0JuH3XnMXW1lvVlcr41QGPMMhTZLic,5646
24
+ airbyte_source_google_search_console-1.5.14.dev202502181519.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
25
+ airbyte_source_google_search_console-1.5.14.dev202502181519.dist-info/entry_points.txt,sha256=DMcgc9bCX-Vt6hm_68pa77qS3eGdeMhg-UdlFc-XKUM,85
26
+ airbyte_source_google_search_console-1.5.14.dev202502181519.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.0.1
2
+ Generator: poetry-core 2.1.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -392,6 +392,7 @@ class SearchByKeyword(SearchAnalytics):
392
392
  groupType: "and" - Whether all filters in this group must return true ("and"), or one or more must return true (not yet supported).
393
393
  filters: {"dimension": "searchAppearance", "operator": "equals", "expression": keyword}
394
394
  """
395
+ search_types = ["web", "news", "image", "video", "discover", "googleNews"]
395
396
 
396
397
  def stream_slices(
397
398
  self, sync_mode: SyncMode, cursor_field: List[str] = None, stream_state: Mapping[str, Any] = None