Skip to content

Commit c5150e8

Browse files
database and schema not required in connection
1 parent 8f4ced8 commit c5150e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sml-reference/connection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ The name of the database connection itself, excluding the schema.
6969
## database
7070

7171
- **Type:** string
72-
- **Required:** Y
72+
- **Required:** N
7373

7474
The source database used for this connection.
7575

7676
## schema
7777

7878
- **Type:** string
79-
- **Required:** Y
79+
- **Required:** N
8080

8181
The source schema used for this connection.

0 commit comments

Comments
 (0)