Skip to content

Commit

Permalink
Fix BigQuery credentials link
Browse files Browse the repository at this point in the history
Closes #1706

Author: Phillip Cloud <cpcloud@gmail.com>

Closes #1726 from cpcloud/gh-1706 and squashes the following commits:

29a3f4e [Phillip Cloud] Fix BigQuery credentials link
  • Loading branch information
cpcloud committed Mar 14, 2019
1 parent 218a3aa commit 59be001
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/source/developer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,17 +107,17 @@ Before you begin, you must have a `Google Cloud Platform project
the `BigQuery API enabled
<https://console.cloud.google.com/flows/enableapi?apiid=bigquery>`_.

#. **Set up application default credentials by following the `getting started with
GCP authentication guide
<https://cloud.google.com/docs/authentication/getting-started>`_.**
#. Set up application default credentials by following the `getting started
with GCP authentication guide
<https://cloud.google.com/docs/authentication/getting-started>`_.

#. **Set the ``GOOGLE_BIGQUERY_PROJECT_ID`` environment variable**:
#. Set the ``GOOGLE_BIGQUERY_PROJECT_ID`` environment variable:

.. code:: sh
export GOOGLE_BIGQUERY_PROJECT_ID=your-project-id
#. **Load data into BigQuery**:
#. Load data into BigQuery:

.. code:: sh
Expand Down

0 comments on commit 59be001

Please sign in to comment.