Commit 38b0252
committed
Fix column name mismatch in multi-table CDC demo
- Fix UNRESOLVED_COLUMN error for user_id column in silver_transactions table
- Update SQL query to use correct columns: id, amount, item_count
- Remove references to non-existent columns: user_id, currency, transaction_type
- Ensure query matches actual silver table schema1 parent affc923 commit 38b0252
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
690 | 690 | | |
691 | 691 | | |
692 | 692 | | |
693 | | - | |
| 693 | + | |
694 | 694 | | |
695 | 695 | | |
696 | 696 | | |
697 | 697 | | |
698 | 698 | | |
699 | 699 | | |
700 | 700 | | |
701 | | - | |
| 701 | + | |
702 | 702 | | |
703 | 703 | | |
704 | 704 | | |
| |||
0 commit comments