| name: join-amazon-software | |
| manifest_version: 1 | |
| val_timestamp: null | |
| test_timestamp: null | |
| tables: | |
| products: | |
| pkey: product_id | |
| time_col: null | |
| fkeys: {} | |
| reviewers: | |
| pkey: reviewer_id | |
| time_col: null | |
| fkeys: {} | |
| reviews: | |
| pkey: null | |
| time_col: timestamp | |
| fkeys: | |
| reviewer_id: reviewers | |
| product_id: products | |