Closed
Bug 1824002
Opened 2 years ago
Closed 2 years ago
Airflow task bqetl_mdn_yari.mdn_yari_derived__mdn_popularities__v1 failed for exec_date 2023-03-22
Categories
(Data Platform and Tools :: General, defect)
Data Platform and Tools
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: relud, Assigned: claas)
Details
(Whiteboard: [airflow-triage])
Airflow task bqetl_mdn_yari.mdn_yari_derived__mdn_popularities__v1 failed for exec_date 2023-03-22
Log extract:
Traceback (most recent call last):
File "/app/sql/moz-fx-data-shared-prod/mdn_yari_derived/mdn_popularities_v1/query.py", line 94, in <module>
main()
File "/app/sql/moz-fx-data-shared-prod/mdn_yari_derived/mdn_popularities_v1/query.py", line 91, in main
bucket.copy_blob(blob, args.destination_bucket, current_file_path)
File "/usr/local/lib/python3.10/site-packages/google/cloud/storage/bucket.py", line 1950, in copy_blob
api_path = blob.path + "/copyTo" + new_blob.path
AttributeError: 'NoneType' object has no attribute 'path'
Comment 1•2 years ago
|
||
:claas was able to solve this via https://github.com/mozilla/bigquery-etl/pull/3677 and some IAM changes. The most recent run ran successfully
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•2 years ago
|
Assignee: nobody → caugner
You need to log in
before you can comment on or make changes to this bug.
Description
•