Virtual Column Support #16
Replies: 2 comments 3 replies
-
Interesting. I've never heard about this feature before. I see two problems here:
For example, original expression from this table:
is returned as: It is a big problem for declarative-style tools, since we cannot tell if original expression matches normalized expression. It will lead to poor usability, unless there is a way to normalize expression on the fly before comparison. |
Beta Was this translation helpful? Give feedback.
-
@sindhuthirugnanam , @minghungcho , please check latest version I've added a basic support for table column I will not document it yet and talk to Snowflake reps and see if it can be improved. But in the meantime you may start using this feature. Just be very careful with formatting and make sure to test configs with expressions repeatedly before merging. Also, changing the expression will trigger full table re-write, similar to many other changes, like |
Beta Was this translation helpful? Give feedback.
-
Is it possible to include support for Virtual Column Expression? For example, if I want to construct a display name using first and last name as below:
Beta Was this translation helpful? Give feedback.
All reactions