Skip to content

Commit

Permalink
fixed sailthru
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucie Milan committed Nov 6, 2023
1 parent ccadfc8 commit 8ec9150
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 101 deletions.
54 changes: 0 additions & 54 deletions _data/taps/schemas/sailthru/v0.2/json/blast_query.json

This file was deleted.

18 changes: 0 additions & 18 deletions _data/taps/schemas/sailthru/v0.2/sailthru-v0.2-tables.yml

This file was deleted.

48 changes: 22 additions & 26 deletions _data/taps/schemas/sailthru/v1/sailthru-v1-foreign-keys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,20 @@ keys:
- lists
- table: users
keys:
- users.lists.value
- lists
- table: blasts
keys:
- list
- table: blast_repeats
keys:
- list_id
- list
blasts_blast_id:
- table: blasts
keys:
- blast_id
- table: blast_query
keys:
- blast_id
_:
- table: ''
keys:
- ''
tables:
- table-name: lists
join:
Expand All @@ -45,15 +41,15 @@ tables:
- table-name: users
keys:
- key: list_id
foreign-key: users.lists.value
foreign-key: lists
- table-name: blasts
keys:
- key: list_id
foreign-key: list
- table-name: blast_repeats
keys:
- key: list_id
foreign-key: list_id
foreign-key: list
- table-name: ad_targeter_plans
join:
- table-name: lists
Expand All @@ -67,15 +63,15 @@ tables:
- table-name: users
keys:
- key: list
foreign-key: users.lists.value
foreign-key: lists
- table-name: blasts
keys:
- key: list
foreign-key: list
- table-name: blast_repeats
keys:
- key: list
foreign-key: list_id
foreign-key: list
- table-name: blast_save_list
join:
- table-name: lists
Expand All @@ -89,37 +85,37 @@ tables:
- table-name: users
keys:
- key: lists
foreign-key: users.lists.value
foreign-key: lists
- table-name: blasts
keys:
- key: lists
foreign-key: list
- table-name: blast_repeats
keys:
- key: lists
foreign-key: list_id
foreign-key: list
- table-name: users
join:
- table-name: lists
keys:
- key: users.lists.value
- key: lists
foreign-key: list_id
- table-name: ad_targeter_plans
keys:
- key: users.lists.value
- key: lists
foreign-key: list
- table-name: blast_save_list
keys:
- key: users.lists.value
- key: lists
foreign-key: lists
- table-name: blasts
keys:
- key: users.lists.value
- key: lists
foreign-key: list
- table-name: blast_repeats
keys:
- key: users.lists.value
foreign-key: list_id
- key: lists
foreign-key: list
- table-name: blasts
join:
- table-name: lists
Expand All @@ -137,11 +133,11 @@ tables:
- table-name: users
keys:
- key: list
foreign-key: users.lists.value
foreign-key: lists
- table-name: blast_repeats
keys:
- key: list
foreign-key: list_id
foreign-key: list
- table-name: blast_query
keys:
- key: blast_id
Expand All @@ -150,23 +146,23 @@ tables:
join:
- table-name: lists
keys:
- key: list_id
- key: list
foreign-key: list_id
- table-name: ad_targeter_plans
keys:
- key: list_id
- key: list
foreign-key: list
- table-name: blast_save_list
keys:
- key: list_id
- key: list
foreign-key: lists
- table-name: users
keys:
- key: list_id
foreign-key: users.lists.value
- key: list
foreign-key: lists
- table-name: blasts
keys:
- key: list_id
- key: list
foreign-key: list
- table-name: blast_query
join:
Expand Down
3 changes: 0 additions & 3 deletions _data/taps/schemas/sailthru/v1/sailthru-v1-issues.txt

This file was deleted.

1 change: 1 addition & 0 deletions _data/taps/schemas/sailthru/v1/sailthru-v1-tables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,4 @@ tables:
table-details:
replication-method: Full Table
primary-key: profile_id
tap-repo-schemas: true

0 comments on commit 8ec9150

Please sign in to comment.