File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- Python Client for Google Cloud BigQuery
2- =======================================
1+ Python Client for Google BigQuery
2+ =================================
33
4- Python idiomatic client for `Google Cloud BigQuery `_
4+ Python idiomatic client for `Google BigQuery `_
55
6- .. _Google Cloud BigQuery : https://cloud.google.com/bigquery/what-is-bigquery
6+ .. _Google BigQuery : https://cloud.google.com/bigquery/what-is-bigquery
77
88- `Homepage `_
99- `API Documentation `_
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- """Google Cloud BigQuery API wrapper.
15+ """Google BigQuery API wrapper.
1616
1717The main concepts with this API are:
1818
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- """Create / interact with Google Cloud BigQuery connections."""
15+ """Create / interact with Google BigQuery connections."""
1616
1717from google .cloud import connection as base_connection
1818
1919
2020class Connection (base_connection .JSONConnection ):
21- """A connection to Google Cloud BigQuery via the JSON REST API."""
21+ """A connection to Google BigQuery via the JSON REST API."""
2222
2323 API_BASE_URL = 'https://www.googleapis.com'
2424 """The base of the API call URL."""
@@ -31,4 +31,4 @@ class Connection(base_connection.JSONConnection):
3131
3232 SCOPE = ('https://www.googleapis.com/auth/bigquery' ,
3333 'https://www.googleapis.com/auth/cloud-platform' )
34- """The scopes required for authenticating as a Cloud BigQuery consumer."""
34+ """The scopes required for authenticating as a BigQuery consumer."""
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- """Testable usage examples for Google Cloud BigQuery API wrapper
15+ """Testable usage examples for Google BigQuery API wrapper
1616
1717Each example function takes a ``client`` argument (which must be an instance
1818of :class:`google.cloud.bigquery.client.Client`) and uses it to perform a task
You can’t perform that action at this time.
0 commit comments