AWS Exams GCP Exams Azure Exams GitHub Exams Jira Exams ISC2 Exams

Video: Your company is handling data preprocessing for a gcp video

Question 1
« Back   Next data-engineer-pro Question »

Full Certification Question

Your company is handling data preprocessing for a machine learning algorithm using Google Cloud Dataflow. As the preprocessing proceeds, a vast amount of data logs are being generated and the volume is growing rapidly due to the dynamic campaign nature. Data scientists have drafted the following code snippet to read the data focusing on key features from the logs: BigQueryIO . Read . named ( "ReadLogData" ) . from ( "clouddataflow-readonly:samples.log_data" ) ``` To enhance the performance of this data reading operation, what would be your recommended action?