Source Amplitude: handle 403 during check connection (#30831)
This commit is contained in:
committed by
GitHub
parent
29b0ea96bc
commit
2bc7f34862
@@ -34,5 +34,5 @@ COPY source_amplitude ./source_amplitude
|
||||
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
|
||||
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]
|
||||
|
||||
LABEL io.airbyte.version=0.3.3
|
||||
LABEL io.airbyte.version=0.3.4
|
||||
LABEL io.airbyte.name=airbyte/source-amplitude
|
||||
|
||||
@@ -6,7 +6,7 @@ data:
|
||||
connectorSubtype: api
|
||||
connectorType: source
|
||||
definitionId: fa9f58c6-2d03-4237-aaa4-07d75e0c1396
|
||||
dockerImageTag: 0.3.3
|
||||
dockerImageTag: 0.3.4
|
||||
dockerRepository: airbyte/source-amplitude
|
||||
githubIssueLabel: source-amplitude
|
||||
icon: amplitude.svg
|
||||
|
||||
@@ -20,6 +20,9 @@ definitions:
|
||||
- http_codes: [400]
|
||||
action: FAIL
|
||||
error_message: The file size of the exported data is too large. Shorten the time ranges and try again. The limit size is 4GB.
|
||||
- http_codes: [403]
|
||||
action: FAIL
|
||||
error_message: Access denied due to lack of permission or invalid API/Secret key or wrong data region.
|
||||
- http_codes: [404]
|
||||
action: IGNORE
|
||||
error_message: No data collected
|
||||
|
||||
@@ -52,6 +52,7 @@ The Amplitude connector ideally should gracefully handle Amplitude API limitatio
|
||||
|
||||
| Version | Date | Pull Request | Subject |
|
||||
|:--------|:-----------|:---------------------------------------------------------|:----------------------------------------------------------------------------------------------------------|
|
||||
| 0.3.4 | 2023-09-28 | [30831](https://github.com/airbytehq/airbyte/pull/30831) | Add user friendly error description on 403 error |
|
||||
| 0.3.3 | 2023-09-21 | [30652](https://github.com/airbytehq/airbyte/pull/30652) | Update spec: declare `start_date` type as `date-time` |
|
||||
| 0.3.2 | 2023-09-18 | [30525](https://github.com/airbytehq/airbyte/pull/30525) | Fix `KeyError` while getting `data_region` from config |
|
||||
| 0.3.1 | 2023-09-15 | [30471](https://github.com/airbytehq/airbyte/pull/30471) | Fix `Event` stream: Use `start_time` instead of cursor in the case of more recent |
|
||||
|
||||
Reference in New Issue
Block a user