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_tracking.extract_tracking is 'Tracking table for all extract/staging data files.';
310
+
comment on table extract_tracking is 'Tracking table for all extract/staging data files.';
311
311
312
-
comment on column process_tracking.extract_tracking.extract_filename is 'The unique filename for a given extract from a given source.';
312
+
comment on column extract_tracking.extract_filename is 'The unique filename for a given extract from a given source.';
313
313
314
-
comment on column process_tracking.extract_tracking.extract_location_id is 'The location where the given extract can be found.';
314
+
comment on column extract_tracking.extract_location_id is 'The location where the given extract can be found.';
315
315
316
-
comment on column process_tracking.extract_tracking.extract_process_run_id is 'The process that registered or created the extract file.';
316
+
comment on column extract_tracking.extract_process_run_id is 'The process that registered or created the extract file.';
317
317
318
-
comment on column process_tracking.extract_tracking.extract_status_id is 'The status of the extract.';
318
+
comment on column extract_tracking.extract_status_id is 'The status of the extract.';
319
319
320
-
comment on column process_tracking.extract_tracking.extract_registration_date_time is 'The datetime that the extract was loaded into extract tracking.';
320
+
comment on column extract_tracking.extract_registration_date_time is 'The datetime that the extract was loaded into extract tracking.';
321
321
322
-
comment on column process_tracking.extract_tracking.extract_write_low_date_time is 'The lowest datetime of the data set as noted when writing the data file.';
322
+
comment on column extract_tracking.extract_write_low_date_time is 'The lowest datetime of the data set as noted when writing the data file.';
323
323
324
-
comment on column process_tracking.extract_tracking.extract_write_high_date_time is 'The highest datetime of the data set as noted when writing the data file.';
324
+
comment on column extract_tracking.extract_write_high_date_time is 'The highest datetime of the data set as noted when writing the data file.';
325
325
326
-
comment on column process_tracking.extract_tracking.extract_write_record_count is 'The record count of the data set as noted when writing the data file.';
326
+
comment on column extract_tracking.extract_write_record_count is 'The record count of the data set as noted when writing the data file.';
327
327
328
-
comment on column process_tracking.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.';
328
+
comment on 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.';
329
329
330
-
comment on column process_tracking.extract_tracking.extract_load_high_date_time is 'The highest datetime of the data set as noted when loading the data file.';
330
+
comment on column extract_tracking.extract_load_high_date_time is 'The highest datetime of the data set as noted when loading the data file.';
331
331
332
-
comment on column process_tracking.extract_tracking.extract_load_record_count is 'The record count of the data set when loading the data file.';
332
+
comment on column extract_tracking.extract_load_record_count is 'The record count of the data set when loading the data file.';
333
333
334
-
altertableprocess_tracking.extract_tracking owner to pt_admin;
0 commit comments