Open RajDadi opened 1 year ago
Yes retain the raw expression
Also, will it work for MERGE Statement in Sqlserver
Yes retain the raw expression
Also, will it work for MERGE Statement in Sqlserver
Will plan in future release.
Merge statement support is coming in v1.4.0, see #166 for details. Expect the release before end of the week.
For where clause, please refer to #276 for future update. We'll narrow down this scope of this issue to Keep Column Transformations Raw Expression
Hi, are there any updates on this? I'm looking for a solution to get source columns their table and database as well as any transformation logic. If this isn't in the works as of yet could you maybe point me in the right direction of where I could implement it?
Hi, are there any updates on this? I'm looking for a solution to get source columns their table and database as well as any transformation logic. If this isn't in the works as of yet could you maybe point me in the right direction of where I could implement it?
Unfortunately it's not coming in near term. We still have some foundational work to do (refactor on graph modeling, refine column lineage with metadata) before getting to this.
ISNULL and CASE in SELECT clause are definitely extracted in column lineage. Do you mean retain the raw expression?
As for where clause, as well as join clause, group by, order by, these are not analyzed for the moment but definitely in the future plan.