Proper exception handling in the DAGs #14
Labels
2
Simple issue requiring little effort
airflow
good first issue
Good for newcomers
refactor
Time to restructure some code!
Currently, certain methods in the DAGs do not have proper error handling.
For example, this
pull_survey_cto_data.get_form_data
methodconnectors/DAGs/pull_survey_cto_data.py
Line 61 in 9e16ecf
Acceptance Criteria
Identify parts of the DAG where sensitive requests are being made (remote APIs, DB operations...) and use Python exception handling as you see fit:
try/except
blockslogger.exception(e)
The text was updated successfully, but these errors were encountered: