Skip to content
New issue

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

Should enforce metafields value is json flag #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

SamProtas
Copy link

https://github.com/transferwise/pipelinewise-target-postgres currently does not support the schema of metafields.value because it has integer/string/object. The destination column is jsonb, and a raw string needs to be "quoted" to be valid jsonb.

This adds a flag to enforce the emitted values to be json (quotes strings) as a stopgap until this is fixed in the target.

transferwise/pipelinewise-target-postgres#43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant