Skip to content

Commit a6aa223

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

17 files changed

+33
-189
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@ This repository holds the samples used in the python documentation on [cloud.goo
88
For more detailed introduction to a product, check the README in the
99
corresponding folder.
1010

11-
## Running the samples
12-
13-
Most samples must be run as modules instead of directly, for example:
14-
15-
```
16-
$ python -m bigquery.samples.async_query [your-project-id] [your-query]
17-
```
18-
19-
Refer to the README in the corresponding folder for any special instructions.
20-
2111
## Contributing changes
2212

2313
* See [CONTRIBUTING.md](CONTRIBUTING.md)

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.
File renamed without changes.
File renamed without changes.

storage/tests/test_compose_objects.py renamed to storage/api/test_compose_objects.py

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

storage/tests/test_list_objects.py renamed to storage/api/test_list_objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313
#
14-
from storage.list_objects import main
14+
from .list_objects import main
1515
from tests import CloudBaseTest
1616

1717

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)