Skip to content

Commit

Permalink
Update brickflow project conf in for each examples
Browse files Browse the repository at this point in the history
  • Loading branch information
riccamini committed Dec 18, 2024
1 parent d5c25b9 commit 23c86a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ projects:
deployment_mode: bundle
enable_plugins: true
name: for_each_task_examples
path_from_repo_root_to_project_root: .
path_from_repo_root_to_project_root: examples/brickflow_for_each_task_examples
path_project_root_to_workflows_dir: workflows
version: v1
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def for_each_spark_jar():
)
def for_each_spark_python():
return SparkPythonTask(
python_file="src/python/print_args.py",
python_file="examples/brickflow_for_each_task_examples/src/python/print_args.py",
source="WORKSPACE",
parameters=["{{input}}"],
)
Expand Down

0 comments on commit 23c86a1

Please sign in to comment.