Reorganizing storage samples. · ericbolo/python-docs-samples@a6aa223 · GitHub
Skip to content

Commit a6aa223

Browse files
author
Jon Wayne Parrott
committed
Reorganizing storage samples.
1 parent 2e5d57c commit a6aa223

17 files changed

Lines changed: 33 additions & 189 deletions

README.md

Lines changed: 0 additions & 10 deletions

bigquery/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22

33
This section contains samples for [Google BigQuery](https://cloud.google.com/bigquery).
44

5-
## Running the samples
6-
7-
These samples must be run as modules, for example:
8-
9-
```
10-
$ python -m bigquery.samples.async_query [your-project-id] [your-query]
11-
```
12-
135
## Other Samples
146

157
* [Using BigQuery from Google App Engine](../appengine/bigquery).

storage/api/__init__.py

Whitespace-only changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#
1414
import os
1515

16-
from storage.compose_objects import main
16+
from .compose_objects import main
1717
from tests import CloudBaseTest
1818

1919

Lines changed: 1 addition & 1 deletion

storage/storage_transfer/test_aws_request.py

Lines changed: 0 additions & 39 deletions
This file was deleted.

storage/storage_transfer/test_create_client.py

Lines changed: 0 additions & 44 deletions
This file was deleted.

storage/storage_transfer/test_nearline_request.py

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)