-
Notifications
You must be signed in to change notification settings - Fork 4
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
RD-10439 data duplication on MySQL.InferAndRead #338
Conversation
/publish |
/publish
|
The table and schema builders were using credential name instead of datase in some cases
/publish
|
/publish
|
The problem was not using the database when asking the metadata for tables.
I had also to change the RDBMS clients as we were using a lot of times the credential name instead of the database base name.
So added a val
database: Option[String]
to the base jdbc client and changed the way of inferring.