Skip to main content

release

The list of releases that have been loaded into the database

Checks:
  • release_data_check - ((release_version IS NOT NULL) OR ((release_year IS NOT NULL) AND (release_date IS NOT NULL)))
  • release_load_time_check - ((csvloader_succeeded IS NULL) OR ((load_start IS NOT NULL) AND (load_end IS NOT NULL)))
  • release_status_check - (extractor_succeeded OR (csvloader_succeeded IS NULL))
Indexes:
ColumnData TypeNullableIndexedDescription
release_nametextNoYesThe unique name given to each data source such as 'hcpcs'. We do not allow the same release name to be loaded more than once for the same release date and/or version.

Generated through expression: 
source_filenametextNoNoName of the original input file.

Generated through expression: 
release_versiontextNoYesFiles may have a date and/or version associated. Note that if only a version is captured (without a date) that lookup by date is impossible. Hence, we usually also supply a date, even if we have to modify the original filename to provide it.

Generated through expression: 
release_yearintegerYesNoYear of data loaded (e.g. 2025).

Generated through expression: 
release_monthintegerYesNoMonth of data loaded (e.g. 12 for December).

Generated through expression: 
release_dayintegerYesNoDay of data loaded (e.g. 6 for the 6th day of the month).

Generated through expression: 
release_datedateYesYesComplete date of data loaded.

Generated through expression: 
release_idbigintNoYesSnowflake ID for the release.

Generated through expression: 
extracted_filenametextNoNoName of the output file produced by extractor and loaded.

Generated through expression: 
extract_starttimestamp with time zoneNoYesTime extractor started extracting the file.

Generated through expression: 
extract_endtimestamp with time zoneNoNoTime extractor finished extracting the file.

Generated through expression: 
load_starttimestamp with time zoneYesNoTime csvloader started loading the file.

Generated through expression: 
load_endtimestamp with time zoneYesNoTime csvloader finished loading the file.

Generated through expression: 
extractor_succeededbooleanNoNoWhether extractor successfully extracted the file.

Generated through expression: 
csvloader_succeededbooleanYesNoWhether csvloader successfully loaded the file.

Generated through expression: 
extractor_logtextNoNoLogs from extractor.

Generated through expression: 
csvloader_logtextNoNoLogs from csvloader.

Generated through expression: 
deletion_timetimestamp with time zoneYesYesWhen the release was deleted.

Generated through expression: