🐛 Source MongoDB - Added milliseconds to convert timestamp to datetime format (#8046)
* Added milliseconds to convert timestamp to datetime format * updated docs * updated docs
This commit is contained in:
@@ -8,5 +8,5 @@ COPY build/distributions/${APPLICATION}*.tar ${APPLICATION}.tar
|
||||
|
||||
RUN tar xf ${APPLICATION}.tar --strip-components=1
|
||||
|
||||
LABEL io.airbyte.version=0.1.4
|
||||
LABEL io.airbyte.version=0.1.5
|
||||
LABEL io.airbyte.name=airbyte/source-mongodb-v2
|
||||
|
||||
@@ -174,7 +174,7 @@ public class MongoDbSourceDataTypeTest {
|
||||
.put("int64", 9223372036854775807L)
|
||||
.put("double", 1.7976931348623157E308)
|
||||
.put("decimal", NaN)
|
||||
.put("tms", DataTypeUtils.toISO8601String(MILLI))
|
||||
.put("tms", DataTypeUtils.toISO8601StringWithMilliseconds(MILLI))
|
||||
.put("dateTime", DataTypeUtils.toISO8601String(MILLI))
|
||||
.put("binary", new BsonBinary(new UUID(10, 15)).getData())
|
||||
.put("symbol", "s")
|
||||
|
||||
Reference in New Issue
Block a user