Skip to content

Commit e7aae93

Browse files
authored
Bump utils for timeseries fix (#935)
1 parent dcb19dc commit e7aae93

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Extractor/Extractor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</PropertyGroup>
1414
<ItemGroup>
1515
<PackageReference Include="AdysTech.InfluxDB.Client.Net.Core" Version="0.25.0" />
16-
<PackageReference Include="Cognite.ExtractorUtils" Version="1.39.0" />
16+
<PackageReference Include="Cognite.ExtractorUtils" Version="1.39.1" />
1717
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
1818
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Client" Version="1.5.375.457" />
1919
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Configuration" Version="1.5.375.457" />

Extractor/Pushers/Records/StreamRecordsWriter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class StreamRecordsWriter
2626
private readonly RecordsConfig logAnalyticsConfig;
2727
private readonly LogContainerCache containerCache;
2828
private readonly string stream;
29-
public const string RecordsStreamName = "ImmutableDataStaging";
29+
public const string RecordsStreamName = "BasicArchive";
3030

3131
private DMSValueConverter? converter;
3232
private INodeIdConverter? context;

manifest.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ schema:
6767
- "https://raw.githubusercontent.com/"
6868

6969
versions:
70+
"2.40.7":
71+
description: Fix issue causing error handling to fail when encountering mismatched timeseries against data modelling.
72+
changelog:
73+
fixed:
74+
- Fix issue causing error handling to fail when encountering mismatched timeseries against data modelling.
7075
"2.40.6":
7176
description: Fix creation of containers in unstable records support.
7277
changelog:

0 commit comments

Comments
 (0)