airbyte-source-google-ads 4.1.4.dev202602051752__py3-none-any.whl → 4.1.4rc1__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.1
2
2
  Name: airbyte-source-google-ads
3
- Version: 4.1.4.dev202602051752
3
+ Version: 4.1.4rc1
4
4
  Summary: Source implementation for Google Ads.
5
5
  Home-page: https://airbyte.com
6
6
  License: Elv2
@@ -2,16 +2,16 @@ source_google_ads/__init__.py,sha256=Nlo5H6LlaSgg7tx_LyqMIy3MXiAagfk3izZ9o44VvSE
2
2
  source_google_ads/components.py,sha256=hzd6hgBuE0HvHVO71r3gdHsbM5sApQKpzW_QWKEAv8g,41479
3
3
  source_google_ads/config_migrations.py,sha256=oBi_qNqBpLS8GNCaIOBo0stNdYuyqVl6lkrhdXRwMX8,4405
4
4
  source_google_ads/google_ads.py,sha256=cxS18tz0fFJjmIhlhFQ3Zvu2K8bhDtmsl1kFeO7nNhk,11595
5
- source_google_ads/manifest.yaml,sha256=cQEztJxh_H5Xn1ZMRGNYwgR48xrW3gEWUb2LCJY85sI,224080
5
+ source_google_ads/manifest.yaml,sha256=4LzKMj23yS8Vo8M6tfxv77vIp58pIIEN26x3lz3rm1M,223987
6
6
  source_google_ads/models.py,sha256=ZmdS3z_2roaEQgV2Mx1CDm33MztpQ66SfHDzP8XwZog,1658
7
7
  source_google_ads/run.py,sha256=ydIyq_vSNV5Z4mJYnsO5GyNDsLDd0qibBsq6wnvuFAo,2002
8
8
  source_google_ads/schemas/customer_client.json,sha256=oThcyUDO1yWpxtWPWdoAFqTXEIweF8N4q6mRI73Q6yU,984
9
9
  source_google_ads/schemas/service_accounts.json,sha256=HVSyzbEoxzB4rntRHOjAh0ZYgbR584ew0W0CdJH7ECU,3485
10
10
  source_google_ads/source.py,sha256=hz5ep6stMWHNvD73PIF_7bjnee49sY9YHHjaYNAPnOQ,1425
11
- source_google_ads/spec.json,sha256=VHY8VTBxdu41VbsrSSOCUOd1ea0N2XxOUOU5CfdaRO0,8270
11
+ source_google_ads/spec.json,sha256=8hbc7smbaffIkYCkX2BYJLB9kgaH8vYKCg-H0y1FvUs,7810
12
12
  source_google_ads/streams.py,sha256=FB-DNJlXhjQADptT-wrv3iGWoliyRuvDuHGeqiN9HsY,13349
13
13
  source_google_ads/utils.py,sha256=-KpgGv2W8WueXvGRC3xbVreDl5-5-vU9OwzC5SZDKVc,21409
14
- airbyte_source_google_ads-4.1.4.dev202602051752.dist-info/METADATA,sha256=YKe67P_vROUfCM6-WivfteI7oY-OCu0wXmFADIflR4o,5397
15
- airbyte_source_google_ads-4.1.4.dev202602051752.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
16
- airbyte_source_google_ads-4.1.4.dev202602051752.dist-info/entry_points.txt,sha256=pP4Llir93XGkHFDZfXXxK7qOWo9_U1ssCJToyxEUB4w,63
17
- airbyte_source_google_ads-4.1.4.dev202602051752.dist-info/RECORD,,
14
+ airbyte_source_google_ads-4.1.4rc1.dist-info/METADATA,sha256=Hr8_UUBDWZy8aRl6fI4syCOVDKmGVxPlWA18ZRXOvrI,5384
15
+ airbyte_source_google_ads-4.1.4rc1.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
16
+ airbyte_source_google_ads-4.1.4rc1.dist-info/entry_points.txt,sha256=pP4Llir93XGkHFDZfXXxK7qOWo9_U1ssCJToyxEUB4w,63
17
+ airbyte_source_google_ads-4.1.4rc1.dist-info/RECORD,,
@@ -146,7 +146,7 @@ definitions:
146
146
  datetime_format: "%Y-%m-%d"
147
147
  lookback_window: P{{ config.get('conversion_window_days', 14) }}D
148
148
  cursor_granularity: P1D
149
- step: P{{ config.get('step_days', 14) }}D
149
+ step: P14D
150
150
  start_datetime:
151
151
  type: MinMaxDatetime
152
152
  datetime: "{{ config.get('start_date', day_delta(-365 * 2, format='%Y-%m-%d')) }}"
@@ -864,7 +864,7 @@ definitions:
864
864
  cursor_field: change_status.last_change_date_time
865
865
  datetime_format: "%Y-%m-%d %H:%M:%S.%f"
866
866
  cursor_granularity: PT0.000001S
867
- step: P{{ config.get('step_days', 14) }}D
867
+ step: P14D
868
868
  start_datetime:
869
869
  type: MinMaxDatetime
870
870
  datetime: "{{ day_delta(-90, format='%Y-%m-%d %H:%M:%S.%f') }}"
@@ -972,7 +972,7 @@ definitions:
972
972
  "datetime_format": "%Y-%m-%d",
973
973
  "lookback_window": "P{{ config.get('conversion_window_days', 14) }}D",
974
974
  "cursor_granularity": "P1D",
975
- "step": "P{{ config.get('step_days', 14) }}D",
975
+ "step": "P14D",
976
976
  "start_datetime": {
977
977
  "type": "MinMaxDatetime",
978
978
  "datetime": "{{ config.get('start_date', day_delta(-365 * 2, format='%Y-%m-%d')) }}",
@@ -131,16 +131,6 @@
131
131
  "default": 14,
132
132
  "examples": [14],
133
133
  "order": 6
134
- },
135
- "step_days": {
136
- "title": "Step (Days)",
137
- "type": "integer",
138
- "description": "The number of days per request slice for incremental streams. Smaller values reduce the amount of data per request, which can help avoid timeouts and connection errors for accounts with large data volumes. Default is 14 days.",
139
- "minimum": 1,
140
- "maximum": 30,
141
- "default": 14,
142
- "examples": [1, 7, 14],
143
- "order": 7
144
134
  }
145
135
  }
146
136
  },