sq/cli/config/yamlstore/upgrades/v0.34.0/testdata/want.sq.yml
Neil O'Toole 3180334c0c
#199: Config overhaul (#214)
* refactor: partially moved over driver.Tuning params to options

* All knobs moved to options

* sq config edit: now has comments for options

* Major work complete on config/options overhaul

* Major work complete on config/options overhaul

* Updated help text for 'sq version'
2023-05-03 06:36:10 -06:00

25 lines
552 B
YAML

config.version: v0.34.0
options:
format: json
header: true
ping.timeout: 1m40s
shell-completion.timeout: 500ms
collection:
active.source: "@prod/pg"
active.group: prod
scratch: ""
sources:
- handle: "@prod/pg"
driver: postgres
location: postgres://sakila:p_ssW0rd@localhost/sakila
- handle: "@csv"
driver: csv
location: /Users/neilotoole/sq/person.csv
options:
ingest.header: true
- handle: "@xlsx"
driver: xlsx
location: /Users/neilotoole/sq/xl_demo.xlsx
options:
ingest.header: false