Skip to content

Commit 72c205d

Browse files
description fixes
1 parent c5150e8 commit 72c205d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

sml-reference/connection.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ into your repository.
66

77
Each connection file should define a single database connection *and*
88
its schema. If you need to use additional schemas for the same database,
9-
each must be defined in a separate connection file.
9+
each must be defined in a separate connection file. If a dataset uses a query
10+
instead of tables, the database and schema do not need to be specified in the
11+
connection file.
1012

1113
Sample `connection` file:
1214

@@ -71,11 +73,11 @@ The name of the database connection itself, excluding the schema.
7173
- **Type:** string
7274
- **Required:** N
7375

74-
The source database used for this connection.
76+
The source database is required when used in the table datasets, but it is not necessary for query datasets.
7577

7678
## schema
7779

7880
- **Type:** string
7981
- **Required:** N
8082

81-
The source schema used for this connection.
83+
The source schema is required when used in the table datasets, but it is not necessary for query datasets.

0 commit comments

Comments
 (0)