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

It is impossible to define columns with DbType other than Text in the external configuration file #73

Open
FerdinandoCavaliere opened this issue Jun 17, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@FerdinandoCavaliere
Copy link

It is impossible to define columns with DbType other than Text in the external configuration file.

I need to have Json/Jsonb columns. With the PostegreSql Sink it was possible to do this in the Columns section

I've tried various combinations

"loggerPropertyColumnOptions": {
"ParameterInput": {
"WriteMethod": "Json",
"DbType": "Json"
},
"ParameterOutput": {
"WriteMethod": "Raw",
"DbType": "Json"
},
"UserLoggedIn": {
"WriteMethod": "String",
"DbType": "Json"
}
}

@SeppPenner SeppPenner self-assigned this Jul 2, 2024
@SeppPenner SeppPenner added the bug Something isn't working label Jul 2, 2024
@SeppPenner
Copy link
Contributor

Might be a bug, not sure yet. Need to check it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants