sq/testh/testdata/sources.sq.yml

119 lines
3.9 KiB
YAML
Raw Normal View History

2020-08-06 20:58:47 +03:00
sources:
items:
- handle: '@sakila_sl3'
type: sqlite3
location: sqlite3://${SQ_ROOT}/drivers/sqlite3/testdata/sakila.db
- handle: '@sakila_pg9'
type: postgres
location: postgres://sakila:p_ssW0rd@${SQ_TEST_SRC__SAKILA_PG9}/sakila?sslmode=disable
- handle: '@sakila_pg10'
type: postgres
location: postgres://sakila:p_ssW0rd@${SQ_TEST_SRC__SAKILA_PG10}/sakila?sslmode=disable
- handle: '@sakila_pg11'
type: postgres
location: postgres://sakila:p_ssW0rd@${SQ_TEST_SRC__SAKILA_PG11}/sakila?sslmode=disable
- handle: '@sakila_pg12'
type: postgres
location: postgres://sakila:p_ssW0rd@${SQ_TEST_SRC__SAKILA_PG12}/sakila?sslmode=disable
- handle: '@sakila_my56'
type: mysql
location: mysql://sakila:p_ssW0rd@${SQ_TEST_SRC__SAKILA_MY56}/sakila
- handle: '@sakila_my57'
type: mysql
location: mysql://sakila:p_ssW0rd@${SQ_TEST_SRC__SAKILA_MY57}/sakila
- handle: '@sakila_my8'
type: mysql
location: mysql://sakila:p_ssW0rd@${SQ_TEST_SRC__SAKILA_MY8}/sakila
- handle: '@sakila_ms17'
type: sqlserver
location: sqlserver://sakila:p_ssW0rd@${SQ_TEST_SRC__SAKILA_MS17}?database=sakila
- handle: '@sakila_xlsx'
type: xlsx
location: '${SQ_ROOT}/drivers/xlsx/testdata/sakila.xlsx'
2020-08-06 20:58:47 +03:00
options:
header:
- 'true'
2020-08-06 20:58:47 +03:00
- handle: '@sakila_xlsx_subset'
type: xlsx
location: '${SQ_ROOT}/drivers/xlsx/testdata/sakila_subset.xlsx'
2020-08-06 20:58:47 +03:00
options:
header:
- 'true'
2020-08-06 20:58:47 +03:00
- handle: '@sakila_xlsx_noheader'
type: xlsx
location: '${SQ_ROOT}/drivers/xlsx/testdata/sakila_noheader.xlsx'
2020-08-06 20:58:47 +03:00
options:
header:
- 'false'
2020-08-06 20:58:47 +03:00
- handle: '@sakila_csv_actor'
type: csv
location: '${SQ_ROOT}/drivers/csv/testdata/sakila-csv/actor.csv'
2020-08-06 20:58:47 +03:00
options:
header:
- 'true'
2020-08-06 20:58:47 +03:00
- handle: '@sakila_csv_actor_http'
type: csv
location: 'https://sq.io/testdata/actor.csv'
2020-08-06 20:58:47 +03:00
options:
header:
- 'true'
2020-08-06 20:58:47 +03:00
- handle: '@sakila_csv_actor_noheader'
type: csv
location: '${SQ_ROOT}/drivers/csv/testdata/sakila-csv-noheader/actor.csv'
2020-08-06 20:58:47 +03:00
options:
header:
- 'false'
2020-08-06 20:58:47 +03:00
- handle: '@sakila_tsv_actor'
type: tsv
location: '${SQ_ROOT}/drivers/csv/testdata/sakila-tsv/actor.tsv'
2020-08-06 20:58:47 +03:00
options:
header:
- 'true'
2020-08-06 20:58:47 +03:00
- handle: '@sakila_tsv_actor_noheader'
type: tsv
location: '${SQ_ROOT}/drivers/csv/testdata/sakila-tsv-noheader/actor.tsv'
2020-08-06 20:58:47 +03:00
options:
header:
- 'false'
2020-08-06 20:58:47 +03:00
- handle: '@csv_person'
type: csv
location: '${SQ_ROOT}/drivers/csv/testdata/person.csv'
2020-08-06 20:58:47 +03:00
- handle: '@csv_person_big'
options:
header:
- 'true'
2020-08-06 20:58:47 +03:00
type: csv
location: '${SQ_ROOT}/drivers/csv/testdata/person_big.csv'
2020-08-06 20:58:47 +03:00
- handle: '@csv_person_noheader'
type: csv
location: '${SQ_ROOT}/drivers/csv/testdata/person_noheader.csv'
2020-08-06 20:58:47 +03:00
- handle: '@tsv_person'
type: tsv
location: '${SQ_ROOT}/sq/drivers/csv/testdata/person.tsv'
2020-08-06 20:58:47 +03:00
- handle: '@tsv_person_noheader'
type: tsv
location: '${SQ_ROOT}/drivers/csv/testdata/person_noheader.tsv'
2020-08-06 20:58:47 +03:00
- handle: '@tsv_person_noheader_cols'
type: tsv
location: '${SQ_ROOT}/drivers/csv/testdata/person_noheader.tsv'
2020-08-06 20:58:47 +03:00
options:
cols:
- uid,username,email
- handle: '@xl_header'
type: xlsx
location: '${SQ_ROOT}/drivers/xlsx/testdata/test_header.xlsx'
2020-08-06 20:58:47 +03:00
- handle: '@xl_noheader'
type: xlsx
location: '${SQ_ROOT}/drivers/xlsx/testdata/test_noheader.xlsx'
2020-08-06 20:58:47 +03:00
- handle: '@ud_ppl'
type: ppl
location: '${SQ_ROOT}/drivers/userdriver/xmlud/testdata/people.xml'
2020-08-06 20:58:47 +03:00
- handle: '@ud_rss_nytimes_local'
type: rss
location: '${SQ_ROOT}/drivers/userdriver/xmlud/testdata/nytimes_local.rss.xml'
2020-08-06 20:58:47 +03:00
- handle: '@miscdb'
type: sqlite3
location: 'sqlite3://${SQ_ROOT}/drivers/sqlite3/testdata/misc.db'
2020-08-06 20:58:47 +03:00