Skip to content

Commit 9e16ecf

Browse files
committed
feat(DAGs): log full exception what fetching data from SurveyCTO fails
1 parent e58b1a6 commit 9e16ecf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DAGs/pull_survey_cto_data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def fetch_data(data_url, enc_key_file=None):
4747

4848
except Exception as e:
4949
logger.error('Fetching data from SurveyCTO failed')
50+
logger.exception(e)
5051
response_data = dict(success=False, error=e)
5152

5253
return response_data

0 commit comments

Comments
 (0)