You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(oauth): always emit control message to stdout for token persistence
Control messages for config updates (like refreshed tokens) must be printed
directly to stdout so the platform can process them immediately. Previously,
when using InMemoryMessageRepository, control messages were only queued but
never output to stdout, causing single-use refresh tokens to not be persisted.
This fix ensures emit_configuration_as_airbyte_control_message() is always
called to print to stdout, while also emitting to the message repository for
any additional processing.
Co-Authored-By: aldo.gonzalez@airbyte.io <aldo.gonzalez@airbyte.io>
0 commit comments