Navigation Menu

Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmzdlv committed Jan 7, 2019
1 parent 792a796 commit 9c088d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Expand Up @@ -134,11 +134,13 @@ _______________
To add metadata to a table:

.. code-block:: python
table = Table('mytable', ..., bigquery_description='my table description', bigquery_friendly_name='my table friendly name')
To add metadata to a column:

.. code-block:: python
Column('mycolumn', doc='my column description')
Expand Down

0 comments on commit 9c088d0

Please sign in to comment.