liferoad commented on issue #30513: URL: https://github.com/apache/beam/issues/30513#issuecomment-2156168672
New error: ``` ==================================== ERRORS ==================================== | -- | -- | [31m[1m________________ ERROR at setup of ReadTests.test_native_source ________________[0m | | [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 | | | | [37m@retry[39;49;00m.with_exponential_backoff([90m[39;49;00m | | num_retries=MAX_RETRIES,[90m[39;49;00m | | retry_filter=retry.retry_on_server_errors_and_timeout_filter)[90m[39;49;00m | | [94mdef[39;49;00m [92mget_or_create_dataset[39;49;00m([90m[39;49;00m | | [96mself[39;49;00m, project_id, dataset_id, location=[94mNone[39;49;00m, labels=[94mNone[39;49;00m):[90m[39;49;00m | | [90m# Check if dataset already exists otherwise create it[39;49;00m[90m[39;49;00m | | [94mtry[39;49;00m:[90m[39;49;00m | | > dataset = [96mself[39;49;00m.client.datasets.Get([90m[39;49;00m | | bigquery.BigqueryDatasetsGetRequest([90m[39;49;00m | | projectId=project_id, datasetId=dataset_id))[90m[39;49;00m | | | | [1m[31mapache_beam/io/gcp/bigquery_tools.py[0m: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]
