Skip to content

Commit 9bd2ae4

Browse files
committed
fix
1 parent fec866a commit 9bd2ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ deploy-staging:
1818
pipenv run databricks bundle deploy --target staging
1919

2020
run-staging:
21-
pipenv run databricks bundle run --target staging
21+
pipenv run databricks bundle run default_python_job --target staging
2222

2323
deploy-prod:
2424
pipenv run python ./scripts/generate_template_workflow.py prod

0 commit comments

Comments
 (0)