We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fec866a commit 9bd2ae4Copy full SHA for 9bd2ae4
Makefile
@@ -18,7 +18,7 @@ deploy-staging:
18
pipenv run databricks bundle deploy --target staging
19
20
run-staging:
21
- pipenv run databricks bundle run --target staging
+ pipenv run databricks bundle run default_python_job --target staging
22
23
deploy-prod:
24
pipenv run python ./scripts/generate_template_workflow.py prod
0 commit comments