mirror of https://github.com/databricks/cli.git
9 lines
364 B
Plaintext
9 lines
364 B
Plaintext
export SPARK_VERSION=$DEFAULT_SPARK_VERSION
|
|
export PYTHON_WHEEL_WRAPPER=false
|
|
envsubst < $TESTDIR/../base/input.json.tmpl > input.json
|
|
cat input.json
|
|
$CLI bundle init $TESTDIR/../base --config-file input.json
|
|
trap "errcode trace '$CLI' bundle destroy --auto-approve" EXIT
|
|
trace $CLI bundle deploy
|
|
trace $CLI bundle run some_other_job --python-params param1,param2
|