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
key_properties
After updating a singer.io target-postgres tap to use a new key, I see the following error:
target_postgres.exceptions.PostgresError: ('Exception writing records', PostgresError("`key_properties` change detected. Existing values are: ['uri']. Streamed values are: ['id']")) [2022-10-20, 19:22:01 UTC] {{taskinstance.py:1902}} ERROR - Task failed with exception
the target table comment is configured like this....
comment on table redacted.redacted is '{"path": ["redacted"], "version": 1, "schema_version": 3, "key_properties": ["uri"] ....
it used to have "key_properties": ["id"].
"key_properties": ["id"]
This functionality is listed as a feature, but there is no documentation on how to use it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After updating a singer.io target-postgres tap to use a new key, I see the following error:
the target table comment is configured like this....
it used to have
"key_properties": ["id"]
.This functionality is listed as a feature, but there is no documentation on how to use it.
The text was updated successfully, but these errors were encountered: