Skip to content

Commit

Permalink
update task-generated mapping example (#23424)
Browse files Browse the repository at this point in the history
Co-authored-by: James Timmins <[email protected]>
Co-authored-by: Tzu-ping Chung <[email protected]>
  • Loading branch information
3 people authored Jun 24, 2022
1 parent 030169d commit b0ed5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apache-airflow/concepts/dynamic-task-mapping.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Up until now the examples we've shown could all be achieved with a ``for`` loop
@task
def consumer(arg):
print(list(arg))
print(arg)
with DAG(dag_id="dynamic-map", start_date=datetime(2022, 4, 2)) as dag:
Expand Down

0 comments on commit b0ed5df

Please sign in to comment.