Topic 1 Question 23
You are developing a data ingestion pipeline to load small CSV files into BigQuery from Cloud Storage. You want to load these files upon arrival to minimize data latency. You want to accomplish this with minimal cost and maintenance. What should you do?
Use the bq command-line tool within a Cloud Shell instance to load the data into BigQuery.
Create a Cloud Composer pipeline to load new files from Cloud Storage to BigQuery and schedule it to run every 10 minutes.
Create a Cloud Run function to load the data into BigQuery that is triggered when data arrives in Cloud Storage.
Create a Dataproc cluster to pull CSV files from Cloud Storage, process them using Spark, and write the results to BigQuery.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: C
Given the choices, cloud run function is the only one that can
👍 1n21837128472025/02/27
シャッフルモード