diff --git a/airbyte-integrations/connectors/source-monday/components.py b/airbyte-integrations/connectors/source-monday/components.py index dc16bf690b745..a48cc3ca7bb00 100644 --- a/airbyte-integrations/connectors/source-monday/components.py +++ b/airbyte-integrations/connectors/source-monday/components.py @@ -510,6 +510,7 @@ def is_greater_than_or_equal(self, first: Record, second: Record) -> bool: def select_state(self, stream_slice: Optional[StreamSlice] = None) -> Optional[StreamState]: return self.get_stream_state() + @dataclass class IncrementalSubstreamSlicer(IncrementalSingleSlice): """