From 684fcabdb01d393b5322624687fa7a9defd605ae Mon Sep 17 00:00:00 2001 From: subodhchaturvedi Date: Sat, 4 May 2024 02:53:32 +0530 Subject: [PATCH] til instead of till --- .../src/main/resources/airbyte_protocol/airbyte_protocol.yaml | 2 +- .../main/resources/airbyte_protocol/v0/airbyte_protocol.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/protocol-models/src/main/resources/airbyte_protocol/airbyte_protocol.yaml b/protocol-models/src/main/resources/airbyte_protocol/airbyte_protocol.yaml index 115548c..a17f7c0 100644 --- a/protocol-models/src/main/resources/airbyte_protocol/airbyte_protocol.yaml +++ b/protocol-models/src/main/resources/airbyte_protocol/airbyte_protocol.yaml @@ -329,7 +329,7 @@ definitions: status: description: "The current status of the stream" "$ref": "#/definitions/AirbyteStreamStatus" - valid_till: + valid_til: description: "Optional time in ms that the status is going to be valid till" type: number AirbyteAnalyticsTraceMessage: diff --git a/protocol-models/src/main/resources/airbyte_protocol/v0/airbyte_protocol.yaml b/protocol-models/src/main/resources/airbyte_protocol/v0/airbyte_protocol.yaml index 998e237..2a98d54 100644 --- a/protocol-models/src/main/resources/airbyte_protocol/v0/airbyte_protocol.yaml +++ b/protocol-models/src/main/resources/airbyte_protocol/v0/airbyte_protocol.yaml @@ -330,7 +330,7 @@ definitions: status: description: "The current status of the stream" "$ref": "#/definitions/AirbyteStreamStatus" - valid_till: + valid_til: description: "Optional time in ms that the status is going to be valid till" type: number AirbyteAnalyticsTraceMessage: