databrickslabs / remorph

Cross-compiler and Data Reconciler into Databricks Lakehouse
Other
37 stars 23 forks source link

Added Translation Support for `!` as `commands` and `&` for `Parameters` #771

Closed sriram251-code closed 2 months ago

sriram251-code commented 2 months ago

closes #165

sriram251-code commented 2 months ago

As per comment, thes necessary changes were done

sriram251-code commented 2 months ago

I have added the antlr grammar to parse the commands with "!" BANG prefix. This should ensure that this will get captured in unresolved CommandIR. Please le me know if you want me to add explecit test case for it.

jimidle commented 2 months ago

Just requires the extra simple tests and to resolve the transpiler test merge conflict and we are good.

sriram251-code commented 2 months ago

@jimidle as disscussed please review :) thanks.