You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/source-google-analytics-data-api/manifest.yaml
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -183,10 +183,20 @@ definitions:
183
183
- type: ConstantBackoffStrategy
184
184
backoff_time_in_seconds: 30
185
185
response_filters:
186
-
- predicate: ""
186
+
- type: HttpResponseFilter
187
+
http_codes: [400]
187
188
action: FAIL
188
189
failure_type: config_error
189
-
error_message: "Incorrect Property ID. Access was denied to the property ID entered. Check your access to the Property ID or use Google Analytics https://developers.google.com/analytics/devguides/reporting/data/v1/property-id#what_is_my_property_id to find your Property ID."
0 commit comments