Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs for connector catalog examples-1 #15465

Merged
merged 1 commit into from
Jan 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/src/main/sphinx/connector/atop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ The connector can read disk utilization statistics on the Trino cluster.
Create a catalog properties file that specifies the Atop connector by
setting the ``connector.name`` to ``atop``.

For example, create the file ``etc/catalog/system_monitor.properties``
and replace the connector properties as appropriate for your setup:
For example, create the file ``etc/catalog/example.properties`` with the
following connector properties as appropriate for your setup:

.. code-block:: text

Expand Down Expand Up @@ -70,7 +70,7 @@ The Atop connector provides a ``default`` schema.

The tables exposed by this connector can be retrieved by running ``SHOW TABLES``::

SHOW TABLES FROM system_monitor.default;
SHOW TABLES FROM example.default;

.. code-block:: text

Expand Down
5 changes: 2 additions & 3 deletions docs/src/main/sphinx/connector/googlesheets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ The Google Sheets connector allows reading `Google Sheets <https://www.google.co
Configuration
-------------

Create ``etc/catalog/sheets.properties``
to mount the Google Sheets connector as the ``sheets`` catalog,
replacing the properties as appropriate:
Create ``etc/catalog/example.properties`` to mount the Google Sheets connector
as the ``example`` catalog, with the following contents:

.. code-block:: text

Expand Down
4 changes: 2 additions & 2 deletions docs/src/main/sphinx/connector/thrift.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Configuration
-------------

To configure the Thrift connector, create a catalog properties file
``etc/catalog/thrift.properties`` with the following content,
replacing the properties as appropriate:
``etc/catalog/example.properties`` with the following content, replacing the
properties as appropriate:

.. code-block:: text

Expand Down
4 changes: 2 additions & 2 deletions docs/src/main/sphinx/connector/tpcds.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Configuration
-------------

To configure the TPCDS connector, create a catalog properties file
``etc/catalog/tpcds.properties`` with the following contents:
``etc/catalog/example.properties`` with the following contents:

.. code-block:: text

Expand All @@ -26,7 +26,7 @@ TPCDS schemas

The TPCDS connector supplies several schemas::

SHOW SCHEMAS FROM tpcds;
SHOW SCHEMAS FROM example;

.. code-block:: text

Expand Down
4 changes: 2 additions & 2 deletions docs/src/main/sphinx/connector/tpch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Configuration
-------------

To configure the TPCH connector, create a catalog properties file
``etc/catalog/tpch.properties`` with the following contents:
``etc/catalog/example.properties`` with the following contents:

.. code-block:: text

Expand All @@ -26,7 +26,7 @@ TPCH schemas

The TPCH connector supplies several schemas::

SHOW SCHEMAS FROM tpch;
SHOW SCHEMAS FROM example;

.. code-block:: text

Expand Down