Skip to content

Commit 2432e3e

Browse files
authored
Merge pull request #111 from hito4t/readme_sqlserver_schema
Readme for SQL Server schema
2 parents 80a3343 + 680f51f commit 2432e3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

embulk-input-sqlserver/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ embulk "-J-Djava.library.path=C:\drivers" run input-sqlserver.yml
2121
- **password**: database login password (string, default: "")
2222
- **instance**: destination instance name. if instance is set, port option will be ignored (string, default: use the default instance)
2323
- **database**: destination database name (string, default: use the default database)
24+
- **schema**: destination schema name (string, optional)
2425
- **url**: URL of the JDBC connection (string, optional)
2526
- If you write SQL directly,
2627
- **query**: SQL to run (string)

0 commit comments

Comments
 (0)