Skip to content

Commit

Permalink
Merge pull request #3 from cern-sis/call-function
Browse files Browse the repository at this point in the history
call function
  • Loading branch information
ErnestaP authored Mar 8, 2024
2 parents ed372ce + ae7a930 commit ea04c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/example_dag/example_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def fetch_task(**kwargs):
@task()
def pull_task(test_string, **kwargs):
logging.info(f"The value from previous task is: {test_string}")
return pull
return pull()

value = fetch_task()
pull_task(value)
Expand Down

0 comments on commit ea04c5e

Please sign in to comment.