Closed
Bug 1316669
Opened 9 years ago
Closed 8 years ago
Remove the "--alow-errors" flag from the airflow notebook runner
Categories
(Data Platform and Tools :: General, defect, P2)
Data Platform and Tools
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mreid, Unassigned)
References
Details
When running a Jupyter notebook via airflow, we pass the "--allow-errors" argument to nbconvert[1].
This means that if an exception is raised in a cell, subsequent cells will continue to execute. This seems like a recipe for buggy behaviour.
If possible, we should remove this flag for running scheduled jobs.
Updated•9 years ago
|
Points: --- → 3
Priority: -- → P2
Reporter | ||
Updated•8 years ago
|
Component: Metrics: Pipeline → Scheduling
Product: Cloud Services → Data Platform and Tools
Reporter | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•3 years ago
|
Component: Scheduling → General
You need to log in
before you can comment on or make changes to this bug.
Description
•