proc_observations

0 rows


Description

Contains staged source tag eTUFF data imported into Tagbase

Columns

Column Type Size Nulls Auto Default Children Parents Comments
date_time timestamptz 35,6 null

Date/time stamp of data record from source eTUFF file ingested

variable_id int8 19 null
observation_types.variable_id proc_observations_variable_id_fkeyR

Unique variable identifier for the data record from the source eTUFF file ingested. The variable_id is based on observation or measurment variables listed in the observation_types table

variable_value float8 17,17 null

Geophysical value of the given measured variable for the eTUFF data record

submission_id int8 19 null
submission.submission_id proc_observations_submission_id_fkeyC

Unique numeric ID assigned upon submission of a tag eTUFF data file for ingest/importation into Tagbase

tag_id int8 19 null

Unique numeric Tag ID associated with the ingested tag data file

final_value bool 1 null

Boolean flag used to trigger data migration after a batch ingest. Whenever a TRUE value is encountered, the data_migration TRIGGER is executed meaning that the data migration task is initiated

Indexes

Constraint Name Type Sort Column(s)
proc_observations_pkey Primary key Asc/Asc/Asc date_time + variable_id + submission_id

Relationships