databricks-cli/acceptance/bundle/templates/default-python/serverless-auto-error/script

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
336 B
Plaintext
Raw Permalink Normal View History

2025-02-14 10:16:28 +00:00
trace $CLI bundle init default-python --config-file ./input.json --output-dir output
mv output/my_default_python/.gitignore output/my_default_python/out.gitignore
# If serverless is "auto" and there was an error reaching settings-api, we should get the same output as 'classic'
diff.py $TESTDIR/../classic/output output/
2025-02-14 10:16:28 +00:00
rm -fr output