Skip to content

Commit

Permalink
\\
Browse files Browse the repository at this point in the history
  • Loading branch information
laysabit committed Apr 12, 2024
1 parent e5cc725 commit 8faa191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/stellar_etl_airflow/build_export_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def build_export_task(
else:
char = "}"
arguments = """ {0} 2>> stderr.out && echo "{{
\\"attempted_transforms\\": `grep -oP 'attempted_transforms\\":\K\d+' stderr.out`}}" >> /airflow/xcom/return.json
\\"attempted_transforms\\": `grep -oP 'attempted_transforms\":\\K\\d+' stderr.out`}}" >> /airflow/xcom/return.json
""".format(
etl_cmd_string, char
)
Expand Down

0 comments on commit 8faa191

Please sign in to comment.