
Ultimate access to all questions.
You are utilizing a dataset in BigQuery for your analytical processes. Your objective is to grant third-party companies access to this identical dataset. It is crucial to minimize the costs associated with data sharing while also ensuring that the data remains up-to-date. What solution would you select to achieve these goals?
A
Use Analytics Hub to control data access, and provide third party companies with access to the dataset.
B
Use Cloud Scheduler to export the data on a regular basis to Cloud Storage, and provide third-party companies with access to the bucket.
C
Create a separate dataset in BigQuery that contains the relevant data to share, and provide third-party companies with access to the new dataset.
D
Create a Dataflow job that reads the data in frequent time intervals, and writes it to the relevant BigQuery dataset or Cloud Storage bucket for third-party companies to use.