Skip to content

Commit

Permalink
PROD-2796: ignore 400 errors on Talkable's person endpoint (#5317)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertKeyser committed Sep 23, 2024
1 parent b4e014f commit d5986a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ The types of changes are:

## [Unreleased](https://github.com/ethyca/fides/compare/2.45.2...main)

### Fixed
- Ignore `400` errors from Talkable's `person` endpoint. [#5317](https://github.com/ethyca/fides/pull/5317)

## [2.45.2](https://github.com/ethyca/fides/compare/2.45.1...2.45.2)

### Fixed
Expand Down
3 changes: 2 additions & 1 deletion data/saas/config/talkable_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ saas_config:
name: Talkable
type: talkable
description: A sample schema representing the talkable connector for Fides
version: 0.1.0
version: 0.1.1

connector_params:
- name: domain
Expand Down Expand Up @@ -43,6 +43,7 @@ saas_config:
- name: site_slug
value: <site_slug>
data_path: result.person
ignore_errors: [400]
param_values:
- name: email
identity: email
Expand Down

0 comments on commit d5986a5

Please sign in to comment.