File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -166,14 +166,15 @@ failed_features=$(cat $failed_features_file | jq '.')
166
166
echo Failed features:
167
167
echo $failed_features | jq ' .'
168
168
169
- # Save catalog.json in a location where it will be picked up by Airflow XCOM mechanism
170
- mkdir -p /airflow/xcom/
171
- cp $successful_features_file /airflow/xcom/return.json
169
+ # # Save catalog.json in a location where it will be picked up by Airflow XCOM mechanism
170
+ # mkdir -p /airflow/xcom/
171
+ # cp $successful_features_file /airflow/xcom/return.json
172
172
173
173
# Optionally, save the requested output file to a location
174
174
# where it will be picked up by the Airflow XCOM mechanism
175
175
# Note: the content of the file MUST be valid JSON or XCOM will fail.
176
176
if [ ! -z " ${json_output} " -a " ${json_output} " != " " ]; then
177
+ mkdir -p /airflow/xcom/
177
178
cp ${json_output} /airflow/xcom/return.json
178
179
fi
179
180
You can’t perform that action at this time.
0 commit comments