Serverless Data Processing with Dataflow - Using Dataflow SQL for Batch Analytics (Python) avis
4276 avis
German L. · Examiné il y a environ 2 mois
soumya s. · Examiné il y a 3 mois
Ezhilan G. · Examiné il y a 3 mois
Robin V. · Examiné il y a 3 mois
Manikanta M. · Examiné il y a 3 mois
Fred R. · Examiné il y a 3 mois
Jorge Luis C. · Examiné il y a 3 mois
Elton T. · Examiné il y a 7 mois
Wojciech O. · Examiné il y a 7 mois
Sunil S. · Examiné il y a 7 mois
THIS LAB HAS A BUGGGGGG!!!
Martin A. · Examiné il y a 7 mois
Abdullah S. · Examiné il y a 7 mois
ERROR Traceback (most recent call last): File "/home/jupyter/training-data-analyst/quests/dataflow_python/4_SQL_Batch_Analytics/solution/batch_user_traffic_SQL_pipeline.py", line 170, in <module> run() File "/home/jupyter/training-data-analyst/quests/dataflow_python/4_SQL_Batch_Analytics/solution/batch_user_traffic_SQL_pipeline.py", line 154, in run (logs | 'PerUserAggregations' >> SqlTransform(query, dialect='zetasql') File "/opt/conda/lib/python3.10/site-packages/apache_beam/pvalue.py", line 138, in __or__ return self.pipeline.apply(ptransform, self) File "/opt/conda/lib/python3.10/site-packages/apache_beam/pipeline.py", line 681, in apply return self.apply( File "/opt/conda/lib/python3.10/site-packages/apache_beam/pipeline.py", line 692, in apply return self.apply(transform, pvalueish) File "/opt/conda/lib/python3.10/site-packages/apache_beam/pipeline.py", line 754, in apply pvalueish_result = self.runner.apply(transform, pvalueish, self._options) File "/opt/conda/lib/python3.10/site-packages/apache_beam/runners/runner.py", line 191, in apply return self.apply_PTransform(transform, input, options) File "/opt/conda/lib/python3.10/site-packages/apache_beam/runners/runner.py", line 195, in apply_PTransform return transform.expand(input) File "/opt/conda/lib/python3.10/site-packages/apache_beam/transforms/external.py", line 750, in expand response = service.Expand(request) File "/opt/conda/lib/python3.10/site-packages/grpc/_channel.py", line 1181, in __call__ return _end_unary_response_blocking(state, call, False, None) File "/opt/conda/lib/python3.10/site-packages/grpc/_channel.py", line 1006, in _end_unary_response_blocking raise _InactiveRpcError(state) # pytype: disable=not-instantiable grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with: status = StatusCode.UNKNOWN details = "Application error processing RPC" debug_error_string = "UNKNOWN:Error received from peer {grpc_message:"Application error processing RPC", grpc_status:2, created_time:"2025-02-03T14:15:27.848628683+00:00"}"
Stefano C. · Examiné il y a 7 mois
Errors in Dataflow job launch. Tried 2-3 times, but same error received everytime. WARNING:root:Waiting for grpc channel to be ready at localhost:44851. Traceback (most recent call last): File "/home/jupyter/training-data-analyst/quests/dataflow_python/4_SQL_Batch_Analytics/lab/batch_user_traffic_SQL_pipeline.py", line 170, in <module> run() File "/home/jupyter/training-data-analyst/quests/dataflow_python/4_SQL_Batch_Analytics/lab/batch_user_traffic_SQL_pipeline.py", line 154, in run (logs | 'PerUserAggregations' >> SqlTransform(query, dialect='zetasql') File "/home/jupyter/training-data-analyst/quests/dataflow_python/4_SQL_Batch_Analytics/lab/df-env/lib/python3.10/site-packages/apache_beam/pvalue.py", line 138, in __or__ return self.pipeline.apply(ptransform, self) File "/home/jupyter/training-data-analyst/quests/dataflow_python/4_SQL_Batch_Analytics/lab/df-env/lib/python3.10/site-packages/apache_beam/pipeline.py", line 681, in apply return self.apply( File "/home/jupyter/training-data-analyst/quests/dataflow_python/4_SQL_Batch_Analytics/lab/df-env/lib/python3.10/site-packages/apache_beam/pipeline.py", line 692, in apply return self.apply(transform, pvalueish) File "/home/jupyter/training-data-analyst/quests/dataflow_python/4_SQL_Batch_Analytics/lab/df-env/lib/python3.10/site-packages/apache_beam/pipeline.py", line 754, in apply pvalueish_result = self.runner.apply(transform, pvalueish, self._options) File "/home/jupyter/training-data-analyst/quests/dataflow_python/4_SQL_Batch_Analytics/lab/df-env/lib/python3.10/site-packages/apache_beam/runners/runner.py", line 191, in apply return self.apply_PTransform(transform, input, options) File "/home/jupyter/training-data-analyst/quests/dataflow_python/4_SQL_Batch_Analytics/lab/df-env/lib/python3.10/site-packages/apache_beam/runners/runner.py", line 195, in apply_PTransform return transform.expand(input) File "/home/jupyter/training-data-analyst/quests/dataflow_python/4_SQL_Batch_Analytics/lab/df-env/lib/python3.10/site-packages/apache_beam/transforms/external.py", line 750, in expand response = service.Expand(request) File "/home/jupyter/training-data-analyst/quests/dataflow_python/4_SQL_Batch_Analytics/lab/df-env/lib/python3.10/site-packages/grpc/_channel.py", line 1181, in __call__ return _end_unary_response_blocking(state, call, False, None) File "/home/jupyter/training-data-analyst/quests/dataflow_python/4_SQL_Batch_Analytics/lab/df-env/lib/python3.10/site-packages/grpc/_channel.py", line 1006, in _end_unary_response_blocking raise _InactiveRpcError(state) # pytype: disable=not-instantiable grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with: status = StatusCode.UNKNOWN details = "Application error processing RPC" debug_error_string = "UNKNOWN:Error received from peer {grpc_message:"Application error processing RPC", grpc_status:2, created_time:"2025-02-04T08:40:07.679716747+00:00"}"
Yogesh J. · Examiné il y a 7 mois
Errors in Dataflow job launch. Tried 2-3 times, but same error received everytime.
Yogesh J. · Examiné il y a 7 mois
I couldn't finish the lab because of an error "Application error processing RPC". I tried to complete this lab twice, both attempts with the same result. I copied the code provided in the solution and the error persists.
María Azul L. · Examiné il y a 7 mois
ERROR Traceback (most recent call last): File "/home/jupyter/training-data-analyst/quests/dataflow_python/4_SQL_Batch_Analytics/solution/batch_user_traffic_SQL_pipeline.py", line 170, in <module> run() File "/home/jupyter/training-data-analyst/quests/dataflow_python/4_SQL_Batch_Analytics/solution/batch_user_traffic_SQL_pipeline.py", line 154, in run (logs | 'PerUserAggregations' >> SqlTransform(query, dialect='zetasql') File "/opt/conda/lib/python3.10/site-packages/apache_beam/pvalue.py", line 138, in __or__ return self.pipeline.apply(ptransform, self) File "/opt/conda/lib/python3.10/site-packages/apache_beam/pipeline.py", line 681, in apply return self.apply( File "/opt/conda/lib/python3.10/site-packages/apache_beam/pipeline.py", line 692, in apply return self.apply(transform, pvalueish) File "/opt/conda/lib/python3.10/site-packages/apache_beam/pipeline.py", line 754, in apply pvalueish_result = self.runner.apply(transform, pvalueish, self._options) File "/opt/conda/lib/python3.10/site-packages/apache_beam/runners/runner.py", line 191, in apply return self.apply_PTransform(transform, input, options) File "/opt/conda/lib/python3.10/site-packages/apache_beam/runners/runner.py", line 195, in apply_PTransform return transform.expand(input) File "/opt/conda/lib/python3.10/site-packages/apache_beam/transforms/external.py", line 750, in expand response = service.Expand(request) File "/opt/conda/lib/python3.10/site-packages/grpc/_channel.py", line 1181, in __call__ return _end_unary_response_blocking(state, call, False, None) File "/opt/conda/lib/python3.10/site-packages/grpc/_channel.py", line 1006, in _end_unary_response_blocking raise _InactiveRpcError(state) # pytype: disable=not-instantiable grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with: status = StatusCode.UNKNOWN details = "Application error processing RPC" debug_error_string = "UNKNOWN:Error received from peer {grpc_message:"Application error processing RPC", grpc_status:2, created_time:"2025-02-03T14:15:27.848628683+00:00"}"
Stefano C. · Examiné il y a 7 mois
queries are not running properly
Vijay A. · Examiné il y a 7 mois
Stuart B. · Examiné il y a 7 mois
Sunil S. · Examiné il y a 7 mois
RPC error when using zetasql. Had not enough time to solve or research.
Gloria M. · Examiné il y a 7 mois
Got error
Thanasit V. · Examiné il y a 7 mois
Got error
Thanasit V. · Examiné il y a 7 mois
not working...error message: Application error processing RPC
Frank S. · Examiné il y a 7 mois
An errror with Apache Beam version : grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with: status = StatusCode.UNKNOWN details = "Application error processing RPC" debug_error_string = "UNKNOWN:Error received from peer {created_time:"2025-01-27T09:59:31.881841312+00:00", grpc_status:2, grpc_message:"Application error processing RPC"}"
Moudjibou O. · Examiné il y a 8 mois
Nous ne pouvons pas certifier que les avis publiés proviennent de consommateurs qui ont acheté ou utilisé les produits. Les avis ne sont pas vérifiés par Google.