Topic 1 Question 27
You are using your own data to demonstrate the capabilities of BigQuery to your organization’s leadership team. You need to perform a one- time load of the files stored on your local machine into BigQuery using as little effort as possible. What should you do?
Write and execute a Python script using the BigQuery Storage Write API library.
Create a Dataproc cluster, copy the files to Cloud Storage, and write an Apache Spark job using the spark-bigquery-connector.
Execute the bq load command on your local machine.
Create a Dataflow job using the Apache Beam FileIO and BigQueryIO connectors with a local runner.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: C
C. bq load is best for one-time transfer from local machine to BQ
👍 1n21837128472025/02/27
シャッフルモード