Skip to content

Commit

Permalink
docs: make oauth landing page more generic (#79)
Browse files Browse the repository at this point in the history
* docs: make oauth landing page more generic

This is to support magics such as https://github.com/cloudspannerecosystem/spanner-graph-notebook

* add bqsql alias too
  • Loading branch information
tswast authored Jan 23, 2025
1 parent 69befbb commit 28f012c
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docs/source/oauth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

.. _oauth-sign-in:

Sign in to BigQuery
===================
Sign in to Google Cloud Platform
================================

You are seeing this page because you are attempting to access BigQuery via one
of several possible methods, including:
You are seeing this page because you are attempting to access Google Cloud Platform
resources via one of several possible methods, including:

* the ``pydata-google-auth`` library

Expand All @@ -18,6 +18,11 @@ of several possible methods, including:
* ``pandas.DataFrame.to_gbq()``
* ``pandas.read_gbq()``

OR a Jupyter/IPython magics command such as:

* ``%%bigquery`` / ``%%bqsql``
* ``%%spanner_graph``

from this or another machine. If this is not the case, close this tab.

Enter the following verification code in the CommandLine Interface (CLI) on the
Expand Down

0 comments on commit 28f012c

Please sign in to comment.