1
0
mirror of synced 2025-12-30 03:02:21 -05:00
Files
airbyte/airbyte-protocol
Benoit Moriceau b3373b9742 Update state message (#12586)
What
Update the airbyte state message to support the per stream state.

The state message still contains the old way of storing the state in the data fields. It introduce 2 new fields to represent the global and the per stream state.
2022-05-12 09:00:11 -07:00
..
2022-05-12 09:00:11 -07:00
2021-09-27 11:17:17 -07:00
2022-03-13 14:45:36 -07:00

airbyte-protocol

Declares the Airbyte Protocol.

Key Files

  • airbyte_protocol.yaml - declares the Airbyte Protocol (in JSONSchema)
  • io.airbyte.protocol.models - this package contains various java helpers for working with the protocol.