Package-level declarations
Types
Base interface for all Airbyte types in declarative destinations.
Base interface for all operation types in declarative destinations.
Configuration for destination check operations. Performs a HTTP request to the destination API to check if the configuration is valid.
Base interface for all destination object types in declarative destinations.
Configuration for destination discovery operations which use a dynamic schema where operations and schema are derived by accessing the API
Configuration for the objects which can be written to by the destination that are determined by making requests to the destination API.
Component that defines the details of a specific operation will perform the insertion such as sync mode and field predicates.
Component that represents the configuration for extracting and mapping schema information.
Configuration for destination discovery operations which use a static schema where operations and schema are known at compile time.
Configuration for the objects which can be written to by the destination and are known ahead of time and therefore can be defined statically.