Closed Bug 1709861 Opened 5 years ago Closed 5 years ago

Failure of stripe.stripe_import_events task run for 2021-05-05

Categories

(Data Platform and Tools :: General, defect, P1)

defect
Points:
2

Tracking

(Not tracked)

RESOLVED FIXED

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.

Flags: needinfo?(dthorn)

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: nobody → dthorn
Flags: needinfo?(dthorn)

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.

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Component: Datasets: General → General
You need to log in before you can comment on or make changes to this bug.