ABCDEFGHIJKLMNOPQ
1
2
Rudderstack Schema Compare
3
4
5
6
7
Control panelHow this works
8
📝Schema template id1V8jXc_Xe2w7owr4opEQ73NFPgZu6BxkwS10G83btQrEIf you need to get all of the your dataplanes' schema versions in one place and find out how many versions are currently active, this sheet can help you out.
👀Look to the top of this screen and you will see a new option in the toolbar 👆 - Scripts

This toolbar contains two options...

1️⃣ Get all event models - This calls Rudderstack's API and gets all of the event models for the dataplane you selected in the control panel above.
The results are displayed in the event-models sheet 📃 in this document.

2️⃣ Get schema - This runs down the list of your event models, calls Rudderstack's API for each one, before printing them all to a new sheet.
Make sure you have the sheet id 🔍 of your copy of the template in the control panel above to make sure that you have the scripts to easily analyse the results.
The results will be saved to the folder 📂you designated in the control panel above.

👩‍💻 In your newly-created schema document, you will see all of the versions for your event models next to each other, with one sheet per event model.
To easily analyse these results, you can run the two scripts in the workbook. This new file also has a 👆 Scripts menu in the toolbar.



9
📁Destination folder id1bp_HtRkdZevelKctrEQsnrEXXLZfnjwL
10
🌐Select dataplanehttps://dga-test-dataplane.dev.rudderlabs.com
11
12
Getting started
13
Before you can get your Rudderstack schema, you will need to...
14
✅ Get copy of the schema template sheet.
15
📍 Get it here.
16
✅ Designate a folder to save the results to
17
✅ Paste the IDs for the template and the folder to the
control panel 👆
18
🔑 Add your dataplane names and API keys
19
📍keys sheet here
20
21
Coded by
22
Dave Cook🌍davecookcodes.com
23
Upworkhttps://www.upwork.com/freelancers/~0141d415013a6613d0
24
Githubhttps://github.com/davecook88
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100