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

Removing unnecessary parameters from JDBC URIs #98

Open
DaimonPl opened this issue Jun 18, 2020 · 2 comments
Open

Removing unnecessary parameters from JDBC URIs #98

DaimonPl opened this issue Jun 18, 2020 · 2 comments

Comments

@DaimonPl
Copy link

When spark is reading/writing with JDBC datasource spline reports its URI to lineage - that's greate because database and table are visible there

Unfortunately some non-datasource-identifing parameters are also added in that URI, for example:

jdbc:mysql://host:3336/my_database?serverTimezone=Poland&useSSL=false&characterEncoding=utf8:my_table

Not sure if there's generic way to remove such serverTimezone, useSSL, characterEncoding parameters ? They may cause lineage problems if other job uses same datasource but with different URI parameters

@wajda
Copy link
Contributor

wajda commented Jun 18, 2020

This is a known issue, I tried to explain it in #69

@wajda
Copy link
Contributor

wajda commented Jun 9, 2022

AbsaOSS/spline#689

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

No branches or pull requests

2 participants