Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Amplitude integration #5063

Merged
merged 3 commits into from
Jul 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.40.0...main)

### Changed
- Updated the sample dataset for the Amplitude integration [#5063](https://github.com/ethyca/fides/pull/5063)

## [2.40.0](https://github.com/ethyca/fides/compare/2.39.2...2.40.0)

### Added
Expand Down
2 changes: 1 addition & 1 deletion data/saas/config/amplitude_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ saas_config:
type: amplitude
description: A sample schema representing the Amplitude connector for Fides
user_guide: https://docs.ethyca.com/user-guides/integrations/saas-integrations/amplitude
version: 0.1.2
version: 0.1.3

connector_params:
- name: domain
Expand Down
60 changes: 0 additions & 60 deletions data/saas/dataset/amplitude_dataset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,66 +43,6 @@ dataset:
data_type: integer
- name: merged_amplitude_ids
- name: merge_times
- name: version
data_categories: [system.operations]
fidesops_meta:
data_type: string
- name: country
data_categories: [user.contact.address.country]
fidesops_meta:
data_type: string
- name: language
data_categories: [system.operations]
fidesops_meta:
data_type: string
- name: library
data_categories: [system.operations]
fidesops_meta:
data_type: string
- name: ip_address
data_categories: [user.device.ip_address]
fidesops_meta:
data_type: string
- name: platform
data_categories: [system.operations]
fidesops_meta:
data_type: string
- name: os
data_categories: [system.operations]
fidesops_meta:
data_type: string
- name: device
data_categories: [user.device]
fidesops_meta:
data_type: string
- name: device_type
data_categories: [user.device]
fidesops_meta:
data_type: string
- name: carrier
data_categories: [system.operations]
fidesops_meta:
data_type: string
- name: start_version
data_categories: [system.operations]
fidesops_meta:
data_type: string
- name: paying
data_categories: [system.operations]
fidesops_meta:
data_type: string
- name: city
data_categories: [user.contact.address.city]
fidesops_meta:
data_type: string
- name: region
data_categories: [user.contact.address.state]
fidesops_meta:
data_type: string
- name: dma
data_categories: [user.location]
fidesops_meta:
data_type: string
- name: properties
fidesops_meta:
data_type: object
Expand Down
17 changes: 0 additions & 17 deletions tests/ops/integration_tests/saas/test_amplitude_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ async def test_amplitude_access_request_task(
"user_id",
"amplitude_id",
"last_device_id",
"platform",
"country",
"last_seen",
],
)
Expand All @@ -75,21 +73,6 @@ async def test_amplitude_access_request_task(
"canonical_amplitude_id",
"merged_amplitude_ids",
"merge_times",
"version",
"country",
"language",
"library",
"ip_address",
"platform",
"os",
"device",
"device_type",
"carrier",
"start_version",
"paying",
"city",
"region",
"dma",
"properties",
"aliasing_user_ids",
"aliased_user_id",
Expand Down
Loading