I've been utilizing YouTube Content Owner Data Transfer for YouTube Monetary reports.
However, since March 25, 2025, retrieving the tables below has consistently failed:
- music_content_owner_country_music_red_adjustment_revenue_summary_a1, and
- music_content_owner_country_music_red_revenue_summary_a1
{
"insertId": "13gi06jd10m5",
"jsonPayload": {
"message": "BigQuery job 867426985659:youtube_content_owner_6815a0b0-0000-2775-aa69-14c14eef63e0 (table p_music_content_owner_country_music_red_adjustment_revenue_summary_a1_kakao$20250401) failed with error INVALID_ARGUMENT: Error while reading data, error message: CSV table encountered too many errors, giving up. Rows: 12285; errors: 100. Please look into the errors[] collection for more details. File: gs://bqdts-youtube_content_owner-asia-northeast3-kqy-cxk9om0/youtube_content_owner/65f72843-0000-2cdb-99cb-30fd38133f80/68140ed7-0000-2909-b6b0-30fd3816d6ac/YouTube_loenent_M_20250401_20250430_adjustment_red_label_music_summary_lagoon_v1-1.csv; JobID: 867426985659:youtube_content_owner_6815a0b0-0000-2775-aa69-14c14eef63e0. Check BigQuery job details for more information."
},
"resource": {
"type": "bigquery_dts_config",
"labels": {
"location": "asia-northeast3",
"config_id": "65f72843-0000-2cdb-99cb-30fd38133f80",
"project_id": "prod-music-dist-project"
}
},
"timestamp": "2025-05-06T07:01:32.341104257Z",
"severity": "ERROR",
"labels": {
"run_id": "68140ed7-0000-2909-b6b0-30fd3816d6ac"
},
"logName": "projects/prod-music-dist-project/logs/bigquerydatatransfer.googleapis.com%2Ftransfer_config",
"receiveTimestamp": "2025-05-06T07:01:33.013177839Z"
}
I am not able to look into the csv file due to the permission issue.
Below is the errorstream:
Error encountered during job execution:
Error while reading data, error message: CSV table encountered too many errors, giving up. Rows: 12285; errors: 100. Please look into the errors[] collection for more details. File: gs://bqdts-youtube_content_owner-asia-northeast3-kqy-cxk9om0/youtube_content_owner/65f72843-0000-2cdb-99cb-30fd38133f80/681aa2b8-0000-2b58-9661-c82add6de828/YouTube_loenent_M_20250401_20250430_adjustment_red_label_music_summary_lagoon_v1-1.csv
Failure details:
- Error while reading data, error message: CSV processing encountered
too many errors, giving up. Rows: 12285; errors: 100; max bad: 0;
error percent: 0
- gs://bqdts-youtube_content_owner-asia-northeast3-kqy-cxk9om0/youtub
e_content_owner/65f72843-0000-2cdb-99cb-30fd38133f80/681aa2b8-0000-
2b58-9661-
c82add6de828/YouTube_loenent_M_20250401_20250430_adjustment_red_lab
el_music_summary_lagoon_v1-1.csv: Error while reading data, error
message: Unable to parse; line_number: 12187
byte_offset_to_start_of_line: 2314154 column_index: 14 column_name:
"monetized_views_t..." column_type: INT64 value: "37049628.318626"
File: gs://bqdts-youtube_content_owner-asia-northeast3-kqy-cxk9om0/
youtube_content_owner/65f72843-0000-2cdb-99cb-
30fd38133f80/681aa2b8-0000-2b58-9661-
c82add6de828/YouTube_loenent_M_20250401_20250430_adjustment_red_lab
el_music_summary_lagoon_v1-1.csv
Does anybody experiencing a similar issue?
Solved! Go to Solution.
Hi @goyounjung,
Welcome to the Google Cloud Community!
It looks like you are encountering an issue with the YouTube Content Owner Data Transfer, specifically affecting the "music red" revenue tables since March 25, 2025. The failure stems from a change in the data format within the CSV files from YouTube. A column (probably "monetized views") now contains decimal values, while your BigQuery tables are configured to expect integers, resulting in a loading error.
Here are the potential ways that might help with your use case:
Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.