Structs§
- Airbyte
Analytics Trace Message - 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.
- Airbyte
Catalog - Airbyte stream schema catalog
- Airbyte
Connection Status - Airbyte connection status
- Airbyte
Control Connector Config Message - Airbyte
Error Trace Message - Airbyte
Estimate Trace Message - Airbyte
Global State - Airbyte
LogMessage - Airbyte
Record Message - Airbyte
Record Message Meta - Airbyte
Record Message Meta Change - Airbyte
State Stats - Airbyte
Stream - Airbyte
Stream State - Airbyte
Stream Status Rate Limited Reason - Rate Limited Information
- Airbyte
Stream Status Reason - The reason associated with the status of the stream.
- Airbyte
Stream Status Trace Message - Configured
Airbyte Catalog - Airbyte stream schema catalog
- Configured
Airbyte Stream - Connector
Specification - Specification of a connector (source/destination)
- Connector
Specification Advanced Auth - Oauth
Config Specification - Stream
Descriptor
Enums§
- Airbyte
Control Message - Airbyte
Message - Airbyte
State Message - 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 fromglobal
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 fromstream
. The state present in this field correspond to the isolated state of the associated stream description. - Airbyte
Stream Status - The current status of a stream within the context of an executing synchronization job.
- Airbyte
Stream Status Reason Type - Type of reason
- Airbyte
Trace Message - Destination
Sync Mode - Sync
Mode