From the course: Build a No-Code ETL Pipeline with Google BigQuery
Unlock this course with a free trial
Join today to access over 24,500 courses taught by industry experts.
Common issues with data transfer - BigQuery Tutorial
From the course: Build a No-Code ETL Pipeline with Google BigQuery
Common issues with data transfer
- [Instructor] Now that we've seen how to identify and debug specific errors, let us look at the general overview of the most common type of errors that you will encounter in Data Transfer Service. So the biggest category by far is that of explicit errors. So these are errors where your data transfer fails explicitly, and then you get an error message that you can look at. Now, the first error we've already seen, the BigQuery table is missing, so data transfer doesn't have any place to put the data. And the solution of course, is to create the table, or to point your configuration to the correct location of your table. A similar issue is on Google Cloud Storage's side, if the file is missing, where the data transfer is looking for it. And the solution of course is to put the file in the right place, or fix the Google Cloud Storage address in the transfer configuration so it can find the correct file. The other issue that we have seen is schema mismatch. So the table is expecting the…
Contents
-
-
-
-
(Locked)
How data load will work1m 40s
-
(Locked)
Introduction to data4m 44s
-
(Locked)
What is Google Cloud Storage?2m 42s
-
(Locked)
Put data in Google Cloud Storage3m 35s
-
(Locked)
Create table in BigQuery4m 35s
-
(Locked)
Introduction to BigQuery Data Transfer Service1m 43s
-
How we will manage data6m 4s
-
(Locked)
Use Transfer Service to ingest data6m 40s
-
(Locked)
Schedule transfers with Transfer Service3m 19s
-
(Locked)
Identify data transfer issues6m 18s
-
(Locked)
Common issues with data transfer5m 21s
-
(Locked)
-
-
-