Skip to content

Commit d024df4

Browse files
committed
Whitespace between sections.
1 parent f9a834b commit d024df4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/bigquery-usage.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Authentication / Configuration
2525
>>> from gcloud import bigquery
2626
>>> client = bigquery.Client()
2727

28+
2829
Projects
2930
--------
3031

@@ -43,13 +44,15 @@ To override the project inferred from the environment, pass an explicit
4344
>>> from gcloud import bigquery
4445
>>> client = bigquery.Client(project='PROJECT_ID')
4546

47+
4648
Project ACLs
4749
~~~~~~~~~~~~
4850

4951
Each project has an access control list granting reader / writer / owner
5052
permission to one or more entities. This list cannot be queried or set
5153
via the API: it must be managed using the Google Developer Console.
5254

55+
5356
Datasets
5457
--------
5558

@@ -62,6 +65,7 @@ policies to tables as they are created:
6265
- A default table expiration period. If set, tables created within the
6366
dataset will have the value as their expiration period.
6467

68+
6569
Dataset operations
6670
~~~~~~~~~~~~~~~~~~
6771

@@ -431,6 +435,7 @@ Poll until the job is complete:
431435
>>> job.ended
432436
datetime.datetime(2015, 7, 23, 9, 30, 21, 334792, tzinfo=<UTC>)
433437

438+
434439
Exporting data (async)
435440
~~~~~~~~~~~~~~~~~~~~~~
436441

0 commit comments

Comments
 (0)