We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6dfae3 commit 09ec261Copy full SHA for 09ec261
airflow/example_dags/example_inlet_event_extra.py
@@ -57,5 +57,5 @@ def read_dataset_event(*, inlet_events=None):
57
BashOperator(
58
task_id="read_dataset_event_from_classic",
59
inlets=[ds],
60
- bash_command="echo {{ inlet_events['s3://output/1.txt'][-1].extra }}",
+ bash_command="echo '{{ inlet_events['s3://output/1.txt'][-1].extra | tojson }}'",
61
)
0 commit comments