PyAirbyte
PyAirbyte copied to clipboard
Chore: Add tests to ensure replace strategy works as expected
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