Skip to content

Commit

Permalink
Merge pull request #18 from rudderlabs/feat/drop-email-id-type-from-i…
Browse files Browse the repository at this point in the history
…dentifies

feat: drop email id-type from identifies
  • Loading branch information
nidhilashkari17 authored Jan 10, 2024
2 parents c89a843 + df4b5ec commit 22fb076
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
12 changes: 0 additions & 12 deletions models/inputs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ inputs:
- name: timestamp
- name: user_id
- name: anonymous_id
- name: email
app_defaults:
table: RUDDERSTACK_TEST_DB.DATA_APPS_SIMULATED_SHOPIFY.IDENTIFIES
occurred_at_col: timestamp
Expand All @@ -23,9 +22,6 @@ inputs:
- select: "anonymous_id"
type: anonymous_id
entity: user
- select: "lower(email)"
type: email
entity: user
- name: rsIdentifies_2
source_metadata:
role: "*"
Expand All @@ -39,7 +35,6 @@ inputs:
- name: timestamp
- name: user_id
- name: anonymous_id
- name: email
app_defaults:
table: RUDDERSTACK_TEST_DB.DATA_APPS_SIMULATED_SHOPIFY.IDENTIFIES
occurred_at_col: timestamp
Expand All @@ -50,9 +45,6 @@ inputs:
- select: "anonymous_id"
type: anonymous_id
entity: user
- select: "lower(email)"
type: email
entity: user
- name: rsIdentifies_3
source_metadata:
role: "*"
Expand All @@ -66,7 +58,6 @@ inputs:
- name: timestamp
- name: user_id
- name: anonymous_id
- name: email
app_defaults:
table: RUDDERSTACK_TEST_DB.DATA_APPS_SIMULATED_SHOPIFY.IDENTIFIES
occurred_at_col: timestamp
Expand All @@ -77,9 +68,6 @@ inputs:
- select: "anonymous_id"
type: anonymous_id
entity: user
- select: "lower(email)"
type: email
entity: user
- name: rsTracks_1
source_metadata:
role: "*"
Expand Down
8 changes: 1 addition & 7 deletions pb_project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ entities:
id_types:
- user_id
- anonymous_id
- email
- cart_token
id_types:
- name: user_id
Expand All @@ -29,11 +28,6 @@ id_types:
value: "unknown"
- type: exclude
value: "NaN"
- name: email
filters:
- type: include
regex: ".+@.+"
- type: exclude
value: "[email protected]"

python_requirements:
- profiles-pycorelib==0.2.1

0 comments on commit 22fb076

Please sign in to comment.