Skip to content

Commit d19c776

Browse files
committed
Add invite responses table to meltano data replication
This commit adds the itx-zoom-meetings-invite-responses-v2 table to the list of DynamoDB tables replicated by meltano from v1 to NATS KV. This enables the v1-sync-helper to process meeting invite RSVP data and index it into the v2 system alongside the existing meetings, registrants, past meetings, and other meeting-related data. The invite responses track when registrants accept, decline, or mark as maybe for meeting invitations, including the scope of their response (single occurrence, all occurrences, or this and following occurrences). Generated with [Claude Code](https://claude.com/claude-code) Signed-off-by: Andres Tobon <andrest2455@gmail.com>
1 parent 1affd8e commit d19c776

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meltano/meltano.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ plugins:
6969
- itx-zoom-past-meetings-recordings
7070
- itx-zoom-past-meetings-summaries
7171
- itx-zoom-meetings-registrants-v2
72+
- itx-zoom-meetings-invite-responses-v2
7273
metadata:
7374
"*":
7475
# Setting the replication key allows conditional loads for

0 commit comments

Comments
 (0)