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
comment on table process_tracker.process_tracking is 'Tracking table of process runs.';
217
217
218
-
comment on table process_tracker.column process_tracking.process_id is 'The process that is being run.';
218
+
comment on column process_tracker.process_tracking.process_id is 'The process that is being run.';
219
219
220
-
comment on table process_tracker.column process_tracking.process_status_id is 'The current status of the given process run.';
220
+
comment on column process_tracker.process_tracking.process_status_id is 'The current status of the given process run.';
221
221
222
-
comment on table process_tracker.column process_tracking.process_run_id is 'The unique run identifier for the process. Sequential to the unique process.';
222
+
comment on column process_tracker.process_tracking.process_run_id is 'The unique run identifier for the process. Sequential to the unique process.';
223
223
224
-
comment on table process_tracker.column process_tracking.process_run_low_date_time is 'The lowest datetime provided by the extract dataset being processed.';
224
+
comment on column process_tracker.process_tracking.process_run_low_date_time is 'The lowest datetime provided by the extract dataset being processed.';
225
225
226
-
comment on table process_tracker.column process_tracking.process_run_high_date_time is 'The highest datetime provided by the extract dataset being processed.';
226
+
comment on column process_tracker.process_tracking.process_run_high_date_time is 'The highest datetime provided by the extract dataset being processed.';
227
227
228
-
comment on table process_tracker.column process_tracking.process_run_start_date_time is 'The datetime which the process run kicked off.';
228
+
comment on column process_tracker.process_tracking.process_run_start_date_time is 'The datetime which the process run kicked off.';
229
229
230
-
comment on table process_tracker.column process_tracking.process_run_end_date_time is 'The datetime which the process run ended (either in failure or success).';
230
+
comment on column process_tracker.process_tracking.process_run_end_date_time is 'The datetime which the process run ended (either in failure or success).';
231
231
232
-
comment on table process_tracker.column process_tracking.process_run_record_count is 'The number of unique records processed by the run.';
232
+
comment on column process_tracker.process_tracking.process_run_record_count is 'The number of unique records processed by the run.';
233
233
234
-
comment on table process_tracker.column process_tracking.process_run_actor_id is 'The actor who kicked the process run off.';
234
+
comment on column process_tracker.process_tracking.process_run_actor_id is 'The actor who kicked the process run off.';
235
235
236
-
comment on table process_tracker.column process_tracking.is_latest_run is 'Flag for determining if the run record is the latest for a given process.';
236
+
comment on column process_tracker.process_tracking.is_latest_run is 'Flag for determining if the run record is the latest for a given process.';
237
237
238
238
altertableprocess_tracker.process_tracking owner to pt_admin;
comment on table process_tracker.extract_tracking is 'Tracking table for all extract/staging data files.';
589
589
590
-
comment on table process_tracker.column extract_tracking.extract_filename is 'The unique filename for a given extract from a given source.';
590
+
comment on column process_tracker.extract_tracking.extract_filename is 'The unique filename for a given extract from a given source.';
591
591
592
-
comment on table process_tracker.column extract_tracking.extract_location_id is 'The location table process_tracker.where the given extract can be found.';
592
+
comment on column process_tracker.extract_tracking.extract_location_id is 'The location where the given extract can be found.';
593
593
594
-
comment on table process_tracker.column extract_tracking.extract_process_run_id is 'The process that registered or created the extract file.';
594
+
comment on column process_tracker.extract_tracking.extract_process_run_id is 'The process that registered or created the extract file.';
595
595
596
-
comment on table process_tracker.column extract_tracking.extract_status_id is 'The status of the extract.';
596
+
comment on column process_tracker.extract_tracking.extract_status_id is 'The status of the extract.';
597
597
598
-
comment on table process_tracker.column extract_tracking.extract_registration_date_time is 'The datetime that the extract was loaded into extract tracking.';
598
+
comment on column process_tracker.extract_tracking.extract_registration_date_time is 'The datetime that the extract was loaded into extract tracking.';
599
599
600
-
comment on table process_tracker.column extract_tracking.extract_write_low_date_time is 'The lowest datetime of the data set as noted when writing the data file.';
600
+
comment on column process_tracker.extract_tracking.extract_write_low_date_time is 'The lowest datetime of the data set as noted when writing the data file.';
601
601
602
-
comment on table process_tracker.column extract_tracking.extract_write_high_date_time is 'The highest datetime of the data set as noted when writing the data file.';
602
+
comment on column process_tracker.extract_tracking.extract_write_high_date_time is 'The highest datetime of the data set as noted when writing the data file.';
603
603
604
-
comment on table process_tracker.column extract_tracking.extract_write_record_count is 'The record count of the data set as noted when writing the data file.';
604
+
comment on column process_tracker.extract_tracking.extract_write_record_count is 'The record count of the data set as noted when writing the data file.';
605
605
606
-
comment on table process_tracker.column extract_tracking.extract_load_low_date_time is 'The lowest datetime of the data set as noted when loading the data file. Should match the extract_write_low_date_time.';
606
+
comment on column process_tracker.extract_tracking.extract_load_low_date_time is 'The lowest datetime of the data set as noted when loading the data file. Should match the extract_write_low_date_time.';
607
607
608
-
comment on table process_tracker.column extract_tracking.extract_load_high_date_time is 'The highest datetime of the data set as noted when loading the data file.';
608
+
comment on column process_tracker.extract_tracking.extract_load_high_date_time is 'The highest datetime of the data set as noted when loading the data file.';
609
609
610
-
comment on table process_tracker.column extract_tracking.extract_load_record_count is 'The record count of the data set when loading the data file.';
610
+
comment on column process_tracker.extract_tracking.extract_load_record_count is 'The record count of the data set when loading the data file.';
611
611
612
612
altertableprocess_tracker.extract_tracking owner to pt_admin;
613
613
@@ -664,5 +664,5 @@ comment on table process_tracker.extract_dataset_type is 'Relationship between e
664
664
altertableprocess_tracker.extract_dataset_type owner to pt_admin;
0 commit comments