liferoad commented on issue #30513:
URL: https://github.com/apache/beam/issues/30513#issuecomment-2156168672

   New error:
   ```
   
   ==================================== ERRORS 
==================================== |  
   -- | --
     | ________________ ERROR at setup of ReadTests.test_native_source 
________________ |  
     | [gw5] linux -- Python 3.9.19 
/runner/_work/beam/beam/build/gradleenv/1398941893/bin/python3.9 |  
     |   |  
     | self = <apache_beam.io.gcp.bigquery_tools.BigQueryWrapper object at 
0x7f248f59baf0> |  
     | project_id = 'apache-beam-testing' |  
     | dataset_id = 'python_read_table_17178042710ffd3b', location = None |  
     | labels = None |  
     |   |  
     | @retry.with_exponential_backoff( |  
     | num_retries=MAX_RETRIES, |  
     | 
retry_filter=retry.retry_on_server_errors_and_timeout_filter) | 
 
     | def 
get_or_create_dataset( |  
     | self, project_id, dataset_id, 
location=None, labels=None): |  
     | # Check if dataset already exists otherwise create 
it |  
     | try: |  
     | >       dataset = 
self.client.datasets.Get( |  
     | bigquery.BigqueryDatasetsGetRequest( |  
     | projectId=project_id, datasetId=dataset_id)) |  
     |   |  
     | apache_beam/io/gcp/bigquery_tools.py:809:
   
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to