Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When using a custom Query in any source, Parser does not parse SQL statement. [Enhancement] #383

Open
talhagithub02 opened this issue Apr 28, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@talhagithub02
Copy link

Custom Query example:
with data as (#(lf)select *#(lf)exclude (total_aum_1, total_aum_2)#(lf), total_aum_1 * 1000000 as total_aum_1#(lf), total_aum_2 * 1000000 as total_aum_2#(lf)from db.funds.evestment_equity#(lf) )#(lf) select *,#(lf) CASE WHEN as_of_date = (SELECT MAX(as_of_date) from data) #(lf) THEN 'Latest Date'#(lf) ELSE TO_CHAR(as_of_date::DATE)#(lf) END LATEST_DATE#(lf) from data

Ideally, this should also had been parsed with db, table and attributes names. Any input is appreciated.

@talhagithub02 talhagithub02 added the enhancement New feature or request label Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants