1
0
mirror of synced 2025-12-20 10:32:35 -05:00
Files
airbyte/airbyte-integrations/connectors/source-postgres/integration_tests/README.md
2024-05-07 08:19:33 -07:00

476 B

This directory contains files used to run Connector Acceptance Tests.

  • abnormal_state.json describes a connector state with a non-existing cursor value.
  • expected_records.txt lists all the records expected as the output of the basic read operation.
  • incremental_configured_catalog.json is a configured catalog used as an input of the incremental test.
  • seed.sql is the query we manually ran on a test postgres instance to seed it with test data and enable CDC.