Open sundarshankar89 opened 6 days ago
@ericvergnaud this might be an issue you can tackle.
more such examples are present under lca_utils.py
on how we tackle we haven't covered all combinations but you can refer how we do preprocessing using python prototype.
@sundarshankar89 re the output, did you mean:
SELECT column_a as customer_id
FROM mytable
WHERE column_a = '123'
?
Just edited the description.
Also checkout test_lca_utils.py
it has few more examples with LCA in sourcesystem.
Is there an existing issue for this?
Category of feature request
Transpile
Problem statement
Given the following Snowflake SQL:
The following Spark SQL should be returned because of the different alias scoping used in Spark SQL
https://www.databricks.com/blog/introducing-support-lateral-column-alias
Proposed Solution
NA
Additional Context
No response