AbsaOSS / AbsaOSS/spline-spark-agent

JDBC dbtable query option support

Abierto
#99 2 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Scala
Estrellas
210
Forks
102
Merge medio
1 d 1 h
PR fusionados (30 d)
1

Descripción

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

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.