AbsaOSS / AbsaOSS/spline-spark-agent

JDBC dbtable query option support

Đang mở
#99 2 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Scala
Star
210
Fork
102
Merge trung bình
1 ngày 1 giờ
Pull request đã merge (30 ngày)
1

Mô tả

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

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.