You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: models/src_pendo.yml
+35-1Lines changed: 35 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,8 @@ sources:
30
30
description: The timestamp (UTC) of when the account was last updated.
31
31
- name: last_visit
32
32
description: The timestamp (UTC) of when Pendo last recorded an event for the account.
33
+
- name: _fivetran_synced
34
+
description: UTC timestamp that indicates the time when Fivetran last successfully synced the row.
33
35
34
36
- name: application_history
35
37
description: Table capturing changes to your tracked application(s).
@@ -98,6 +100,8 @@ sources:
98
100
- name: store_url
99
101
- name: subscription_id
100
102
description: ID of the pendo subscription.
103
+
- name: _fivetran_synced
104
+
description: UTC timestamp that indicates the time when Fivetran last successfully synced the row.
101
105
102
106
- name: event
103
107
description: Table capturing all recorded click and pageview events (tagged or untagged).
@@ -122,6 +126,8 @@ sources:
122
126
description: String identifying the browser and operating system on which the event was triggered.
123
127
- name: visitor_id
124
128
description: Foreign key referencing the `VISITOR` who triggered the event.
129
+
- name: _fivetran_synced
130
+
description: UTC timestamp that indicates the time when Fivetran last successfully synced the row.
125
131
126
132
- name: feature_event
127
133
description: Table capturing all recorded click events matching tagged features.
@@ -146,6 +152,8 @@ sources:
146
152
description: String identifying the browser and operating system on which the event was triggered.
147
153
- name: visitor_id
148
154
description: Foreign key referencing the `VISITOR` who triggered the event.
155
+
- name: _fivetran_synced
156
+
description: UTC timestamp that indicates the time when Fivetran last successfully synced the row.
149
157
150
158
- name: feature_history
151
159
description: Table capturing historical records of features in Pendo.
@@ -180,6 +188,8 @@ sources:
180
188
description: The unique identifier for the current version of the feature.
181
189
- name: valid_through
182
190
description: Timestamp that indicates when data was last processed.
191
+
- name: _fivetran_synced
192
+
description: UTC timestamp that indicates the time when Fivetran last successfully synced the row.
183
193
184
194
- name: group
185
195
description: Table capturing the product areas.
@@ -204,6 +214,8 @@ sources:
204
214
description: The number of features/pages tagged under this product area. It's not entirely clear how this is calculated and should not be trusted 100%.
205
215
- name: name
206
216
description: Name of the product area.
217
+
- name: _fivetran_synced
218
+
description: UTC timestamp that indicates the time when Fivetran last successfully synced the row.
207
219
208
220
- name: guide_event
209
221
description: Table capturing events related to guides. Each row is a unique event around `guideAdvanced`, `guideSeen`, `guideDismissed`, `guideSnoozed`, `guideTimeout`, `guideActivity`.
@@ -242,6 +254,8 @@ sources:
242
254
description: String identifying the browser and operating system on which the event was triggered.
243
255
- name: visitor_id
244
256
description: Foreign key referencing the `VISITOR` who triggered the event.
257
+
- name: _fivetran_synced
258
+
description: UTC timestamp that indicates the time when Fivetran last successfully synced the row.
245
259
246
260
- name: guide_history
247
261
description: Table capturing historical records of guides in pendo.
@@ -312,6 +326,8 @@ sources:
312
326
description: The unique identifier for the current version of the feature.
313
327
- name: state
314
328
description: The current state of the guide. published, staged, draft, and disabled.
329
+
- name: _fivetran_synced
330
+
description: UTC timestamp that indicates the time when Fivetran last successfully synced the row.
315
331
316
332
- name: guide_step_history
317
333
description: Table associating guides with the steps they include.
@@ -322,6 +338,8 @@ sources:
322
338
description: Timestamp of when the guide was last updated.
323
339
- name: step_id
324
340
description: Foreign key referencing the `STEP` that the guide includes.
341
+
- name: _fivetran_synced
342
+
description: UTC timestamp that indicates the time when Fivetran last successfully synced the row.
325
343
326
344
- name: page_event
327
345
description: Table capturing all recorded pageviews matching tagged pages.
@@ -350,6 +368,8 @@ sources:
350
368
description: String identifying the browser and operating system on which the event was triggered.
351
369
- name: visitor_id
352
370
description: Foreign key referencing the `VISITOR` who triggered the event.
371
+
- name: _fivetran_synced
372
+
description: UTC timestamp that indicates the time when Fivetran last successfully synced the row.
353
373
354
374
- name: page_history
355
375
description: Table capturing the historical records of pages tagged in Pendo.
@@ -380,6 +400,8 @@ sources:
380
400
description: The unique identifier for the current version of the page.
381
401
- name: valid_through
382
402
description: Timestamp that indicates when data was last processed.
403
+
- name: _fivetran_synced
404
+
description: UTC timestamp that indicates the time when Fivetran last successfully synced the row.
383
405
384
406
- name: page_rule_history
385
407
description: Table capturing historical records of rules associated with pages.
@@ -394,6 +416,8 @@ sources:
394
416
description: The url rule of the page, completely parsed out.
395
417
- name: rule
396
418
description: Bare-bones URL rule of the page.
419
+
- name: _fivetran_synced
420
+
description: UTC timestamp that indicates the time when Fivetran last successfully synced the row.
Copy file name to clipboardExpand all lines: models/stg_pendo.yml
+36-3Lines changed: 36 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ models:
22
22
description: The timestamp (UTC) of when the account was last updated.
23
23
- name: last_visit_at
24
24
description: The timestamp (UTC) of when Pendo last recorded an event for the account.
25
+
- name: _fivetran_synced
26
+
description: UTC timestamp that indicates the time when Fivetran last successfully synced the row.
25
27
26
28
- name: stg_pendo__application_history
27
29
description: Table capturing changes to your tracked application(s).
@@ -63,13 +65,14 @@ models:
63
65
description: Timestamp of when the app was last updated.
64
66
- name: last_updated_by_user_id
65
67
description: Foreign key referencing the `USER` who last updated the app.
66
-
- name: marked_for_deletion_at
67
-
description: Timestamp of when the app was marked for deletion, if at all.
68
68
- name: application_name
69
69
description: Title of the application.
70
70
- name: platform
71
71
description: Platform on which the application is served.
72
72
- name: subscription_id
73
+
description: ID of the app's Pendo subscription.
74
+
- name: _fivetran_synced
75
+
description: UTC timestamp that indicates the time when Fivetran last successfully synced the row.
73
76
74
77
- name: stg_pendo__event
75
78
description: >
@@ -101,6 +104,8 @@ models:
101
104
tests:
102
105
- unique
103
106
- not_null
107
+
- name: _fivetran_synced
108
+
description: UTC timestamp that indicates the time when Fivetran last successfully synced the row.
104
109
105
110
- name: stg_pendo__feature_event
106
111
description: >
@@ -132,6 +137,8 @@ models:
132
137
tests:
133
138
- unique
134
139
- not_null
140
+
- name: _fivetran_synced
141
+
description: UTC timestamp that indicates the time when Fivetran last successfully synced the row.
135
142
136
143
- name: stg_pendo__feature_history
137
144
description: Table capturing historical records of features in Pendo.
@@ -169,6 +176,8 @@ models:
169
176
description: The unique identifier for the current version of the feature.
170
177
- name: valid_through
171
178
description: Timestamp that indicates when data was last processed.
179
+
- name: _fivetran_synced
180
+
description: UTC timestamp that indicates the time when Fivetran last successfully synced the row.
172
181
173
182
- name: stg_pendo__group
174
183
description: Table capturing the product areas (groups) that pages and features can be tagged with.
@@ -192,6 +201,8 @@ models:
192
201
description: Foreign key referencing the `USER` who last updated the product area.
193
202
- name: group_name
194
203
description: Name of the product area.
204
+
- name: _fivetran_synced
205
+
description: UTC timestamp that indicates the time when Fivetran last successfully synced the row.
195
206
196
207
- name: stg_pendo__guide_event
197
208
description: Table capturing events related to guides. Each row is a unique event around `guideAdvanced`, `guideSeen`, `guideDismissed`, `guideSnoozed`, `guideTimeout`, `guideActivity`.
@@ -231,6 +242,8 @@ models:
231
242
tests:
232
243
- unique
233
244
- not_null
245
+
- name: _fivetran_synced
246
+
description: UTC timestamp that indicates the time when Fivetran last successfully synced the row.
234
247
235
248
- name: stg_pendo__guide_history
236
249
description: Table capturing historical records of guides in pendo.
@@ -276,6 +289,8 @@ models:
276
289
description: The unique identifier for the current version of the guide.
277
290
- name: state
278
291
description: The current state of the guide. published, staged, draft, and disabled.
292
+
- name: _fivetran_synced
293
+
description: UTC timestamp that indicates the time when Fivetran last successfully synced the row.
279
294
280
295
- name: stg_pendo__guide_step_history
281
296
description: Table associating guides with the steps they include.
@@ -292,6 +307,8 @@ models:
292
307
description: Timestamp of when the guide was last updated.
293
308
- name: step_id
294
309
description: Foreign key referencing the `STEP` that the guide includes.
310
+
- name: _fivetran_synced
311
+
description: UTC timestamp that indicates the time when Fivetran last successfully synced the row.
295
312
296
313
- name: stg_pendo__page_event
297
314
description: >
@@ -327,6 +344,8 @@ models:
327
344
tests:
328
345
- unique
329
346
- not_null
347
+
- name: _fivetran_synced
348
+
description: UTC timestamp that indicates the time when Fivetran last successfully synced the row.
330
349
331
350
- name: stg_pendo__page_history
332
351
description: Table capturing the historical records of pages tagged in Pendo.
@@ -360,6 +379,8 @@ models:
360
379
description: The unique identifier for the current version of the page.
361
380
- name: valid_through
362
381
description: Timestamp that indicates when data was last processed.
382
+
- name: _fivetran_synced
383
+
description: UTC timestamp that indicates the time when Fivetran last successfully synced the row.
363
384
364
385
- name: stg_pendo__page_rule_history
365
386
description: Table capturing historical records of rules associated with pages.
@@ -380,6 +401,8 @@ models:
380
401
description: The url rule of the page, completely parsed out.
381
402
- name: rule
382
403
description: Bare-bones URL rule of the page.
404
+
- name: _fivetran_synced
405
+
description: UTC timestamp that indicates the time when Fivetran last successfully synced the row.
0 commit comments