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

JDBC connector schema autodetect does not use sql filter #113

Open
bhou opened this issue Aug 20, 2019 · 2 comments
Open

JDBC connector schema autodetect does not use sql filter #113

bhou opened this issue Aug 20, 2019 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@bhou
Copy link
Contributor

bhou commented Aug 20, 2019

Currently, the schema auto-detect feature autodetects the table schema, however, when the user specifies a sql filter in the connector, the auto-detect should detects the sql output schema instead of the original table one.

@bhou bhou added the bug Something isn't working label Aug 20, 2019
@millboh
Copy link
Collaborator

millboh commented Aug 23, 2019

this has been fixed in TestDocker in last PR on postgresql and mysql. If forceautoschema flag is not set to true then the schema is not updated. By setting it to true by default the output of an SQL fitler always updated the schema.

@bhou
Copy link
Contributor Author

bhou commented Aug 24, 2019

move this to 0.9.0 as the PR is merged in 0.9.0 release

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