`BigQueryCompiler.visit_select` sets `args[0].use_labels = True` in my project for example this is unneeded and changes all column names. Please either: 1. provider a way to ignore that assignment 2. provide a way to "translate" back column name as label to its original name 
BigQueryCompiler.visit_selectsetsargs[0].use_labels = Truein my project for example this is unneeded and changes all column names.
Please either: