You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2020/03/25 00:00:31 UTC

[beam] branch master updated: Fixing bqtest

This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 2d78be3  Fixing bqtest
     new 3995a00  Merge pull request #11206 from [BEAM-9598] Ensuring _CustomBigQuerySource ValueProvider is only checked when strictly needed
2d78be3 is described below

commit 2d78be324889da7fdf5556e8f8b2c0aaeac9aef6
Author: Pablo Estrada <pa...@apache.org>
AuthorDate: Tue Mar 24 10:49:11 2020 -0700

    Fixing bqtest
---
 sdks/python/apache_beam/io/gcp/bigquery.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sdks/python/apache_beam/io/gcp/bigquery.py b/sdks/python/apache_beam/io/gcp/bigquery.py
index ea1a552..c920515 100644
--- a/sdks/python/apache_beam/io/gcp/bigquery.py
+++ b/sdks/python/apache_beam/io/gcp/bigquery.py
@@ -638,7 +638,6 @@ class _CustomBigQuerySource(BoundedSource):
     self.kms_key = kms_key
     self.split_result = None
 
-  @check_accessible(['query'])
   def estimate_size(self):
     bq = bigquery_tools.BigQueryWrapper()
     if self.table_reference is not None: