We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Targets (data type handling, batching, SQL object generation, etc.)
Should go on SQL Target milestone
https://github.com/MeltanoLabs/target-postgres/blob/main/target_postgres/tests/test_standard_target.py#L70 is the test_invalid_schema test.
test_invalid_schema
We should fail nicely, this test was taken from https://github.com/MeltanoLabs/target-sqlite/blob/master/tests/test_target_sqlite.py#L34-L42
We should probably do the validation in the SDK
The text was updated successfully, but these errors were encountered:
properties
fix: Targets to fail gracefully when schema message is missing the `p…
e12a8fa
…roperties` key (#1287) Closes #1145
Successfully merging a pull request may close this issue.
Feature scope
Targets (data type handling, batching, SQL object generation, etc.)
Description
Should go on SQL Target milestone
https://github.com/MeltanoLabs/target-postgres/blob/main/target_postgres/tests/test_standard_target.py#L70 is the
test_invalid_schema
test.We should fail nicely, this test was taken from https://github.com/MeltanoLabs/target-sqlite/blob/master/tests/test_target_sqlite.py#L34-L42
We should probably do the validation in the SDK
The text was updated successfully, but these errors were encountered: