Skip to content

Commit 183ce21

Browse files
Append the time to the ModifiedDate of the ADX ScenarioValidationStatus table
1 parent f1076a4 commit 183ce21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/azure/src/main/kotlin/com/cosmotech/api/azure/adx/AzureDataExplorerClient.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ class AzureDataExplorerClient(
330330
IngestionProperties.IngestionReportLevel.FAILURES_AND_SUCCESSES)
331331
ingestionProperties.dataFormat = IngestionProperties.DataFormat.CSV
332332

333-
val data = "${scenarioId},${scenarioStatus},${ZonedDateTime.now().toLocalDate().toString()}"
333+
val data = "${scenarioId},${scenarioStatus},${ZonedDateTime.now().toLocalDateTime().toString()}"
334334
val inputStream: InputStream = ByteArrayInputStream(StandardCharsets.UTF_8.encode(data).array())
335335
val streamSourceInfo = StreamSourceInfo(inputStream)
336336

0 commit comments

Comments
 (0)