AbsaOSS / AbsaOSS/spline-spark-agent

JDBC dbtable query option support

未关闭
#99 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Scala
星标
210
派生
102
平均合并
1 天 1 小时
30 天内合并 PR
1

描述

That's tricky one :) I've found one case where JDBC datasoruce is used for reading with `dbtable` option, where `dbtable` is a query :)

here's example what spline reports in such situation

```
jdbc:mysql://host.net:3336/my_database?serverTimezone=Poland&useSSL=false&characterEncoding=utf8:( SELECT *\n FROM some_table\n WHERE x_date = CAST('2020-06-14' AS DATE)\n AND y IN (SELECT y FROM other_table)\n AND y BETWEEN 26409 AND 675433\n) tmp
```

It probably would be very difficult but ideally 2 lineage sources `some_table` and `other_table` could be reported here

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。