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 a1bff1c + 0d87aff commit 8ef1409Copy full SHA for 8ef1409
src/Documents/Operations/Etl/EtlConfiguration.ts
@@ -15,7 +15,7 @@ export class EtlConfiguration<T extends ConnectionString> {
15
return {
16
TaskId: this.taskId,
17
Name: this.name,
18
- MentorName: this.mentorNode,
+ MentorNode: this.mentorNode,
19
ConnectionStringName: this.connectionStringName,
20
Transforms: this.transforms.map(x => serializeTransformation(x)),
21
Disabled: this.disabled,
src/Documents/Subscriptions/SubscriptionState.ts
@@ -4,7 +4,7 @@ export interface SubscriptionState {
4
changeVectorForNextBatchStartingPoint: string;
5
subscriptionId: number;
6
subscriptionName: string;
7
- mentorName: string;
+ mentorNode: string;
8
nodeTag: string;
9
lastBatchAckTime: string;
10
lastClientConnectionTime: string;
0 commit comments