Skip to content

Commit 003949e

Browse files
DOCSP-11494 add DB info in Tableau JDBC Section (#55)
* DOCSP-11494 add DB info in Tableau JDBC Section * DOCSP-11494 fix for copy review feedback
1 parent 0cb149c commit 003949e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

source/includes/steps-connect-with-tableau.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,13 @@ content: |
6868
6969
* - ``database``
7070
- Database in the Atlas cluster that contains the data to
71-
query.
71+
query.
72+
73+
.. important::
74+
75+
When you use the JDBC driver to connect Tableau
76+
to {+adl+}, you can only connect to the database
77+
specified here.
7278
7379
* - ``ssl``
7480
- Whether format of the query is SSL. Value must be

source/tutorial/jdbc-driver.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ Connect with Tableau
4747

4848
You can only connect to one database at a time. To query multiple
4949
databases, you must create multiple connections or fully specified
50-
SQL queries.
50+
SQL queries. When you use the JDBC driver to connect to {+adl+} with
51+
Tableau, you can only connect to the database specified in your
52+
properties file.
5153

5254
.. include:: /includes/steps/connect-with-tableau.rst

0 commit comments

Comments
 (0)