sqlDump
Scan file produced produced from sqldump.
Parameters
| Name | Type | Description |
|---|---|---|
| input | string | Path to the SQL dump file |
| tables | []string | Names of tables to read out |
Example
inputs:
database:
sqldumpLoad:
input: "{{config.sql}}"
tables:
- cells
- cell_tissues
- dose_responses
- drugs
- drug_annots
- experiments
- profiles