* enable ctid feature flag for testing. bump versions * Removed PostgresSourceTest pre-ctid and turn CtidEnabledPostgresSourceTest back into PostgresJdbcSourceAcceptanceTest (#28341) Co-authored-by: Rodi Reich Zilberman <867491+rodireich@users.noreply.github.com> * Update PostgresSourceTest to no longer use Legacy AirbyteStateType * Fix test. Uncovered a bug in handling of money[] and float[] * revert version change * Orderly removal of ctid flag for cursor * Handle correctly full refresh streams. (#28369) * Handle correctly full refresh streams. Handle xmin full refresh (currently blocked in ui). remove unnecessary debug logs * Test catalog with a mix of incremental and full refresh streams * Filter out full refresh streams since they are not expected to be retuned by getIncrementalIterators() * Filter out full refresh existing streams as well * revert name to reflect incremental only streams * 28505 xmin + ctid reclassify connection when ctid is not possible (#28548) * reclassify to xmin stream we cannot read with ctid * fix reclassify * improve test * Add initial load using xmin flow * typo * Added test for xmin initial load flow * Improve testing for initial load with xmin flow * sanity * sanity * bump versions and release notes --------- Co-authored-by: Duy Nguyen <duy@airbyte.io>
import ConnectorRegistry from '@site/src/components/ConnectorRegistry';
Connector Catalog
Connector Release Stages
Airbyte uses a grading system for connectors to help you understand what to expect from a connector:
Generally Available: A generally available connector has been deemed ready for use in a production environment and is officially supported by Airbyte. Its documentation is considered sufficient to support widespread adoption.
Beta: A beta connector is considered stable with no backwards incompatible changes but has not been validated by a broader group of users. We expect to find and fix a few issues and bugs in the release before it’s ready for GA.
Alpha: An alpha connector signifies a connector under development and helps Airbyte gather early feedback and issues reported by early adopters. We strongly discourage using alpha releases for production use cases and do not offer Cloud Support SLAs around these products, features, or connectors.
For more information about the grading system, see Product Release Stages
View the connector registries in full