Lake (Airbyte)
04/30/2024, 6:58 PMIncremental Sync
is configured, the state
output by each partition can now be viewed in the testing panel, and users can set the Input state
to use for the next test read.
◦ This allows connector developers to verify that the incremental state matches the expected shape and is compatible with existing state, and to test how the connector responds to different input states.
◦ In the output state tab, there is also a Use as Input State
button which allows users to easily use the output state as the input state for the next test read with a single click
◦ See first 2 screenshots below for an example of how this looks in the UI
• The Authentication
component can now be switched to YAML-mode, allowing users to use custom authenticators (by following this guide) or authenticators that are not yet added to the UI
◦ This includes another subtle feature: when switching to YAML mode, any auto-created user inputs will remain and be "unlocked" so that users can modify them as they wish
◦ When switching the component back to UI mode, the required auto-created inputs are verified to have the required properties, and are re-locked upon switching to UI
◦ See the last screenshot below for an example of how this looks in the UI