We have started using the classification with regex for Column names. So far the majority has been promising. But we are facing issues with case sensitivity. The documentation points out- You don't need to worry about capitalization in your regular expression because regular expressions are not case sensitive. But we are seeing inconsistencies where columns in some cases are lower case and some are upper case- same spelling. Lower is captured, upper is not? I have opened a ticket. But wondering what others are seeing. Ex. CLIENT_NAME vs Client_Name vs client_name. Both Client_Name vs client_name are classified correctly, but not CLIENT_NAME.