Hello everyone,
I'm having some issues with DataHub. At the company I work for, the organization of tables and views within the same BigQuery dataset is done by adopting a naming pattern. In other words, tables are only given lowercase names separated by '_' while views follow the upper camelcase pattern. However, there are some cases in which the name of the table and the view are distinguished by only 1 capital letter (e.g., <dataset>.order and <dataset>.Order). With that, in the UI when I search for 'order' I get several 500 messages and a JSON parsing error message and when I try to explore in search of the table, I only find the view. As I can't change the defaults adopted, does anyone have any idea how I can solve this?