Module message

Source

Structs§

AirbyteAnalyticsTraceMessage
A message to communicate usage information about the connector which is not captured by regular sync analytics because it’s specific to the connector internals. This is useful to understand how the connector is used and how to improve it. Each message is an event with a type and an optional payload value (both of them being strings). The event types should not be dynamically generated but defined statically. The payload value is optional and can contain arbitrary strings.
AirbyteCatalog
Airbyte stream schema catalog
AirbyteConnectionStatus
Airbyte connection status
AirbyteControlConnectorConfigMessage
AirbyteErrorTraceMessage
AirbyteEstimateTraceMessage
AirbyteGlobalState
AirbyteLogMessage
AirbyteRecordMessage
AirbyteRecordMessageMeta
AirbyteRecordMessageMetaChange
AirbyteStateStats
AirbyteStream
AirbyteStreamState
AirbyteStreamStatusRateLimitedReason
Rate Limited Information
AirbyteStreamStatusReason
The reason associated with the status of the stream.
AirbyteStreamStatusTraceMessage
ConfiguredAirbyteCatalog
Airbyte stream schema catalog
ConfiguredAirbyteStream
ConnectorSpecification
Specification of a connector (source/destination)
ConnectorSpecificationAdvancedAuth
OauthConfigSpecification
StreamDescriptor

Enums§

AirbyteControlMessage
AirbyteMessage
AirbyteStateMessage
The type of state the other fields represent. Is set to LEGACY, the state data should be read from the data field for backwards compatibility. If not set, assume the state object is type LEGACY. GLOBAL means that the state should be read from global and means that it represents the state for all the streams. It contains one shared state and individual stream states. PER_STREAM means that the state should be read from stream. The state present in this field correspond to the isolated state of the associated stream description.
AirbyteStreamStatus
The current status of a stream within the context of an executing synchronization job.
AirbyteStreamStatusReasonType
Type of reason
AirbyteTraceMessage
DestinationSyncMode
SyncMode