You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Handle replication key not found in stream schema (#1927)
* Handle replication key not found in stream schema
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Add missing Raises: to is_timestamp_replication_key docstring
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Split raise docstring over to new line for is_timestamp_replication_key docstring
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Correct indentation for raises docstring
* Add test_stream_invalid_replication_key
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Import InvalidReplicationKeyException name
* pre-commit check updates - line length and 'useless' expression
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Rename 'unused' variable with underscore prefix - variable is used to intentionally raise and exception
* Improve error message
Co-authored-by: Edgar R. M. <edgarrm358@gmail.com>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update exception message in invalid replication key test
Co-authored-by: Edgar R. M. <edgarrm358@gmail.com>
* Make linter happy
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Edgar R. M <edgar@meltano.com>
Co-authored-by: Edgar R. M. <edgarrm358@gmail.com>
0 commit comments