Skip to content

Commit

Permalink
dummy commit to trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
bindipankhudi committed May 10, 2024
1 parent dd60874 commit af2a795
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ def get_write_strategy(self, stream_name: str) -> WriteStrategy:
def index(self, document_chunks, namespace, stream):
# get list of airbyte messages from the document chunks
airbyte_messages = self._get_airbyte_messsages_from_chunks(document_chunks)
# assuming it's per stream, let's add a stream specific state message to the list
# todo: remove state messages and see if things still work
airbyte_messages.append(self._create_state_message(stream, namespace, {}))

Expand Down

0 comments on commit af2a795

Please sign in to comment.