-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
2Simple issue requiring little effortSimple issue requiring little effortairflowgood first issueGood for newcomersGood for newcomersrefactorTime to restructure some code!Time to restructure some code!
Description
Currently, certain methods in the DAGs do not have proper error handling.
For example, this pull_survey_cto_data.get_form_data
method
connectors/DAGs/pull_survey_cto_data.py
Line 61 in 9e16ecf
def get_form_data(form): |
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:
- wrap in
try/except
blocks - log the exception using
logger.exception(e)
- ...
Metadata
Metadata
Assignees
Labels
2Simple issue requiring little effortSimple issue requiring little effortairflowgood first issueGood for newcomersGood for newcomersrefactorTime to restructure some code!Time to restructure some code!