13 lines
151 B
Plaintext
13 lines
151 B
Plaintext
# name: ${FILE_PATH}
|
|
# description: ${DESCRIPTION}
|
|
# group: [tpch]
|
|
|
|
argument sf 1
|
|
|
|
require tpch
|
|
|
|
cache tpch_sf${sf}.duckdb
|
|
|
|
load
|
|
CALL dbgen(sf=${sf});
|