run
Run an export from a YAML configuration file. This is the legacy way of running LakeXpress. Each sync run still writes a copy of its configuration as a YAML file next to its log file (lx_<date>_<run_id>.yml), but configurations stored in the LakeXpress DB and run with sync are the recommended way.
usage: LakeXpress run --config CONFIG [--auth_file AUTH_FILE]
[--lxdb_auth_id ID] [common options]
| Option | Description |
|---|---|
-c, --config PATH | Required. YAML configuration file |
-a, --auth_file PATH | Credentials file, overriding the one in the YAML file |
--lxdb_auth_id ID | LakeXpress DB entry, overriding the one in the YAML file |
Also accepts the other common options.