-
I got complex BigQuery Query with multipl WITH CTEs. before further analysis I am considering expanding the CTEs where they are used. What would be the best way to go about? |
Beta Was this translation helpful? Give feedback.
Answered by
tobymao
Aug 9, 2022
Replies: 1 comment
-
you can either manually traverse the query with expression.walk() or if you want something more robust look at how traverse_scope is used in the optimizer |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tobymao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you can either manually traverse the query with expression.walk() or if you want something more robust look at how traverse_scope is used in the optimizer