Replies: 1 comment 2 replies
-
Hello, thanks for reaching out about this! I'll take a look later today - could you provide the databricks sql that should be output from transpiling the above code? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to transpile a Teradata code to databricks. The query is somewhat like below. I made certain mods to the code which helped me get around the Volatile keyword and changes to _parse_cast to read the format keyword after the code checks for "this" and "to". But I am not able to figure out how I can change to tranpiled code to use date_format function instead of 'cast' and specify the format in there. Can you help me out?
Beta Was this translation helpful? Give feedback.
All reactions