Failure of stripe.stripe_import_events task run for 2021-05-05
Categories
(Data Platform and Tools :: General, defect, P1)
Tracking
(Not tracked)
People
(Reporter: klukas, Assigned: relud)
Details
The stripe.stripe_import_events task failed with a rather non-descriptive error message:
airflow.exceptions.AirflowException: Pod returned a failure: failed
This is causing the bqetl_mozilla_vpn DAG to send continual rescheduling alerts since the stripe_import_events is a dependency with a task sensor. I've toggled off that DAG for now to hopefully avoid sending more alerts until the upstream job is complete.
| Reporter | ||
Updated•5 years ago
|
| Reporter | ||
Comment 1•5 years ago
|
||
The bqetl_stripe DAG is also affected. I've marked the ExternalTaskSensor at the root of that DAG as failed for now, so that it stops sending alerts. That task will need to be cleared once stripe.stripe_import_events is ready.
| Assignee | ||
Comment 2•5 years ago
|
||
| Assignee | ||
Comment 3•5 years ago
|
||
The airflow log line from the script itself was:
[2021-05-06 01:16:48,510] {pod_launcher.py:156} INFO - b'Error: event.data.dispute.evidence contained unexpected field: product_description\n'
I've opened a PR to add all missing fields to event.data.dispute.evidence, and I'm currently manually running the import to verify that it works before merging.
| Assignee | ||
Updated•5 years ago
|
Updated•3 years ago
|
Description
•