We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80a3343 + 680f51f commit 2432e3eCopy full SHA for 2432e3e
embulk-input-sqlserver/README.md
@@ -21,6 +21,7 @@ embulk "-J-Djava.library.path=C:\drivers" run input-sqlserver.yml
21
- **password**: database login password (string, default: "")
22
- **instance**: destination instance name. if instance is set, port option will be ignored (string, default: use the default instance)
23
- **database**: destination database name (string, default: use the default database)
24
+- **schema**: destination schema name (string, optional)
25
- **url**: URL of the JDBC connection (string, optional)
26
- If you write SQL directly,
27
- **query**: SQL to run (string)
0 commit comments