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.
1 parent 5585fb8 commit dd090dfCopy full SHA for dd090df
mssql-plugin/docs/SqlServer-batchsink.md
@@ -88,7 +88,8 @@ Data Types Mapping
88
| DATE | date | |
89
| DATETIME | timestamp | |
90
| DATETIME2 | timestamp | |
91
- | DATETIMEOFFSET | string | |
+ | DATETIMEOFFSET | string | DATETIMEOFFSET string literal in the following format: |
92
+ | | | "2019-06-24 16:19:15.8010000 +03:00" |
93
| DECIMAL | decimal | |
94
| FLOAT | double | |
95
| IMAGE | bytes | |
@@ -126,6 +127,7 @@ Data Types Mapping
126
127
| | | such as "POINT(3 40 5 6)". |
128
| GEOGRAPHY | string | Values of this type can be set from Well Known Text strings, |
129
130
+ | TIMESTAMP | | TIMESTAMP data type is not supported for the sink |
131
132
133
Example
0 commit comments