#Description
- An Airbyte destination connector paired with any source connector defines an
ASYNC
orPULL
pipeline. - An Airbyte destination connector is in
CONNECTED
state only when its configuration is valid to connect with the destination. Otherwise, the state will be eitherERROR
orUNSPECIFIED
.
#Release stage
Please refer to the Airbyte Destinations Connector Catalog table.
#Configuration
Please refer to each of Airbyte Destinations for configuration details.
#No-code setup
To create an Airbyte destination connector (e.g., PostgreSQL):
- Go to the Destination page and click Add new destination
- Click the Destination type ▾ drop-down and choose Postgres
- Fill in the required fields
- [Optional] Give a short description in the Description field
Now go to the Destination page, the corresponding PostgresSQL destination connector should be connected.
#Low-code setup
To create a gRPC destination connector:
where localhost:8082
is the connector-backend
default URL.
For other operations, please refer to the VDP Protobufs.