AbsaOSS / AbsaOSS/spline-spark-agent
Removing unnecessary parameters from JDBC URIs
未关闭
- 主要语言
- Scala
- 星标
- 210
- 派生
- 102
- 平均合并
- 1 天 1 小时
- 30 天内合并 PR
- 1
描述
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
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。