Skip to content

Commit 3382800

Browse files
authored
Revert "Revert "(DOCSP-15244) Update BI diagrams (#300)" (#301)" (#303)
This reverts commit ac31293.
1 parent ac31293 commit 3382800

19 files changed

+60
-104
lines changed

source/connect/excel.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@ Prerequisites
4848

4949
* - Return Value
5050
- Meaning
51-
* - ::
51+
* - .. code-block:: none
5252

5353
Mach-O 64-bit executable x86_64
5454

5555
- 64-bit binary
56-
* - ::
56+
* - .. code-block:: none
5757

5858
Mach-O executable i386
5959

6060
- 32-bit binary
61-
* - ::
61+
* - .. code-block:: none
6262

6363
Mach-O 64-bit executable x86_64
6464
Mach-O executable i386

source/images/bi-connector/cloud-bi-vert.png

100644100755
-16.3 KB
Loading

source/images/bi-connector/cloud-db-vert.png

100644100755
-14.9 KB
Loading
19.7 KB
Loading

source/images/bi-connector/cloud-onprem-vert.png

100644100755
-3.66 KB
Loading

source/includes/auth-options.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ username as URI-style query parameters:
1717

1818
For authentication mechanisms such as ``PLAIN`` (LDAP) or
1919
``GSSAPI`` (Kerberos) that delegate credential storage to other
20-
services, set the :urioption:`source` value to ``$external``.
20+
services, set the ``source`` value to ``$external``.
2121

2222
Not required if :setting:`~security.defaultSource` is set in your
2323
|bi| :ref:`configuration file <config-format>`.

source/includes/options/commandoption-mongodrdl-delete.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
* - ``--name``
2121
- The name of the schema. To learn more about naming schemas,
22-
see the :commandoption:`name-schema <mongodrdl --name-schema>`
22+
see the :commandoption:`name-schema <name-schema>`
2323
command.
2424

2525
*Required* if ``--schema`` is not specified.

source/includes/options/option-mongosqld-logRotate.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
.. note::
2222

23-
On UNIX and macOS platforms, you can issue a `SIGUSR1` signal to
23+
On UNIX and macOS platforms, you can issue a ``SIGUSR1`` signal to
2424
restart the ``mongosqld`` process and rotate the logs.
2525

2626

source/includes/options/option-mongosqld-mongo-uri.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
.. note::
2424

25-
Instead of specifying a :urioption:`username` and :urioption:`password` in
25+
Instead of specifying a ``username`` and ``password`` in
2626
your connection string, run :program:`mongosqld` with the :option:`--auth` option to
2727
direct :program:`mongosqld` to pass the authentication credentials provided by the
2828
SQL client to the MongoDB server.

source/includes/steps-local-quickstart.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ content: |
8989
:option:`--auth <mongosqld --auth>` option.
9090
9191
.. figure:: /images/bi-connector/windows-odbc-dsn2.png
92+
:alt: Windows ODBC DSN
9293
:figwidth: 550px
9394
:align: center
9495
@@ -104,4 +105,4 @@ content: |
104105
instructions for connecting with :doc:`several applications
105106
</client-applications>` elsewhere in the |bi-short|
106107
documentation.
107-
...
108+
...

source/includes/steps-mac-ssl-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ content: |
132132
* - :setting:`net.ssl.clusterFile <net.tls.clusterFile>`
133133
- ``/opt/certs/mdb.pem``
134134
135-
* - :setting:`security.clusterAuthmode`
135+
* - ``security.clusterAuthmode``
136136
- ``x509``
137137
138138
.. example::

source/includes/styles/corrections.rst

Lines changed: 0 additions & 43 deletions
This file was deleted.

source/index.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ stores no data, and purely serves to bridge your MongoDB cluster with
3030
business intelligence tools.
3131

3232
.. figure:: /images/bi-connector/cloud-none-vert.png
33-
:figwidth: 536px
33+
:figwidth: 700px
3434
:align: center
3535
:alt: Diagram showing that other BI tools communicate with the DSN, which communicates with MongoDB's BI Connector, which in turn communicates with the MongoDB database.
3636

@@ -78,7 +78,7 @@ with connection information that {+atlas+} provides.
7878

7979
.. figure:: /images/bi-connector/cloud-bi-vert.png
8080
:alt: Hosted DB and BI Connector
81-
:figwidth: 641px
81+
:figwidth: 700px
8282
:align: center
8383

8484
Hosted Database and On Premises |bi-short|
@@ -93,7 +93,7 @@ the BI Connector's :doc:`mongosqld process </reference/mongosqld>`.
9393

9494
.. figure:: /images/bi-connector/cloud-db-vert.png
9595
:alt: On Premises DB and Local BI Connector
96-
:figwidth: 678px
96+
:figwidth: 700px
9797
:align: center
9898

9999
On Premises Database and |bi-short|
@@ -106,7 +106,7 @@ server address.
106106

107107
.. figure:: /images/bi-connector/cloud-onprem-vert.png
108108
:alt: On Premises DB and BI Connector
109-
:figwidth: 570px
109+
:figwidth: 700px
110110
:align: center
111111

112112
Local Database and |bi-short|

source/launch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ Install ``mongosqld`` as a System Service
223223
content: |
224224

225225
|bi-short| requires a configuration file with the
226-
:setting:`~mongosqld.systemLog.path` setting specified when running as a
226+
``mongosqld.systemLog.path`` setting specified when running as a
227227
system service. Using your preferred text editor, create a
228228
``mongosqld.conf`` file. To review the configuration file options,
229229
see :ref:`Configuration File <config-format>`. For example:

source/reference/drdl.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@ with the following cases:
7070
values or integers, |bi-short| uses type ``numeric``.
7171

7272
* - Dates
73-
- |bi-short| treats any field of type :bsontype:`data_date` as the
73+
- |bi-short| treats any field of type ``data_date`` as the
7474
:term:`SQL` ``timestamp`` type.
7575

7676
* - Timestamps
77-
- |bi-short| ignores any field of type :bsontype:`data_timestamp`.
77+
- |bi-short| ignores any field of type ``data_timestamp``.
7878

7979
* - ObjectID
80-
- |bi-short| treats any field of type :bsontype:`data_oid` as
80+
- |bi-short| treats any field of type ``data_oid`` as
8181
the SQL type ``varchar``.
8282

8383
* - UUID
@@ -432,4 +432,4 @@ This pipeline uses :pipeline:`$unwind` to create a new record for each
432432
member of ``familyMembers``. The schema tracks the array index in
433433
the field ``familyMembers_idx``.
434434

435-
.. include:: /includes/geospatial-data.rst
435+
.. include:: /includes/geospatial-data.rst

source/reference/user-authorization.txt

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ required MongoDB :manual:`privilege action </reference/privilege-actions>`:
2727
- MySQL Privilege
2828
- MongoDB Privilege
2929

30-
* - :xml:`<mono><link target="https://dev.mysql.com/doc/refman/5.7/en/flush.html">FLUSH LOGS</link></mono>`
31-
- :xml:`<mono><link target="https://dev.mysql.com/doc/refman/5.7/en/privileges-provided.html#priv_reload">RELOAD</link></mono>`
30+
* - `FLUSH LOGS <https://dev.mysql.com/doc/refman/5.7/en/flush.html>`__
31+
- `RELOAD <https://dev.mysql.com/doc/refman/5.7/en/privileges-provided.html#priv_reload>`__
3232
- Only available to the |bi-short|'s admin user specified by the
3333
:option:`--mongo-username <mongosqld --mongo-username>` option or
3434
the :setting:`mongodb.net.auth.username` setting.
@@ -57,11 +57,11 @@ required MongoDB :manual:`privilege action </reference/privilege-actions>`:
5757
database specified by
5858
:option:`--schemaSource <mongosqld --schemaSource>`
5959

60-
* - :xml:`<mono><link target="https://dev.mysql.com/doc/refman/5.7/en/kill.html">KILL</link></mono>`
61-
- - :xml:`<mono><link target="https://dev.mysql.com/doc/refman/5.7/en/privileges-provided.html#priv_process">PROCESS</link></mono>`
60+
* - `KILL <https://dev.mysql.com/doc/refman/5.7/en/kill.html>`__
61+
- - `PROCESS <https://dev.mysql.com/doc/refman/5.7/en/privileges-provided.html#priv_process>`__
6262
privilege to view all threads
6363

64-
- :xml:`<mono><link target="https://dev.mysql.com/doc/refman/5.7/en/privileges-provided.html#priv_super">SUPER</link></mono>`
64+
- `SUPER <https://dev.mysql.com/doc/refman/5.7/en/privileges-provided.html#priv_super>`__
6565
privilege to kill all threads and statements
6666

6767
- No privilege required to view and kill your own threads and
@@ -71,19 +71,19 @@ required MongoDB :manual:`privilege action </reference/privilege-actions>`:
7171

7272
- No privilege required to kill your own connection or query
7373

74-
* - :xml:`<mono><link target="https://dev.mysql.com/doc/refman/5.7/en/alter-table.html">ALTER TABLE</link></mono>`
75-
- :xml:`<mono><link target="https://dev.mysql.com/doc/refman/5.7/en/privileges-provided.html#priv_alter">ALTER</link></mono>`,
76-
:xml:`<mono><link target="https://dev.mysql.com/doc/refman/5.7/en/privileges-provided.html#priv_create">CREATE</link></mono>`,
77-
and :xml:`<mono><link target="https://dev.mysql.com/doc/refman/5.7/en/privileges-provided.html#priv_insert">INSERT</link></mono>`
74+
* - `ALTER TABLE <https://dev.mysql.com/doc/refman/5.7/en/alter-table.html>`__
75+
- `ALTER <https://dev.mysql.com/doc/refman/5.7/en/privileges-provided.html#priv_alter>`__,
76+
`CREATE <https://dev.mysql.com/doc/refman/5.7/en/privileges-provided.html#priv_create>`__,
77+
and `INSERT <https://dev.mysql.com/doc/refman/5.7/en/privileges-provided.html#priv_insert>`__
7878
privileges for the table.
7979

8080
Renaming a table requires
81-
:xml:`<mono><link target="https://dev.mysql.com/doc/refman/5.7/en/privileges-provided.html#priv_alter">ALTER</link></mono>`
82-
and :xml:`<mono><link target="https://dev.mysql.com/doc/refman/5.7/en/privileges-provided.html#priv_drop">DROP</link></mono>`
81+
`ALTER <https://dev.mysql.com/doc/refman/5.7/en/privileges-provided.html#priv_alter>`__
82+
and `DROP <https://dev.mysql.com/doc/refman/5.7/en/privileges-provided.html#priv_drop>`__
8383
on the old table, as well as
84-
:xml:`<mono><link target="https://dev.mysql.com/doc/refman/5.7/en/privileges-provided.html#priv_alter">ALTER</link></mono>`,
85-
:xml:`<mono><link target="https://dev.mysql.com/doc/refman/5.7/en/privileges-provided.html#priv_create">CREATE</link></mono>`,
86-
and :xml:`<mono><link target="https://dev.mysql.com/doc/refman/5.7/en/privileges-provided.html#priv_insert">INSERT</link></mono>`
84+
`ALTER <https://dev.mysql.com/doc/refman/5.7/en/privileges-provided.html#priv_alter>`__,
85+
`CREATE <https://dev.mysql.com/doc/refman/5.7/en/privileges-provided.html#priv_create>`__,
86+
and `INSERT <https://dev.mysql.com/doc/refman/5.7/en/privileges-provided.html#priv_insert>`__
8787
on the new table.
8888
- Depends on your
8989
:ref:`sampling configuration <sampling-mode-chart>`:
@@ -103,14 +103,14 @@ required MongoDB :manual:`privilege action </reference/privilege-actions>`:
103103
database specified by
104104
:option:`--schemaSource <mongosqld --schemaSource>`.
105105

106-
* - :xml:`<mono><link target="https://dev.mysql.com/doc/refman/5.7/en/set-variable.html">SET (Variables)</link></mono>`
107-
- :xml:`<mono><link target="https://dev.mysql.com/doc/refman/5.7/en/privileges-provided.html#priv_super">SUPER</link></mono>`
106+
* - `SET (Variables) <https://dev.mysql.com/doc/refman/5.7/en/set-variable.html>`__
107+
- `SUPER <https://dev.mysql.com/doc/refman/5.7/en/privileges-provided.html#priv_super>`__
108108
privilege is required to set global variables.
109109

110110
Setting a session variable generally does not require any
111111
privilege, although there are exceptions that require the
112-
:xml:`<mono><link target="https://dev.mysql.com/doc/refman/5.7/en/privileges-provided.html#priv_super">SUPER</link></mono>`
113-
privilege (such as :xml:`<mono><link target="https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_sql_log_bin">sql_log_bin</link></mono>`).
112+
`SUPER <https://dev.mysql.com/doc/refman/5.7/en/privileges-provided.html#priv_super>`__
113+
privilege (such as `sql_log_bin <https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_sql_log_bin>`__).
114114
- Either the |bi-short|'s admin user, as specified by the
115115
:option:`--mongo-username <mongosqld --mongo-username>` option or
116116
the :setting:`mongodb.net.auth.username` setting, or any MongoDB
@@ -119,63 +119,63 @@ required MongoDB :manual:`privilege action </reference/privilege-actions>`:
119119

120120
No privilege required to set session variables.
121121

122-
* - :xml:`<mono><link target="https://dev.mysql.com/doc/refman/5.7/en/show-character-set.html">SHOW CHARACTER SET</link></mono>`
122+
* - `SHOW CHARACTER SET <https://dev.mysql.com/doc/refman/5.7/en/show-character-set.html>`__
123123
- No privilege required.
124124
- No privilege required.
125125

126-
* - :xml:`<mono><link target="https://dev.mysql.com/doc/refman/5.7/en/show-collation.html">SHOW COLLATION</link></mono>`
126+
* - `SHOW COLLATION <https://dev.mysql.com/doc/refman/5.7/en/show-collation.html>`__
127127
- No privilege required.
128128
- No privilege required.
129129

130-
* - :xml:`<mono><link target="https://dev.mysql.com/doc/refman/5.7/en/show-columns.html">SHOW COLUMNS</link></mono>`
130+
* - `SHOW COLUMNS <https://dev.mysql.com/doc/refman/5.7/en/show-columns.html>`__
131131
- Displays column information for each column where the user
132132
has some privilege. Column information is not
133133
displayed for columns where the user does not have some
134134
privilege.
135135
- :authaction:`find` on the proper collections.
136136

137-
* - :xml:`<mono><link target="https://dev.mysql.com/doc/refman/5.7/en/show-create-database.html">SHOW CREATE DATABASE</link></mono>`
137+
* - `SHOW CREATE DATABASE <https://dev.mysql.com/doc/refman/5.7/en/show-create-database.html>`__
138138
- No privilege required.
139139
- :authaction:`find` on the proper database.
140140

141-
* - :xml:`<mono><link target="https://dev.mysql.com/doc/refman/5.7/en/show-create-table.html">SHOW CREATE TABLE</link></mono>`
141+
* - `SHOW CREATE TABLE <https://dev.mysql.com/doc/refman/5.7/en/show-create-table.html>`__
142142
- Some privilege for the table.
143143
- :authaction:`find` on the proper database or collection.
144144

145-
* - :xml:`<mono><link target="https://dev.mysql.com/doc/refman/5.7/en/show-databases.html">SHOW {DATABASES | SCHEMAS}</link></mono>`
146-
- :xml:`<mono><link target="https://dev.mysql.com/doc/refman/5.7/en/show-create-table.html">SHOW DATABASES</link></mono>` privilege.
145+
* - `SHOW {DATABASES | SCHEMAS} <https://dev.mysql.com/doc/refman/5.7/en/show-databases.html>`__
146+
- `SHOW DATABASES <https://dev.mysql.com/doc/refman/5.7/en/show-create-table.html>`__ privilege.
147147
- :authaction:`find` on the proper database or collection.
148148

149-
* - :xml:`<mono><link target="https://dev.mysql.com/doc/refman/5.7/en/show-index.html">SHOW {INDEX | INDEXES | KEYS}</link></mono>`
149+
* - `SHOW {INDEX | INDEXES | KEYS} <https://dev.mysql.com/doc/refman/5.7/en/show-index.html>`__
150150
- This statement requires some privilege for any column in the table.
151151
- :authaction:`find` on the proper collection.
152152

153-
* - :xml:`<mono><link target="https://dev.mysql.com/doc/refman/5.7/en/show-processlist.html">SHOW PROCESSLIST</link></mono>`
154-
- :xml:`<mono><link target="https://dev.mysql.com/doc/refman/5.5/en/privileges-provided.html#priv_process">PROCESS</link></mono>`
153+
* - `SHOW PROCESSLIST <https://dev.mysql.com/doc/refman/5.7/en/show-processlist.html>`__
154+
- `PROCESS <https://dev.mysql.com/doc/refman/5.5/en/privileges-provided.html#priv_process>`__
155155
privilege to view all processes.
156156

157157
No privilege required to view your own processes.
158158
- :authaction:`inprog` to view all processes.
159159

160160
No privilege required to view your own processes.
161161

162-
* - :xml:`<mono><link target="https://dev.mysql.com/doc/refman/5.7/en/show-status.html">SHOW STATUS</link></mono>`
162+
* - `SHOW STATUS <https://dev.mysql.com/doc/refman/5.7/en/show-status.html>`__
163163
- No privilege required.
164164
- No privilege required.
165165

166-
* - :xml:`<mono><link target="https://dev.mysql.com/doc/refman/5.7/en/show-tables.html">SHOW TABLES</link></mono>`
166+
* - `SHOW TABLES <https://dev.mysql.com/doc/refman/5.7/en/show-tables.html>`__
167167
- Lists non-temporary tables in a given database where the user has
168168
some privilege.
169169

170170
If you do not have any privilege for a base table or view, it
171171
does not show up in the output from
172-
:xml:`<mono><link target="https://dev.mysql.com/doc/refman/5.7/en/show-tables.html">SHOW TABLES</link></mono>`.
172+
`SHOW TABLES <https://dev.mysql.com/doc/refman/5.7/en/show-tables.html>`__ .
173173
- :authaction:`listCollections` on a database displays all tables
174174
from that database.
175175

176176
:authaction:`find` on a collection only shows the tables from
177177
that collection.
178178

179-
* - :xml:`<mono><link target="https://dev.mysql.com/doc/refman/5.7/en/show-variables.html">SHOW VARIABLES</link></mono>`
179+
* - `SHOW VARIABLES <https://dev.mysql.com/doc/refman/5.7/en/show-variables.html>`__
180180
- No privilege required.
181181
- No privilege required.

source/release-notes.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ functions and query shapes.
267267
subqueries.
268268

269269
- Improves truncate pushdown coverage and updated the translation to use
270-
:operator:`$trunc` with MongoDB versions 4.1.9 and later.
270+
``$trunc`` with MongoDB versions 4.1.9 and later.
271271

272272
- Adds pushdown support for the ``char`` and ``str_to_date`` functions.
273273

@@ -392,7 +392,7 @@ Chages/Deprecations
392392

393393
- Deprecates schema-modification support via ``ALTER TABLE``, as well as
394394
the ``enable_table_alterations`` :ref:`system variable <system-environment-variables>` and
395-
:xml:`<mono><link target="https://docs.mongodb.com/manual/reference/configuration-options/#setparameter-option">setParameter</link></mono>`.
395+
:manual:`setParameter </reference/configuration-options/#setparameter-option/>`
396396

397397
.. _bi-2-10-0:
398398

@@ -583,7 +583,7 @@ Features and Performance Improvements
583583

584584
- Improve filter optimization for MongoDB versions 3.6 and later
585585

586-
- Expose :xml:`<mono><ref target="type-conversion-modes">type_conversion_mode</ref></mono>`
586+
- Expose :ref:`type_conversion_mode <type-conversion-modes>`
587587
in configuration parameters
588588

589589
- Cache catalog columns for quicker lookup
@@ -634,7 +634,7 @@ We encourage :doc:`Tableau <connect/tableau>` users running BIC 2.6.0 to upgrade
634634
*Released Sep 04, 2018*
635635

636636
- Added
637-
:xml:`<mono><ref target="information-functions">EXPLAIN()</ref></mono>`
637+
:ref:`EXPLAIN() <information-functions>`
638638
support.
639639

640640
- Push down :doc:`type conversions <reference/type-conversion>` to

0 commit comments

Comments
 (0)