Skip to content

Commit

Permalink
Source Mixpanel: exclude CohortMembers from incremental tests (#31906)
Browse files Browse the repository at this point in the history
  • Loading branch information
davydov-d committed Oct 27, 2023
1 parent e3b262f commit 3a26c62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ acceptance_tests:
incremental:
tests:
- config_path: "secrets/config_incremental.json"
# engage stream is not part of incremental catalog as it is semi incremental,
# so cursor filter is not inside request, but results are filtered based on cursor state
# also engage can produce records without cursor field, so abnormal state test will fail
# The `Engage` and `CohortMembers` streams are not part of incremental catalog as they are semi-incremental,
# so cursor filter is not inside request, but results are filtered based on the cursor value.
# Also, these streams can produce records without cursor field, so abnormal state test would fail.
configured_catalog_path: "integration_tests/configured_catalog_incremental.json"
future_state:
future_state_path: "integration_tests/abnormal_state.json"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,6 @@
"cursor_field": ["created"],
"primary_key": [["id"]]
},
{
"stream": {
"name": "cohort_members",
"json_schema": {},
"supported_sync_modes": ["full_refresh", "incremental"],
"source_defined_cursor": false,
"default_cursor_field": ["last_seen"],
"source_defined_primary_key": [["distinct_id"]]
},
"sync_mode": "incremental",
"destination_sync_mode": "append",
"cursor_field": ["last_seen"],
"primary_key": [["distinct_id"]]
},
{
"stream": {
"name": "revenue",
Expand Down

0 comments on commit 3a26c62

Please sign in to comment.