Skip to content

Commit

Permalink
Merge branch 'main' into feat/workflow_parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
mikita-sakalouski committed Sep 15, 2024
2 parents a0ca6f6 + f330a99 commit 9ad2fa6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion brickflow/codegen/databricks_bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ def adjust_file_path(self, file_path: str) -> str:
):
bundle_files_local_path = "/".join(
[
"Workspace",
"/Workspace",
self.project.bundle_base_path,
self.project.bundle_obj_name,
self.project.name,
Expand Down
2 changes: 1 addition & 1 deletion tests/codegen/expected_bundles/local_bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
"min_retry_interval_millis": null
"retry_on_timeout": null
"spark_python_task":
"python_file": "Workspace/Users/${workspace.current_user.userName}/.brickflow_bundles/test-project/local/files/spark/python/src/run_task.py"
"python_file": "/Workspace/Users/${workspace.current_user.userName}/.brickflow_bundles/test-project/local/files/spark/python/src/run_task.py"
"source": "WORKSPACE"
"parameters":
- "--param1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ targets:
max_retries: null
min_retry_interval_millis: null
spark_python_task:
python_file: Workspace/Users/${workspace.current_user.userName}/.brickflow_bundles/test-project/local/files/spark/python/src/run_task.py
python_file: /Workspace/Users/${workspace.current_user.userName}/.brickflow_bundles/test-project/local/files/spark/python/src/run_task.py
parameters: ["--param1", "World!", "all_tasks1", "test", "all_tasks3", "123"]
source: WORKSPACE
retry_on_timeout: null
Expand Down

0 comments on commit 9ad2fa6

Please sign in to comment.