Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.23 KB

File metadata and controls

38 lines (28 loc) · 1.23 KB

Uploader of the EPA Data to the database

Tool nsaph.loader.data_loader

Source: ingest.cwl

Description

This tool uploads the data to the database

Inputs

Name Type Default Description
registry File A path to the data model file
table string the name of the table to be created
database File Path to database connection file, usually database.ini
connection_name string The name of the section in the database.ini file
input File A path the downloaded data file
threads int 4 number of threads, concurrently writing into the database
page_size int 1000 explicit page size for the database
log_frequency long 100000 informational logging occurs every specified number of records
limit long if specified, the process will stop after ingesting the specified number of records
depends_on File a special field used to enforce dependencies and execution order

Outputs

Name Type Description
log File
errors stderr