File tree 2 files changed +2
-8
lines changed
2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
2
- """PyAirbyte brings Airbyte ELT to every Python developer.
3
-
4
- PyAirbyte brings the power of Airbyte to every Python developer. PyAirbyte provides a set of
5
- utilities to use Airbyte connectors in Python.
2
+ """***PyAirbyte brings the power of Airbyte to every Python developer.***
6
3
7
4
[](https://badge.fury.io/py/airbyte)
8
5
[](https://pypi.org/project/airbyte/)
121
118
122
119
----------------------
123
120
124
- """
121
+ """ # noqa: D415
125
122
126
123
from __future__ import annotations
127
124
Original file line number Diff line number Diff line change @@ -293,10 +293,7 @@ def _write_airbyte_message_stream(
293
293
)
294
294
):
295
295
if destination_message .type is Type .STATE :
296
- tmp = state_writer .known_stream_names
297
296
state_writer .write_state (state_message = destination_message .state )
298
- # TODO: DELETEME
299
- assert tmp .issubset (state_writer .known_stream_names )
300
297
301
298
except exc .AirbyteConnectorFailedError as ex :
302
299
raise exc .AirbyteConnectorWriteError (
You can’t perform that action at this time.
0 commit comments