Skip to content

Commit

Permalink
Update docs/understanding-airbyte/airbyte-protocol.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sherif A. Nada <[email protected]>
  • Loading branch information
evantahler and sherifnada committed Oct 24, 2022
1 parent 0d4a1f7 commit 49ec370
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/understanding-airbyte/airbyte-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,9 @@ The config in the `AirbyteConfigMessage` must conform to connector's specificati
additionalProperties: true
```

For example, if the currently persisted config file is `{"api_key": 123, start_date: "01-01-2022"}` and the following `AirbyteConfigMessage` is output `{"config": {"api_key": 456}, "emitted_at": <current_time>}` then the persisted configuration will become `{"api_key": 456, start_date: "01-01-2022"}`.


# Acknowledgements

We'd like to note that we were initially inspired by Singer.io's [specification](https://github.com/singer-io/getting-started/blob/master/docs/SPEC.md#singer-specification) and would like to acknowledge that some of their design choices helped us bootstrap our project. We've since made a lot of modernizations to our protocol and specification, but don't want to forget the tools that helped us get started.

0 comments on commit 49ec370

Please sign in to comment.