PyAirbyte icon indicating copy to clipboard operation
PyAirbyte copied to clipboard

Chore: Add tests to ensure replace strategy works as expected

Open aaronsteers opened this issue 11 months ago • 0 comments

This aims to assert more confidently that 'replace' strategy works as expected.

So far, tests are still passing after expanding the test criteria.

Here is the code in question, where replace write strategy directly maps to a "table swap" operation:

https://github.com/airbytehq/PyAirbyte/blob/76a29044d9fb49d6dd0ba03377fdf7144f6024b6/airbyte/_processors/sql/base.py#L685-L691

aaronsteers avatar Mar 23 '24 06:03 aaronsteers